Difference between revisions of "Template:Tlsx"
Jump to navigation
Jump to search
Mediawiki>EmausBot m (Bot: Fixing double redirect to Template:Template link expanded with subst) |
Mediawiki>ExE Boss (Update “subst” link) |
||
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> |
Revision as of 21:09, 9 June 2021
{{subst:[[Template:{{{1}}}|]]}}
Template documentation[ purge ]
Similar to {{tlx}}
but for templates that should be substituted.
Usage: {{tlsx|template|first parameter|second|third|fourth|fifth|sixth|seventh|eight|ninth}} → {{subst:template|first parameter|second|third|fourth|fifth|...}}
Up to five parameters for the specified template are displayed as placeholders, more parameters are shown as "|..."
See also: {{Tls}}