Jump to content

Template:Para/doc: Difference between revisions

From SeptemWiki
No edit summary
No edit summary
 
Line 11: Line 11:
! Notes
! Notes
|-
|-
  | {{tlx|para|name}}
  | <tt><nowiki>{{para|name}}</nowiki></tt>
  | {{para|name}}
  | {{para|name}}
  |  
  |  
|-
|-
  | {{tlx|para|title|&lt;var&gt;book title&lt;/var&gt;}}
  | <tt><nowiki>{{para|title|&lt;var&gt;book title&lt;/var&gt;}}</nowiki></tt>
  | {{para|title|<var>book title</var>}}
  | {{para|title|<var>book title</var>}}
  |  
  |  
|-
|-
  | {{tlx|para|2=<span style="font-size:1pt;">&nbsp;</span>|3=section}}
  | <tt><nowiki>{{para|2=<span style="font-size:1pt;">&nbsp;</span>|3=section}}</nowiki></tt>
  | {{para||section}}
  | {{para||section}}
  | For [[Help:Templates#Parameters|unnamed parameters]]; note empty first parameter in the code
  | For [[Help:Templates#Parameters|unnamed parameters]]; note empty first parameter in the code
|-
|-
  | {{tlx|para|&lt;var&gt;parameter&lt;/var&gt;|&lt;var&gt;value&lt;/var&gt;}}
  | <tt><nowiki>{{para|&lt;var&gt;parameter&lt;/var&gt;|&lt;var&gt;value&lt;/var&gt;}}</nowiki></tt>
  | {{para|<var>parameter</var>|<var>value</var>}}
  | {{para|<var>parameter</var>|<var>value</var>}}
  |  
  |  
|}
|}

Latest revision as of 11:57, 9 April 2016


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