Template:Para/doc: Difference between revisions
(→TemplateData: Use {{#invoke:TNT|doc|para}}) |
m (→Examples: consistent coloring) |
||
Line 1: | Line 1: | ||
{{Documentation subpage}} |
{{Documentation subpage}} |
||
{{Distinguish|Template:Paragraph break|Template:Param}} |
|||
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> |
|||
{{High-use|590427}} |
|||
{{Distinguish|Template:Param|Template:Parameter}} |
|||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> |
|||
{{Uses TemplateStyles|Template:Mono/styles.css|Template:Nowrap/styles.css}} |
|||
__TOC__ |
|||
{{clear}} |
|||
== Usage == |
== Usage == |
||
This template is for giving examples of [[ |
This template is for giving examples of [[Wikipedia:Template messages|template]] parameter source code (useful in template documentation and talk page discussions of template code). |
||
It must have at least one or two parameters itself. The first parameter is the name of the example parameter to display (this may be ''empty'', but it must be ''present''). The second (optional) parameter is a value for the first example parameter; or, if the first parameter is empty, the second illustrates an example [[Help:Templates#Parameters|unnamed parameter]] (which in some cases may serve as a pre-defined parameter that takes no <code>{{!}}{{=}}{{var|value}}</code> after it, e.g. the {{para||section}} in {{tlx|Refimprove|section}}). |
|||
===Examples=== |
|||
# {{tlx|para|name}} |
|||
#:renders as |
|||
#:{{para|name}} |
|||
# {{tlx|para|title|<var>book title</var>}} |
|||
#:renders as |
|||
#:{{para|title|<var>book title</var>}} |
|||
# {{tlx|para|3=section|2=<span style="font-size: 1pt;"> </span>}} |
|||
#:renders as |
|||
#:{{para||section}} |
|||
#:(for unnamed parameters in the example code; note the empty first parameter in the {{tlx|para}} template) |
|||
# {{tlx|para|<var>parameter</var>|<var>value</var>}} |
|||
#:renders as |
|||
#:{{para|<var>parameter</var>|<var>value</var>}} |
|||
=== Examples === |
|||
When using literal, pre-specified values, simply provide the value (appearance as in example 3). When illustrating hypothetical, variable or user-definable values, use <code><nowiki><var>value</var></nowiki></code> (appearance as in example 2), and the same should be done for non-literal, example parameters (as in example 4). |
|||
{| class="wikitable" |
|||
! Code |
|||
! Result |
|||
! Notes |
|||
|- |
|||
| <syntaxhighlight lang="wikitext" inline>{{para|name}}</syntaxhighlight> |
|||
| {{para|name}} |
|||
| |
|||
|- |
|||
| <syntaxhighlight lang="wikitext" inline>{{para|title|The Oxford English Dictionary}}</syntaxhighlight> |
|||
| {{para|title|The Oxford English Dictionary}} |
|||
| |
|||
|- |
|||
| <syntaxhighlight lang="wikitext" inline>{{para||section}}</syntaxhighlight> |
|||
| {{para||section}} |
|||
| For [[Help:Templates#Parameters|unnamed parameters]];<br />note empty first<br />parameter in<br />the code |
|||
|- |
|||
| <syntaxhighlight lang="wikitext" inline>{{para|{{var|parameter}}|{{var|value}}}}</syntaxhighlight> |
|||
| {{para|{{var|parameter}}|{{var|value}}}} |
|||
| |
|||
|} |
|||
When using literal, pre-specified parameter names and values, simply provide them (as in the first through third examples above). When illustrating hypothetical/example parameter names, or variable or user-definable values, use something like {{tlx|var|parameter}} and/or {{tnull|var|value}} (as in the last example above). |
|||
== |
== Parameters == |
||
* {{para|1}} or first unnamed parameter – the parameter name. Give this parameter as explicitly blank and just fill in parameter 2 when you want to show an [[Help:Templates#Parameters|unnamed parameter]] (which, depending on the context, may serve as a valueless parameter name); e.g., {{tnull|para||section}} → {{para||section}} |
|||
{{TemplateData header}} |
|||
* {{para|2}} or second unnamed parameter – the value name. When the first parameter is given but is blank, the second represents an unnamed parameter's value (or a valueless parameter name), as illustrated above. |
|||
{{#invoke:TNT|doc|para}} |
|||
* {{para|plain|y}} (or any other value besides {{kbd|y}}) – removes the faint border and light-grey background, which may be useful in various situations. The border and text color are set to {{samp|inherit}}, to use the colors of the surrounding text. This parameter cooperates with the two below, in that if either are used, the text will be colorized while the border and background will still be removed. |
|||
* {{para|mxt|y}} or {{para|green|y}} – to apply the style (green text, but still monospaced as code) that would be applied by {{tlx|mxt}} ("monospaced example text"). This is so that {{tnull|para}} can be used inside a passage of {{tnull|mxt}} content without the {{tag|code|o}} markup inside {{tnull|para}} overriding the color of {{tnull|mxt}}. This parameter cooperates with {{para|plain}} in applying the color but respecting the removal of border and background. |
|||
* {{para|!mxt|y}} or {{para|red|y}} – same as above, but applies the red of {{tlx|!mxt}}, the "bad monospaced example text" template. |
|||
* {{para|style}} – to apply arbitrary CSS style, for some specialized contextual purpose. Example: {{para|style|background-color: Yellow;}}. Any color, background-color, or border specified here will override those provided by any of the above parameters, regardless of the order in which the parameters are given in the template. As this template uses a {{tag|span|o}} element, only CSS that can apply to inline elements (not block elements) will work. Like the above parameters, it applies to the entire output. |
|||
** If you want to only style the parameter name and/or the value, just do so directly;<br />e.g.: <syntaxhighlight lang="wikitext" inline>{{para|page|{{var|'''single''' page number}}}}</syntaxhighlight>, <syntaxhighlight lang="wikitext" inline>{{para|page'''''<u>s</u>'''''|{{var|page '''range''', or '''multiple''' individual pages, or both}}}}</syntaxhighlight><br />gives: {{para|page|{{var|'''single''' page number}}}}, {{para|page'''''<u>s</u>'''''|{{var|page '''range''', or '''multiple''' individual pages, or both}}}} |
|||
==TemplateData== |
|||
{{TemplateData header|noheader=1}} |
|||
<templatedata> |
|||
{ |
|||
"params": { |
|||
"1": { |
|||
"label": "Parameter name", |
|||
"description": "The parameter name. Give this parameter as explicitly blank and just fill in parameter 2 when you want to show an unnamed parameter.", |
|||
"type": "string", |
|||
"suggested": true |
|||
}, |
|||
"2": { |
|||
"label": "Value name", |
|||
"description": "The value name. When the first parameter is given but is blank, the second represents an unnamed parameter's value (or a valueless parameter name).", |
|||
"type": "string", |
|||
"suggested": true |
|||
}, |
|||
"plain": { |
|||
"label": "Plain", |
|||
"description": "Removes the faint border and light-grey background.", |
|||
"type": "boolean", |
|||
"default": "y" |
|||
}, |
|||
"mxt": { |
|||
"label": "Green text", |
|||
"description": "Colors the text in green.", |
|||
"type": "boolean", |
|||
"aliases": [ |
|||
"green" |
|||
], |
|||
"default": "y" |
|||
}, |
|||
"!mxt": { |
|||
"label": "Red text", |
|||
"description": "Colors the text in red.", |
|||
"type": "boolean", |
|||
"aliases": [ |
|||
"red" |
|||
], |
|||
"default": "y" |
|||
}, |
|||
"style": { |
|||
"label": "Style", |
|||
"description": "Apply arbitrary CSS style, for some specialized contextual purpose.", |
|||
"example": "background-color: Yellow;", |
|||
"type": "content" |
|||
} |
|||
}, |
|||
"description": "Gives examples of template parameter source code" |
|||
} |
|||
</templatedata> |
|||
== See also == |
== See also == |
||
The three tables below describe the family of approximately forty templates built for talking about templates. |
|||
* {{tl|ApiParam}} – for documenting API parameters |
|||
{{tl-nav}} |
|||
There are also some related templates or subjects not found in those tables: |
|||
* {{tlx|Param}}, for markup of examples of parameter names as they would appear in MediaWiki source code of templates, e.g. {{tnull|param|foo}} gives: {{param|foo}} |
|||
* {{tlx|Template journal parameter}}, for markup of examples of parameter names as they would appear in the {{tl|tj}} and {{tl|tji}} templates. |
|||
* {{tlx|Tag|...|attribs}}, for markup of examples of HTML elements' attributes and values; e.g. {{tji|tag|a|attribs: href{{=}}/demo.php|o}} gives: {{tag|a|attribs=href=/demo.php|o}}<!-- |
|||
This area creates a more user-friendly gap to clearly isolate area for adding See also entries that are not part of {{tl-nav}}. |
|||
--> |
|||
{{Tl-nav}} |
|||
{{Semantic markup templates}} |
|||
<includeonly>{{Sandbox other|| |
<includeonly>{{Sandbox other|| |
||
<!------CATEGORIES ETC HERE, PLEASE------> |
|||
<!-- Categories below this line; interwikis at Wikidata --> |
|||
[[Category: |
[[Category:Wikitext typing-aid templates]] |
||
[[Category: |
[[Category:Wikipedia utility templates]] |
||
[[Category:Semantic markup templates{{#translation:}}]] |
|||
}}</includeonly> |
}}</includeonly> |
Revision as of 10:10, 8 August 2024
This is a documentation subpage for Template:Para. It contains usage information, categories and other content that is not part of the original Template page. |
This template is used on approximately 590,427 pages. To avoid large-scale disruption and unnecessary server load, any changes to this template should first be tested in its /sandbox or /testcases subpages or in your own user subpage. The tested changes can then be added to this page in one single edit. Please consider discussing any changes on the talk page before implementing them. |
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 at least one or two parameters itself. The first parameter is the name of the example parameter to display (this may be empty, but it must be present). The second (optional) parameter is a value for the first example parameter; or, if the first parameter is empty, the second illustrates an example unnamed parameter (which in some cases may serve as a pre-defined parameter that takes no |=value
after it, e.g. the |section
in {{Refimprove|section}}).
Examples
Code | Result | Notes |
---|---|---|
{{para|name}}
|
|name=
|
|
{{para|title|The Oxford English Dictionary}}
|
|title=The Oxford English Dictionary
|
|
{{para||section}}
|
|section
|
For unnamed parameters; note empty first parameter in the code |
{{para|{{var|parameter}}|{{var|value}}}}
|
|parameter=value
|
When using literal, pre-specified parameter names and values, simply provide them (as in the first through third examples above). When illustrating hypothetical/example parameter names, or variable or user-definable values, use something like {{var|parameter}} and/or {{var|value}}
(as in the last example above).
Parameters
|1=
or first unnamed parameter – the parameter name. Give this parameter as explicitly blank and just fill in parameter 2 when you want to show an unnamed parameter (which, depending on the context, may serve as a valueless parameter name); e.g.,{{para|section}}
→|section
|2=
or second unnamed parameter – the value name. When the first parameter is given but is blank, the second represents an unnamed parameter's value (or a valueless parameter name), as illustrated above.|plain=y
(or any other value besides y) – removes the faint border and light-grey background, which may be useful in various situations. The border and text color are set to inherit, to use the colors of the surrounding text. This parameter cooperates with the two below, in that if either are used, the text will be colorized while the border and background will still be removed.|mxt=y
or|green=y
– to apply the style (green text, but still monospaced as code) that would be applied by {{mxt}} ("monospaced example text"). This is so that{{para}}
can be used inside a passage of{{mxt}}
content without the<code>
markup inside{{para}}
overriding the color of{{mxt}}
. This parameter cooperates with|plain=
in applying the color but respecting the removal of border and background.|!mxt=y
or|red=y
– same as above, but applies the red of {{!mxt}}, the "bad monospaced example text" template.|style=
– to apply arbitrary CSS style, for some specialized contextual purpose. Example:|style=background-color: Yellow;
. Any color, background-color, or border specified here will override those provided by any of the above parameters, regardless of the order in which the parameters are given in the template. As this template uses a<span>
element, only CSS that can apply to inline elements (not block elements) will work. Like the above parameters, it applies to the entire output.- If you want to only style the parameter name and/or the value, just do so directly;
e.g.:{{para|page|{{var|'''single''' page number}}}}
,{{para|page'''''<u>s</u>'''''|{{var|page '''range''', or '''multiple''' individual pages, or both}}}}
gives:|page=single page number
,|pages=page range, or multiple individual pages, or both
- If you want to only style the parameter name and/or the value, just do so directly;
TemplateData
Para
Gives examples of template parameter source code
Parameter | Description | Type | Status | |
---|---|---|---|---|
Parameter name | 1 | The parameter name. Give this parameter as explicitly blank and just fill in parameter 2 when you want to show an unnamed parameter. | String | suggested |
Value name | 2 | The value name. When the first parameter is given but is blank, the second represents an unnamed parameter's value (or a valueless parameter name). | String | suggested |
Plain | plain | Removes the faint border and light-grey background.
| Boolean | optional |
Green text | mxt green | Colors the text in green.
| Boolean | optional |
Red text | !mxt red | Colors the text in red.
| Boolean | optional |
Style | style | Apply arbitrary CSS style, for some specialized contextual purpose.
| Content | optional |
See also
The three tables below describe the family of approximately forty templates built for talking about templates.
There are also some related templates or subjects not found in those tables:
- {{Param}}, for markup of examples of parameter names as they would appear in MediaWiki source code of templates, e.g.
{{param|foo}}
gives:{{{foo}}}
- {{Template journal parameter}}, for markup of examples of parameter names as they would appear in the {{Tj }} and {{Tji }} templates.
- {{Tag|...|attribs}}, for markup of examples of HTML elements' attributes and values; e.g. {{tag
|a |attribs=href=/demo.php |o}} gives: <a>
Text style ↓ | {{tlg}} options[note 1] to achieve text style |
Link style | ||
---|---|---|---|---|
Linked | Unlinked | Linked with subst | ||
{{tlg}} options[note 1] to achieve link style |
N/A | DEFAULT | nolink=1
|
subst=1
|
normal | DEFAULT |
|
| |
code
|
code=1
|
|
|
|
monospace | mono=1 |
N/A | ||
plaincode
|
plaincode=1 | |||
kbd | kbd=1 |
- ↑ 1.0 1.1 1.2
{{tlg}}
is the most general template, allowing any combination of text style and/or link style options. - ↑ 2.0 2.1 2.2 Prevents wrapping of text by placing it inside
<span style="white-space:nowrap">...</span>
tags. - ↑ Allows links to templates in any namespace.
- ↑ 4.0 4.1 4.2 Displays monospaced font using
<span style="font-family:monospace">...</span>
. - ↑
uses{{Template:Para/doc}}
<code style="background:transparent;border:none">...</code>
. - ↑
{{Template:Para/doc}}
uses<kbd>
tags.