Difference between revisions of "Template:Tlsx"

From "PTTLink Wiki"
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:
#REDIRECT [[Template:Template link expanded with subst]]
+
<code>&#123;&#123;[[mw:Special:MyLanguage/Help:Substitution|subst]]:[[{{ns:Template}}:{{{1}}}|{{#ifeq:{{lcfirst:{{{1|}}}}}|{{lc:{{{1|}}}}}|{{lcfirst:{{{1|}}}}}|{{{1}}}}}]]<!--
 +
-->{{#if:{{{2|}}}|
 +
&#124;{{{2}}}
 +
}}<!--
 +
-->{{#if:{{{3|}}}|
 +
&#124;{{{3}}}
 +
}}<!--
 +
-->{{#if:{{{4|}}}|
 +
&#124;{{{4}}}
 +
}}<!--
 +
-->{{#if:{{{5|}}}|
 +
&#124;{{{5}}}
 +
}}<!--
 +
-->{{#if:{{{6|}}}|
 +
&#124;{{{6}}}
 +
}}<!--
 +
-->{{#if:{{{7|}}}|
 +
&#124;<i>...</i>
 +
}}&#125;&#125;</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 documentationpurge ]

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}}

Template:Tl-nav