Template:For/doc: Difference between revisions
From Space Station 14 Wiki
defaultloadout-wikigg>Karmaworks No edit summary |
move templatedata to main; cleanup |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
== Examples == | == Examples == | ||
{| class="wikitable" | {| class="wikitable" | ||
! Code !! Result | ! Code !! Result | ||
|- | |- | ||
| <code><nowiki>{{For|more information| | | <code><nowiki>{{For|more information|Special:WantedPages}}</nowiki></code> || {{For|more information|Special:WantedPages}} | ||
|- | |- | ||
| <code><nowiki>{{For|more information| | | <code><nowiki>{{For|more information|Special:WantedPages|Special:UncategorizedPages}}</nowiki></code> || {{For|more information|Special:WantedPages|Special:UncategorizedPages}} | ||
|- | |- | ||
| <code><nowiki>{{For|more information| | | <code><nowiki>{{For|more information|Special:WantedPages|Special:UncategorizedPages|Special:UncategorizedCategories}}</nowiki></code> || {{For|more information|Special:WantedPages|Special:UncategorizedPages|Special:UncategorizedCategories}} | ||
|- | |- | ||
| <code><nowiki>{{For|more information| | | <code><nowiki>{{For|more information|Special:WantedPages{{!}}Page 1}}</nowiki></code> (Custom link label) || {{For|more information|Special:WantedPages{{!}}Page 1}} | ||
|} | |} | ||
<noinclude>[[Category:Template documentation]]</noinclude> | |||
Latest revision as of 00:28, 20 May 2025
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.
|