Template:WildStar/gamecmd: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "Adds a game command to a list on a wiki page. ---- ;Template <onlyinclude><!-- -->{{#vardefine:sub|{{{ns|{{BASEPAGENAME}}}}}}}<!-- -->[[{{#var:sub}}/COMMAND {{{1|}}}|{{#if:...")
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
Adds a game command to a list on a wiki page.
Adds a game command to a list on a wiki page.


<nowiki>{{\|gamecmd|afk}}</nowiki>
:{{ {{PAGENAME}}|afk|ns={{BASEPAGENAME}}}}
[[Category:WildStar development templates|{{PAGENAME}}]]
----
----
;Template
;Template
<onlyinclude><!--
<onlyinclude><includeonly><!--


-->{{#vardefine:sub|{{{ns|{{BASEPAGENAME}}}}}}}<!--
-->{{#vardefine:sub|{{#if:{{{ns|}}}|{{{ns}}}|{{#var:sub|{{NAMESPACE}}}}}}}}<!--


-->[[{{#var:sub}}/COMMAND {{{1|}}}|{{#if:{{{2|}}}|{{{2}}}|{{{1|}}}}}]]<!--
-->[[{{#var:sub}}:COMMAND {{{1|}}}|{{#if:{{{2|}}}|{{{2}}}|{{{1|}}}}}]]<!--


--></onlyinclude>
--></includeonly></onlyinclude>

Latest revision as of 03:51, 10 August 2023

Adds a game command to a list on a wiki page.

{{\|gamecmd|afk}}

afk

Template