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
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}}}}


----
----
;Template
;Template
<onlyinclude><!--
<onlyinclude><includeonly><!--


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


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


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

Revision as of 03:19, 10 August 2023

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

{{\|gamecmd|afk}}

afk

Template