Difference between revisions of "Template:SlashCommandArticle"
From Paragon Wiki Archive
m (formatting tweaks) |
m (formatting tweaks) |
||
Line 1: | Line 1: | ||
<includeonly>[[Category:Slash Commands]]</includeonly> | <includeonly>[[Category:Slash Commands]]</includeonly> | ||
:'''/[[{{{command}}} (Slash Command)|{{{command}}}]]''' ''{{{options| }}}'' | :'''/[[{{{command}}} (Slash Command)|{{{command}}}]]''' ''{{{options| }}}'' | ||
− | {{#if: {{{aliases|}}}| | + | {{#if: {{{aliases|}}}|<br />''Aliases: '''{{{aliases}}}'''''}}<br />{{{note| }}}<noinclude> |
− | ''Aliases: '''{{{aliases}}}'''''}}<br /> | + | |
− | {{{note| }}}<noinclude> | + | |
==Usage== | ==Usage== | ||
Line 14: | Line 12: | ||
''Command'' is the literal name of the command, without the leading slash. | ''Command'' is the literal name of the command, without the leading slash. | ||
− | ''Options'' is a | + | ''Options'' is a list of options (aka parameters or arguments) for the command; be sure to include extra characters, such as the comma in {{slashcommand|tell}}. |
''Note'' is a brief description of the command. | ''Note'' is a brief description of the command. |
Revision as of 15:22, 2 August 2007
- /[[{{{command}}} (Slash Command)|{{{command}}}]]
Usage
{{SlashCommandArticle|command=command|options=options|note=notes|aliases=alias-list}}
- NOTE
- This template will add the article to Category:Slash Commands.
This template to be used on slash command specific articles.
Command is the literal name of the command, without the leading slash.
Options is a list of options (aka parameters or arguments) for the command; be sure to include extra characters, such as the comma in /tell.
Note is a brief description of the command.
Aliases is an optional parameter; it is a comma-separated list of commands (without leading slashes) that are aliases of this command.