|
|
Line 1: |
Line 1: |
| <includeonly><span style="font-family:monospace;"><nowiki>{{</nowiki>[[{{{LANG|}}}{{{SISTER|}}}{{ns:Template}}:{{{1|}}}|{{#ifeq:{{lcfirst:{{{1|}}}}}|{{lc:{{{1|}}}}}|{{lcfirst:{{{1|}}}}}|{{{1}}}}}]]<!--
| | #REDIRECT [[Template:Tlp]] |
| -->{{#if:{{{2|}}}|
| |
| |{{{2}}}
| |
| }}<!--
| |
| -->{{#if:{{{3|}}}|
| |
| |{{{3}}}
| |
| }}<!--
| |
| -->{{#if:{{{4|}}}|
| |
| |{{{4}}}
| |
| }}<!--
| |
| -->{{#if:{{{5|}}}|
| |
| |{{{5}}}
| |
| }}<!--
| |
| -->{{#if:{{{6|}}}|
| |
| |{{{6}}}
| |
| }}<!--
| |
| -->{{#if:{{{7|}}}|
| |
| |{{{7}}}
| |
| }}<!--
| |
| -->{{#if:{{{8|}}}|
| |
| |{{{8}}}
| |
| }}<!--
| |
| -->{{#if:{{{9|}}}|
| |
| |{{{9}}}
| |
| }}<!--
| |
| -->{{#if:{{{10|}}}|
| |
| |{{{10}}}
| |
| }}<!--
| |
| -->{{#if:{{{11|}}}|
| |
| |{{{11}}}
| |
| }}<!--
| |
| -->{{#if:{{{12|}}}|
| |
| |''...''
| |
| }}<nowiki>}}</nowiki></span></includeonly><noinclude>
| |
| | |
| <!-----------------Documentation:------------------->
| |
| | |
| <code><nowiki>{{tlx|Template name here|first parameter|second|third|fourth|fifth|sixth|seventh|eight|ninth}}</nowiki></code>
| |
| | |
| yields:
| |
| | |
| {{tlx|Template name here|first parameter|second|third|fourth|fifth|sixth|seventh|eight|ninth}}
| |
| | |
| '''<big>Purpose and naming:</big>''' Mnemonically ''''T'''emplate '''l'''ist e'''x'''panded'... after <tt>{{tlx|tl}}</tt> '''T'''emplate '''l'''ist'
| |
| | |
| * This template takes another ''template-name'' and some associated [[w:pipe-trick|pipe-tricked]] [http://meta.wikimedia.org/wiki/Parameter#Parameters (numbered) parameters] (or 'pass parameters'), and displays them as an 'example demonstration' of how the ''template-name'' template could be coded, literally. Its primary use is in instruction and documentation.
| |
| | |
| * '''''Specifics:''''' Up to five pass parameters (numbered or nowiki-keywords) for the specified template are displayed as 'placeholders', and over 5 parameters can be displayed using a coded vertical-bar (as in "<small>&#124;</small>''...''"). A keyword parameter can be used, when tagged as a nowiki-keyword: <nowiki>"<nowiki>siz=10<\nowiki>"</nowiki> with each keyword parameter surrounded by <nowiki>"<nowiki>"</nowiki> tags; see ''[[#Examples|Examples]]'' at bottom. For more details, see the [[w:{{TALKPAGENAME}}|this talk]] page.
| |
| | |
| * '''''Exceptions:''''' If the intended template lists numerous/keyword parameters, then perhaps this template should really ''not'' be used, and just hardcode the usage in double-braces, putting only nowiki-braces <nowiki>"{{"</nowiki> to start, such as: "<nowiki><nowiki>{{</nowiki><\nowiki>Anytemplate |arg1=23 |siz=250px}}".
| |
| ----
| |
| | |
| * If given no additional parameters except ''<code> 'template name' (<nowiki>{{{1}}}</nowiki>), </code>'' it presents the same as the similar {{tl|Tl}} [[W:macro|macro]] template -- a blue link nested in [[W:brackets|curly-braces]]-- the same as a user would apply the template without parameters, but with a noticably clearer font and spacing on most modern browsers.
| |
| | |
| :* {{Tlx|Tl|Tl}} display compared to {{Tlx|Tlx|Tl}}: (Tl: {{Tl|Tlx}} versus Tlx: {{Tlx|Tl}})
| |
| | |
| * Comparatively, {{Tlx|Tl}} will not take or display additional parameters, and for minor technical reasons, may preferred for mere listing and referencing in long pages involving a lot of template expansions[[W:WP:DPP|1]].
| |
| | |
| | |
| ----
| |
| | |
| === Usage ===
| |
| | |
| :<tt>{{{{PAGENAME}}{{!}}template name}}</tt>
| |
| :<tt>{{{{PAGENAME}}{{!}}template name{{!}}param}}</tt>
| |
| :<tt>{{{{PAGENAME}}{{!}}template name{{!}}1{{!}}2{{!}}3}}</tt>
| |
| :<tt>{{{{PAGENAME}}{{!}}template name{{!}}1{{!}}2{{!}}3&#124;more}}</tt>
| |
| :<tt>{{{{PAGENAME}}{{!}}template name{{!}}param&#61;value}}</tt>
| |
| ''Up to three placeholders for parameters of the specified template''}}
| |
| | |
| === Examples ===
| |
| {{#ifeq:{{SITENAME}}|Wikipedia|<!-- Skip message--->|
| |
| {{#ifeq:{{SITENAME}}|Meta|<!-- No note needed --->|<!-- Other Sisters Note: --->
| |
| ;Note: On the source sister projects, en.wikipedia and Meta, '''X0, X1, X2,..., X9 are sandbox templates''' for experimentation on involved templates that need be in template space. An auto-cleansing software facility exists that might be used to duplicate the facility on other Sister projects.
| |
| }}}}
| |
| | |
| {| border="1" cellpadding="4" class="wikitable"
| |
| ! Code
| |
| ! Result
| |
| ! Remark
| |
| |-
| |
| |{{Tlx|SISTER=W:|Tlx|x0}}
| |
| |{{Tlx|SISTER=W:|x0}}
| |
| || 
| |
| |-
| |
| |{{Tlx|SISTER=W:|Tlx|x1|one}}
| |
| |{{Tlx|SISTER=W:|x1|one}}
| |
| || 
| |
| |-
| |
| |{{Tlx|SISTER=W:|Tlx|x2|one|two}}
| |
| |{{Tlx|SISTER=W:|x2|one|two}}
| |
| || 
| |
| |-
| |
| |{{Tlx|SISTER=W:|Tlx|x3|1<tt>|</tt>2<tt>|</tt>3}}
| |
| |{{Tlx|SISTER=W:|x3|1|2|3}}
| |
| || 
| |
| |-
| |
| |{{Tlx|SISTER=W:|Tlx|x4|1<tt>|</tt>2<tt>|</tt>3|4}}
| |
| |{{Tlx|SISTER=W:|x4|1|2|3|4}}
| |
| |up to 5 parameters, then ...
| |
| |-
| |
| |{{Tlx|SISTER=W:|Tlx|x4|1<tt>|</tt>2<tt>|</tt>3&#124;4}}
| |
| |{{Tlx|SISTER=W:|x4|1|2|3|4}}
| |
| |align="right"|<tt>&#124;</tt> for more
| |
| |-
| |
| |{{Tlx|SISTER=W:|Tlx|x1|x=u}}
| |
| |{{Tlx|SISTER=W:|x1|x=u}}
| |
| |'''=''' won't work
| |
| |-
| |
| |{{Tlx|SISTER=W:|Tlx|x1|x&#61;u}}
| |
| |{{Tlx|SISTER=W:|x1|x=u}}
| |
| |align="right"|<tt>&#61;</tt> is okay
| |
| |-
| |
| |{{Tlx|SISTER=W:|Tlx|x1|x<nowiki>{{=}}</nowiki>u}}
| |
| |{{Tlx|SISTER=W:|x1|x{{=}}u}}
| |
| |align="right"|<tt><nowiki>{{=}}</nowiki></tt> is okay
| |
| |-
| |
| |{{Tlx|SISTER=W:|Tlx|x1|<nowiki>x=u</nowiki>}}
| |
| |{{Tlx|SISTER=W:|x1|<nowiki>x=u</nowiki>}}
| |
| |align="right"|sticky nowiki is okay
| |
| |-
| |
| |{{Tlx|SISTER=W:|Tlx|x2| |two}}
| |
| |{{Tlx|SISTER=W:|x2| |two}}
| |
| |empty won't work
| |
| |-
| |
| |{{Tlx|SISTER=W:|Tlx|x2|&#32;|two}}
| |
| |{{Tlx|SISTER=W:|x2| |two}}
| |
| |align="right"|<tt>&#32;</tt> is okay
| |
| |-
| |
| |{{Tlx|SISTER=W:|Tlx|x2|&nbsp;|two}}
| |
| |{{Tlx|SISTER=W:|x2| |two}}
| |
| |align="right"|<tt>&nbsp;</tt> is okay
| |
| |-
| |
| |{{Tlx|SISTER=W:|Tlx|x2| &#124; two}}
| |
| |{{Tlx|SISTER=W:|x2| | two}}
| |
| |align="right"|<tt>&#124;</tt> is okay
| |
| |-
| |
| || {{Tlx|SISTER=W:|Tlx|x2| {{!}} two}}
| |
| || {{Tlx|SISTER=W:|x2| {{!}} two}}
| |
| |align="right"|{{Tlx|SISTER=W:|!}} is dubious
| |
| |-
| |
| || {{Tlx|SISTER=W:|Tlx|x2|<nowiki>2=</nowiki>|<nowiki>3=two</nowiki>}}
| |
| || {{Tlx|SISTER=W:|x2|2=|3=two}}
| |
| |empty really doesn't work
| |
| |-
| |
| || {{Tlx|SISTER=W:|Tlx|x2|<nowiki>2=one</nowiki>|two}}
| |
| || {{Tlx|SISTER=W:|x2|2=one|two}}
| |
| |'''two''' clobbers '''2=one'''
| |
| |-
| |
| || {{Tlx|SISTER=W:|Tlx|x2|<nowiki>3=two</nowiki>|<nowiki>2=one</nowiki>}}
| |
| || {{Tlx|SISTER=W:|x2|3=two|2=one}}
| |
| |align="right"|right to left okay
| |
| |}
| |
| | |
| ==Source credit==
| |
| This template and its documentation are based on [[w:Template:Tlx]] from Wikipedia, licensed under the GNU Public Documentation License.
| |
| | |
| [[Category: Internal link templates]]
| |
| | |
| | |
| </noinclude>
| |