Modèle:Para/doc : Différence entre versions

De Wiklou, le Wiki du Biclou
Aller à : navigation, rechercher
m (rm broken categories)
 
m (1 révision importée)
 
(4 révisions intermédiaires par 4 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 +
{{High-risk|558,000+}}
 +
{{distinguish|Template:Paragraph break|Template:Param}}
 +
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
  
Ligne 6 : Ligne 9 :
  
 
===Examples===
 
===Examples===
#&nbsp;&nbsp;{{tlx|para|name}}
+
{| class="wikitable"
#:renders as
+
! Code
#:{{para|name}}
+
! Result
#&nbsp;&nbsp;{{tlx|para|title|&lt;var&gt;book title&lt;/var&gt;}}
+
! Notes
#:renders as
+
|-
#:{{para|title|<var>book title</var>}}
+
| {{tlx|para|name}}
#&nbsp;&nbsp;{{tlx|para|3=section|2=<span style="font-size: 1pt;">&nbsp;</span>}}
+
| {{para|name}}
#:renders as
+
|
#:{{para||section}}
+
|-
#:(for unnamed parameters in the example code; note the empty first parameter in the {{tlx|para}} template)
+
| {{tlx|para|title|&lt;var&gt;book title&lt;/var&gt;}}
#&nbsp;&nbsp;{{tlx|para|&lt;var&gt;parameter&lt;/var&gt;|&lt;var&gt;value&lt;/var&gt;}}
+
| {{para|title|<var>book title</var>}}
#:renders as
+
|
#:{{para|<var>parameter</var>|<var>value</var>}}
+
|-
 +
| {{tlx|para|2=<span style="font-size:1pt;">&nbsp;</span>|3=section}}
 +
| {{para||section}}
 +
| 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;}}
 +
| {{para|<var>parameter</var>|<var>value</var>}}
 +
|
 +
|}
 +
When using literal, pre-specified values, simply provide the value (as in the third example above). When illustrating hypothetical, variable or user-definable values, use <code><nowiki><var>value</var></nowiki></code> (as in the second example above) and the same should be done for non-literal, example parameters (fourth example above).
 +
 
 +
== See also ==
 +
See also the three tables below. They describe the family of forty or so templates built for talking about templates.
 +
 
 +
Here are some related templates or subjects not found in the tables:
 +
* {{tl|Param}}
 +
* {{tl|Parameter}}
 +
* {{tl|tag}}, for providing a similar service, but for HTML tags<!--
  
When using literal, pre-specified values, simply provide the value (appearance as in example 3). When illustrating hypothetical, variable or user-definable values, use <tt><nowiki><var>value</var></nowiki></tt> (appearance as in example 2), and the same should be done for non-literal, example parameters (as in example 4).
 
  
== See also ==
 
* [[Template:Tlx]] &ndash; for providing examples of entire-template code with included parameters
 
  
<includeonly>
+
This area creates a more user friendly gap to clearly isolate area for adding See also entries.-->
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
+
 
{{DEFAULTSORT:{{PAGENAME}}}}
 
  
[[id:Templat:Para]]
+
{{Tl-nav}}
[[ja:Template:Para]]
+
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
[[th:แม่แบบ:Para]]
+
<!------CATEGORIES ETC HERE, PLEASE------>
</includeonly>
+
[[Category:Typing-aid templates]]
 +
[[Category:Wikipedia formatting and function templates]]
 +
}}</includeonly>

Version actuelle datée du 25 janvier 2016 à 17:20

Modèle:Distinguish


Usage

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| |section}} |section For unnamed parameters; note empty first parameter in the code
{{para|<var>parameter</var>|<var>value</var>}} |parameter=value

When using literal, pre-specified values, simply provide the value (as in the third example above). When illustrating hypothetical, variable or user-definable values, use <var>value</var> (as in the second example above) and the same should be done for non-literal, example parameters (fourth example above).

See also

See also the three tables below. They describe the family of forty or so templates built for talking about templates.

Here are some related templates or subjects not found in the tables:


Modèle:Tl-nav