Template:For: Difference between revisions
From Space Station 14 Wiki
defaultloadout-wikigg>Karmaworks Created page with "<includeonly><!-- -->{{#vardefine:text|<!-- start vd -->{{#if:{{{text|}}} | {{{text}}} |<!-- start top if -->{{#if:{{{2|}}}<!-- if more than one page -->|[[{{{1}}}]]{{#if:{{{3|}}}<!-- start concat if -->|, [[{{{2}}}]] or [[{{{3}}}]]<!-- concat two -->|<nowiki> </nowiki>or [[{{{2}}}]]<!-- else; concat one -->}}<!-- end concat if -->|[[{{{1}}}]]<!-- else; one page only..." |
defaultloadout-wikigg>Karmaworks No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><!-- | <includeonly><!-- | ||
-->{{#vardefine:text|<!-- start vd | -->{{#vardefine:text|<!-- start vd | ||
-->{{#if:{{{ | -->{{#if:{{{3|}}}<!-- if more than one page | ||
-->|[[{{{ | -->|[[{{{2}}}]]{{#if:{{{4|}}}<!-- start concat if | ||
-->|, [[{{{ | -->|, [[{{{3}}}]] or [[{{{4}}}]]<!-- concat two | ||
-->|<nowiki> </nowiki>or [[{{{ | -->|<nowiki> </nowiki>or [[{{{3}}}]]<!-- else; concat one | ||
-->}}<!-- end concat if | -->}}<!-- end concat if | ||
-->|[[{{{ | -->|[[{{{2}}}]]<!-- else; one page only | ||
-->}}<!-- end | -->}}<!-- end if | ||
-->}}<!-- end vd | -->}}<!-- end vd | ||
-->{{Hatnote|<!-- | -->{{Hatnote|<!-- | ||
--> | -->For {{{1}}}, see {{#var:text}}.<!-- | ||
-->}}<!-- | -->}}<!-- |
Revision as of 20:42, 12 April 2024
Examples
Code | Result |
---|---|
{{For|more information|Special:WantedPages}} |
For more information, see Special:WantedPages.
|
{{For|more information|Special:WantedPages|Special:UncategorizedPages}} |
For more information, see Special:WantedPages or Special:UncategorizedPages.
|
{{For|more information|Special:WantedPages|Special:UncategorizedPages|Special:UncategorizedCategories}} |
For more information, see Special:WantedPages, Special:UncategorizedPages or Special:UncategorizedCategories.
|
{{For|more information|Special:WantedPages{{!}}Page 1}} (Custom link label) |
For more information, see Page 1.
|