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}}}]] or [[{{{4}}}]]<!-- concat two
         -->|, [[{{{3}}}]] and [[{{{4}}}]]<!-- concat two
              
              
         -->|<nowiki> </nowiki>or [[{{{3}}}]]<!-- else; concat one
         -->|<nowiki> </nowiki>and [[{{{3}}}]]<!-- else; concat one
              
              
       -->}}<!-- end concat if
       -->}}<!-- end concat if

Revision as of 20:42, 12 April 2024

Template documentation
view or edit this documentation about template documentation

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|Special:WantedPages{{!}}Page 1}} (Custom link label)
For more information, see Page 1.