|
|
(27 intermediate revisions by 14 users not shown) |
Line 1: |
Line 1: |
| <includeonly><!--
| | #REDIRECT [[Template:Template link general]] |
| Templates tlc, tld, tlf have the following wrapping everything; do we need it?
| | |
| <span style="white-space:nowrap;">
| | {{Redirect category shell| |
| --><!--
| | {{R from move}} |
| -- begin tt style if tt=yes given
| | }} |
| -->{{#if:{{{tt|}}}|<tt>}}<!--
| |
| -- begin code style if code=yes given
| |
| -->{{#if:{{{code|}}}|<code>}}<!--
| |
| -- opening brace unless braceinside=yes
| |
| -->{{#if:{{{braceinside|}}}||<nowiki>{{</nowiki>}}<!--
| |
| -- add subst prefix, if subst=yes given
| |
| -->{{#if:{{{subst|}}}|[[Help:Substitution|subst]]:}}<!--
| |
| -- begin boldface if bold=yes given
| |
| -->{{#if:{{{bold|}}}|'''}}<!--
| |
| -- begin link if not nolink=yes; add any LANG and SISTER prefixes
| |
| -->{{#if:{{{nolink|}}}||{{!(}}{{!(}}{{{LANG|}}}{{{SISTER|}}}<!--
| |
| -- specify page to link to (unless nolink=yes)
| |
| -->{{#if:{{{1|}}}|{{#if:{{{anypage|}}}||{{ns:Template}}:}}{{{1|}}}|{{FULLPAGENAME}}}}{{!}}}}<!--
| |
| -- opening brace if braceinside=yes
| |
| -->{{#if:{{{braceinside|}}}|<nowiki>{{</nowiki>}}<!--
| |
| -- surface text of link
| |
| -->{{{alttext|{{{1|{{#ifeq:{{NAMESPACE}}|{{ns:Template}}|{{PAGENAME}}|{{FULLPAGENAME}}}}}}}}}}<!--
| |
| -- closing brace if braceinside=yes
| |
| -->{{#if:{{{braceinside|}}}|<nowiki>}}</nowiki>}}<!--
| |
| -- end of link, unless nolink=yes
| |
| -->{{#if:{{{nolink|}}}||]]}}<!--
| |
| -- end boldface if bold=yes
| |
| -->{{#if:{{{bold|}}}|'''}}<!--
| |
| -->{{#if:{{{italic|}}}|<span style="font-style: italic;">}}<!--
| |
| -- add the remaining parameters
| |
| -->{{#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|}}}|
| |
| |''...''
| |
| }}<!--
| |
| -->{{#if:{{{italic|}}}|</span>}}<!--
| |
| -- closing brace unless braceinside=yes
| |
| -->{{#if:{{{braceinside|}}}||<nowiki>}}</nowiki>}}<!--
| |
| -- end code style if code=yes given
| |
| -->{{#if:{{{code|}}}|</code>}}<!--
| |
| -- end tt style if tt=yes given
| |
| -->{{#if:{{{tt|}}}|</tt>}}<!--
| |
| -- end
| |
| --></includeonly><noinclude>
| |
| {{Documentation}}
| |
| <!-- Add categories and interwikis to the /doc subpage, not here! -->
| |
| </noinclude>
| |