Template:Command: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
(Undo revision 545146 by TRAIGA (talk))
 
(34 intermediate revisions by 2 users not shown)
Line 2: Line 2:
{| class=wikitable width=100%
{| class=wikitable width=100%
|-
|-
! colspan="2" align="center" style="background:#B9B59C;font-size:150%;border-right:hidden;height: 35px" | '''[[pretty name is::{{{name|{{#explode:{{PAGENAME}}| |0}}}}}]]''
! align="center" style="background:#B9B59C;font-size:150%;border-right:hidden;height: 35px" | '''[[pretty name is::{{{name|{{#explode:{{PAGENAME}}| |0}}}}}]]'''
|-
|-
|{{#if:{{{description|}}} | [[description is::{{{description}}}]] | ''Unknown'' }}
|{{#if:{{{description|}}} | [[description is::{{{description}}}]] | ''Unknown'' }}
| rowspan="2"| test
|-
|-
|{{#if:{{{messaging|}}} | [[messaging is::{{{messaging}}}]] | ''Unknown'' }}
|{{#if:{{{messaging|}}} | [[messaging is::{{{messaging}}}]] | ''Unknown'' }}
|-
|}
|}


{{#if:{{{rp|}}}|{{#switch:{{{rp}}}|y|yes|Y|Yes|t|true|T|True=[[command type is::role-playing| ]]{{cat|Role-playing commands}}|}}}}
{{#ifeq:{{{rp|}}}|Yes|{{cat|Role-playing commands}}|}}
{{#if:{{{combat|}}}|{{#switch:{{{combat}}}|y|yes|Y|Yes|t|true|T|True=[[command type is::combat| ]]{{cat|Combat commands}}|}}}}
{{#ifeq:{{{combat|}}}|Yes|{{cat|Combat commands}}|}}
{{#if:{{{magic|}}}|{{#switch:{{{magic}}}|y|yes|Y|Yes|t|true|T|True=[[command type is::magic| ]]{{cat|Magic commands}}|}}}}
{{#ifeq:{{{magic|}}}|Yes|{{cat|Magic commands}}|}}
{{#if:{{{settings|}}}|{{#switch:{{{settings}}}|y|yes|Y|Yes|t|true|T|True=[[command type is::settings| ]]{{cat|Settings commands}}|}}}}
{{#ifeq:{{{settings|}}}|Yes|{{cat|Settings commands}}|}}
{{#if:{{{systems|}}}|{{#switch:{{{systems}}}|y|yes|Y|Yes|t|true|T|True=[[command type is::systems| ]]{{cat|Systems commands}}|}}}}
{{#ifeq:{{{systems|}}}|Yes|{{cat|Systems commands}}|}}
{{#if:{{{race|}}}|{{#arraymap:{{{race}}}|,|@@@@|[[race association is::@@@@| ]][[command type is::racial| ]]{{cat|@@@@ commands,Racial commands}}| }}}}
{{#if:{{{race|}}}|{{#arraymap:{{{race}}}|,|@@@@|[[race association is::@@@@| ]][[command type is::racial| ]]{{cat|@@@@ commands}}| }}}}
{{#if:{{{guild|}}}|{{#arraymap:{{{guild}}}|,|@@@@|[[guild association is::@@@@| ]][[command type is::guild| ]]{{cat|@@@@ commands,Guild commands}}| }}}}
{{#if:{{{guild|}}}|{{#arraymap:{{{guild}}}|,|@@@@|[[guild association is::@@@@| ]][[command type is::guild| ]]{{cat|@@@@ commands}}| }}}}
{{cat|Commands}}[[page type is::command| ]]</includeonly><noinclude>
{{cat|Commands}}[[page type is::command| ]]</includeonly>


<noinclude>
This template is for command and verb pages.
This template is for command and verb pages.
==Usage==
==Usage==
Line 31: Line 32:
|race= Human, Elf, Gnome, etc. Leave empty if no racial association.
|race= Human, Elf, Gnome, etc. Leave empty if no racial association.
|guild= Barbarian, Moon Mage, Necromancer, etc. Leave empty if no guild association.
|guild= Barbarian, Moon Mage, Necromancer, etc. Leave empty if no guild association.
|desc= A brief summary of what the command is used for.
|description= A brief summary of what the command is used for.
|messaging= Include messaging in the following format:
|messaging= Include messaging in the following format:
'''COMMAND SYNTAX'''<br />
'''COMMAND SYNTAX'''<br />

Latest revision as of 00:49, 30 January 2021


This template is for command and verb pages.

Usage

When making a new verb article, copy the text below into the edit window and fill in the parameter values as appropriate. Editing with form is also possible.

{{command
|rp= y/yes/n/no/t/true/f/false
|combat= y/yes/n/no/t/true/f/false
|magic= y/yes/n/no/t/true/f/false
|settings= y/yes/n/no/t/true/f/false
|systems= y/yes/n/no/t/true/f/false
|race= Human, Elf, Gnome, etc. Leave empty if no racial association.
|guild= Barbarian, Moon Mage, Necromancer, etc. Leave empty if no guild association.
|description= A brief summary of what the command is used for.
|messaging= Include messaging in the following format:
'''COMMAND SYNTAX'''<br />
''You see'': 1st person messaging. <br />
''Target sees'': 2nd person messaging. N/A if not applicable or just leave out. <br />
''Others see'': 3rd person messaging. <br />

'''COMMAND SYNTAX #2'''<br />
''You see'': etc.
}}