Difference between revisions of "Template:SlashCommandArticle"
From Paragon Wiki Archive
m (cleanup usage) |
|||
Line 3: | Line 3: | ||
{{#if: {{{aliases|}}}| | {{#if: {{{aliases|}}}| | ||
''Aliases: '''{{{aliases}}}'''''}} | ''Aliases: '''{{{aliases}}}'''''}} | ||
− | + | {{{note| }}}<noinclude> | |
− | {{{note| }}} | + | |
− | <noinclude> | + | |
==Usage== | ==Usage== | ||
− | + | {{tl|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. | This template to be used on slash command specific articles. |
Revision as of 08:46, 8 July 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 comma-separated list of options (aka parameters or arguments) for the command; use italicized text for the names of the parameters.
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.