Template:Template link with subst and parameters/doc: Difference between revisions
Appearance
Content deleted Content added
m correct number of parameters as given prior to section |
m no: interwiki |
||
Line 85: | Line 85: | ||
[[ar:قالب:Tlsp]] |
[[ar:قالب:Tlsp]] |
||
[[no:Template:Tlsp]] |
|||
[[pt:Predefinição:Lpsp]] |
[[pt:Predefinição:Lpsp]] |
||
[[uk:Шаблон:Tlsp]] |
[[uk:Шаблон:Tlsp]] |
Revision as of 17:04, 19 February 2012
This is a documentation subpage for Template:Template link with subst and parameters. It may contain usage information, categories and other content that is not part of the original template page. |
{{Template link with subst and parameters/doc}}
is used in template lists. Unlike
{{Tlp}}
it includes "subst". Unlike
{{Tls}}
it allows to specify a parameter. These
features are hints how to use the specified template.
Usage
- Up to five placeholders for parameters of the specified template name:
{{Template link with subst and parameters/doc|template name}}
{{Template link with subst and parameters/doc|template name|param}}
{{Template link with subst and parameters/doc|template name|1|2|3|4|5}}
{{Template link with subst and parameters/doc|template name|2=param=value}}
Note: start from 2 because the "name" is parameter 1. Or...{{Template link with subst and parameters/doc|template name|param=value}}
- For templates supporting optional substitution just add subst=subst:
{{Template link with subst and parameters/doc|template name|1|2|3|subst=subst:}}
Example
Code | Result |
{{tlsp|template}}
|
{{subst:template}} |
{{tlsp|template|1st|2nd|3rd|4th|5th}}
|
{{subst:template|1st|2nd|3rd|4th|5th}} |
{{tlsp|template|2=param=value}}
|
{{subst:template|param=value}} |
{{tlsp|template|param=value}}
|
{{subst:template|param=value}} |
{{tlsp|template|1|2|3|okay}}
|
{{subst:template|1|2|3|okay}} |
{{tlsp|template|1|2|3|4|5|too many}}
|
{{subst:template|1|2|3|4|5|too many}} |
{{tlsp|template|1|2|3|4|5|subst=subst:}}
|
{{subst:template|1|2|3|4|5}} |
For similar examples see Tlx.
Comparison
Code | Result |
{{tl|x0}}
|
{{x0}} |
{{tlp|x1|param}}
|
{{x1|param}} |
{{tls|x0}}
|
{{subst:x0}} |
{{tlsp|x3|1st|2nd|3rd|4th|5th}}
|
{{subst:x3|1st|2nd|3rd|4th|5th}} |
{{tlu|template:x3|1st|2nd|3rd}}
|
{{template:x3|1st|2nd|3rd}} |
{{tlx|x3|1st|2nd|3rd}}
|
{{x3|1st|2nd|3rd}}
|
See also
- Template:Template link with subst and parameters/doc(edit talk links history) up to five parameters
- Template:Tl(edit talk links history) no parameter and no subst
- Template:Tlp(edit talk links history) Tl + parameter
- Template:Tls(edit talk links history) Tl + subst
- Template:Tlu(edit talk links history) like Tlx in any namespace
- Template:Tlx(edit talk links history) like Tlsp without subst