Template:Para/doc: Difference between revisions
Appearance
Created page with "{{metatemplate}} This template was copied from Wikipedia for use in template documentation. This template is for giving examples of template parameter source code (useful in..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
This template is for giving examples of template parameter source code (useful in template documentation and talk page discussions of template code). It must have one or two parameters itself. The first is the name of the example parameter to display (this may be empty, but it must be present), and the second (optional) one is a value for the first example parameter, or (if the first <tt><nowiki>{{para}}</nowiki></tt> parameter is empty) an unnamed example parameter. | This template is for giving examples of template parameter source code (useful in template documentation and talk page discussions of template code). It must have one or two parameters itself. The first is the name of the example parameter to display (this may be empty, but it must be present), and the second (optional) one is a value for the first example parameter, or (if the first <tt><nowiki>{{para}}</nowiki></tt> parameter is empty) an unnamed example parameter. | ||
===Examples=== | |||
{| class="wikitable" | |||
! Code | |||
! Result | |||
! Notes | |||
|- | |||
| <tt><nowiki>{{para|name}}</nowiki></tt> | |||
| {{para|name}} | |||
| | |||
|- | |||
| <tt><nowiki>{{para|title|<var>book title</var>}}</nowiki></tt> | |||
| {{para|title|<var>book title</var>}} | |||
| | |||
|- | |||
| <tt><nowiki>{{para|2=<span style="font-size:1pt;"> </span>|3=section}}</nowiki></tt> | |||
| {{para||section}} | |||
| For [[Help:Templates#Parameters|unnamed parameters]]; note empty first parameter in the code | |||
|- | |||
| <tt><nowiki>{{para|<var>parameter</var>|<var>value</var>}}</nowiki></tt> | |||
| {{para|<var>parameter</var>|<var>value</var>}} | |||
| | |||
|} |
Latest revision as of 11:57, 9 April 2016
![]() |
This is a metatemplate; that is, a template that will rarely be used directly in articles, but rather used in other templates which will be used directly. |
This template was copied from Wikipedia for use in template documentation.
This template is for giving examples of template parameter source code (useful in template documentation and talk page discussions of template code). It must have one or two parameters itself. The first is the name of the example parameter to display (this may be empty, but it must be present), and the second (optional) one is a value for the first example parameter, or (if the first {{para}} parameter is empty) an unnamed example parameter.
Examples
Code | Result | Notes |
---|---|---|
{{para|name}} | |name=
|
|
{{para|title|<var>book title</var>}} | |title=book title
|
|
{{para|2=<span style="font-size:1pt;"> </span>|3=section}} | |section
|
For unnamed parameters; note empty first parameter in the code |
{{para|<var>parameter</var>|<var>value</var>}} | |parameter=value
|