Template:Tlsx: Difference between revisions
Richardpruen (talk | contribs) m 1 revision imported |
Richardpruen (talk | contribs) m 1 revision imported |
||
| Line 1: | Line 1: | ||
# | <code>{{[[mw:Special:MyLanguage/Help:Substitution|subst]]:[[{{ns:Template}}:{{{1}}}|{{#ifeq:{{lcfirst:{{{1|}}}}}|{{lc:{{{1|}}}}}|{{lcfirst:{{{1|}}}}}|{{{1}}}}}]]<!-- | ||
-->{{#if:{{{2|}}}| | |||
|{{{2}}} | |||
}}<!-- | |||
-->{{#if:{{{3|}}}| | |||
|{{{3}}} | |||
}}<!-- | |||
-->{{#if:{{{4|}}}| | |||
|{{{4}}} | |||
}}<!-- | |||
-->{{#if:{{{5|}}}| | |||
|{{{5}}} | |||
}}<!-- | |||
-->{{#if:{{{6|}}}| | |||
|{{{6}}} | |||
}}<!-- | |||
-->{{#if:{{{7|}}}| | |||
|<i>...</i> | |||
}}}}</code><noinclude> | |||
{{Documentation|content= | |||
Similar to {{tlx|tlx}} but for templates that should be substituted. | |||
'''Usage:''' <nowiki>{{tlsx|template|first parameter|second|third|fourth|fifth|sixth|seventh|eight|ninth}}</nowiki> → {{tlsx|template|first parameter|second|third|fourth|fifth|sixth|seventh|eight|ninth}} | |||
Up to five parameters for the specified template are displayed as placeholders, more parameters are shown as "<tt>{{!}}</tt>''...''" | |||
'''See also:''' {{t|tls}} | |||
{{Tl-nav}} | |||
[[Category:Internal link templates|{{PAGENAME}}]] | |||
}} | |||
</noinclude> | |||