Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Menu Items >
Mathematica Menu Item

Edit Make Template

Make Template
inserts a template based on a selected function name.
  • This command reads your current selection, which should be a function name or an insertion point after a function name, and adds a template for the arguments it can take. For example, if your selection is Plot, you get Plot[f, {x, xmin, xmax}], which shows the simplest form of the Plot function.
  • You can only get function templates when you are connected to a Mathematica kernel. To define a function template for a user-defined function, make the template the first statement in the usage message for the function. For example, to define the template f[a, b] for the function f, you could use the following command: f::usage="f[a,b] is an example of a function".
  • The templates you get for built-in functions are usually only one of several possible argument forms. Use the kernel command ? to get more information, or refer to the function's complete description in HelpDocumentation Center.
  • When you choose Make Template after typing a partial word, Mathematica looks to the left of the insertion point to find a suitable function or variable name. When this name is not a currently defined function, Make Template applies EditComplete Selection before attempting to make a template.
  • Keyboard shortcuts: Shift+Ctrl+K (Windows); Shift+Cmd+K (Macintosh); Shift+Ctrl+K (X).
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team