Template:For: Difference between revisions
From Space Station 14 Wiki
defaultloadout-wikigg>Karmaworks No edit summary |
defaultloadout-wikigg>Karmaworks No edit summary |
||
Line 6: | Line 6: | ||
-->|[[{{{2}}}]]{{#if:{{{4|}}}<!-- start concat if | -->|[[{{{2}}}]]{{#if:{{{4|}}}<!-- start concat if | ||
-->|, [[{{{3}}}]] | -->|, [[{{{3}}}]] and [[{{{4}}}]]<!-- concat two | ||
-->|<nowiki> </nowiki> | -->|<nowiki> </nowiki>and [[{{{3}}}]]<!-- else; concat one | ||
-->}}<!-- end concat if | -->}}<!-- end concat if |
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 and Special:UncategorizedPages.
|
{{For|more information|Special:WantedPages|Special:UncategorizedPages|Special:UncategorizedCategories}} |
For more information, see Special:WantedPages, Special:UncategorizedPages and Special:UncategorizedCategories.
|
{{For|more information|Special:WantedPages{{!}}Page 1}} (Custom link label) |
For more information, see Page 1.
|