|
|
(19 intermediate revisions by 12 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 class="nowrap">
| |
| --><!--
| |
|
| |
|
| -- begin tt style if tt=yes or code=yes given
| | {{Redirect category shell| |
| -->{{#if:{{{tt|}}}{{{code|}}}|<code>}}<!--
| | {{R from move}} |
| -- 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|}}}|'''}}<!--
| |
| | |
| -- create actual link (if not nolink=yes)
| |
| -->{{#if:{{{nolink|}}}
| |
| |<!-- nolink=yes -->
| |
| |{{!((}}:<!-- opening brackets of link
| |
| -->{{#ifeq:{{padleft:|1|{{{1}}}}} <!-- check whether we have a colon at the beginning -->
| |
| |:
| |
| |{{FULLPAGENAME:{{{1}}}}} <!-- if yes: link to article ns or assume other valid link, e.g. Interwikilink -->
| |
| |{{#switch:{{NAMESPACE:{{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}}}
| |
| |{{ns:0}}={{ns:10}}:{{#if:{{{1|}}}|{{PAGENAME:{{{1}}}}}|{{PAGENAME}}}} <!-- No ns given: we want to link to template ns -->
| |
| |#default={{#if:{{{1|}}}|{{FULLPAGENAME:{{{1}}}}}|{{FULLPAGENAME}}}}<!--
| |
| -->}}<!--
| |
| -->}}{{!}}<!-- <<--- pipe character in link
| |
| -->}}<!--
| |
| | |
| -- create link text
| |
| -- opening brace if braceinside=yes
| |
| -->{{#if:{{{braceinside|}}}|<nowiki>{{</nowiki>}}<!--
| |
| -- surface text of link
| |
| -->{{{alttext|{{#if:{{{1|}}}|{{{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 given
| |
| -->{{#if:{{{bold|}}}|'''}}<!--
| |
| -- begin italic style if italic=yes given
| |
| -->{{#if:{{{italic|}}}|<span style="font-style: italic;">}}<!--
| |
| | |
| -- add parameters
| |
| -->{{#ifeq:{{{2|¬}}}|¬|||{{{2}}}}}<!--
| |
| -->{{#ifeq:{{{3|¬}}}|¬|||{{{3}}}}}<!--
| |
| -->{{#ifeq:{{{4|¬}}}|¬|||{{{4}}}}}<!--
| |
| -->{{#ifeq:{{{5|¬}}}|¬|||{{{5}}}}}<!--
| |
| -->{{#ifeq:{{{6|¬}}}|¬|||{{{6}}}}}<!--
| |
| -->{{#ifeq:{{{7|¬}}}|¬|||{{{7}}}}}<!--
| |
| -->{{#ifeq:{{{8|¬}}}|¬|||{{{8}}}}}<!--
| |
| -->{{#ifeq:{{{9|¬}}}|¬|||{{{9}}}}}<!--
| |
| -->{{#ifeq:{{{10|¬}}}|¬|||{{{10}}}}}<!--
| |
| -->{{#ifeq:{{{11|¬}}}|¬|||{{{11}}}}}<!--
| |
| -->{{#if:{{{12|}}}||''...''}}<!--
| |
| | |
| -- end italic style if italic=yes given
| |
| -->{{#if:{{{italic|}}}|</span>}}<!--
| |
| -- closing brace unless braceinside=yes
| |
| -->{{#if:{{{braceinside|}}}||<nowiki>}}</nowiki>}}<!--
| |
| -- end code style if code=yes or tt=yes given
| |
| -->{{#if:{{{code|}}}{{{tt|}}}|</code>}}<!--
| |
| -- end
| |
| --></includeonly><noinclude>
| |
| {{Documentation}}
| |
| <!-- Add categories and interwikis to the /doc subpage, not here! -->
| |
| </noinclude>
| |