Template:SlashCommandArticle: Difference between revisions
Jump to navigation
Jump to search
imported>Konoko (historical) mNo edit summary |
imported>Lin Chiao Feng (historical) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>[[Category:Slash Commands]]</includeonly> | <includeonly>[[Category:Slash Commands]]</includeonly> | ||
{{ | :'''/[[{{{command}}} (Slash Command)|{{{command}}}]]''' ''{{{options|}}}'' | ||
{{#if: {{{aliases|}}}|''Aliases: {{{aliases}}}''}} | |||
{{{note| }}} | |||
<noinclude> | <noinclude> | ||
==Usage== | ==Usage== | ||
<nowiki>{{SlashCommandArticle|command=</nowiki>''command''<nowiki>|options=</nowiki>''options''<nowiki>|note=</nowiki>''notes''<nowiki>}}</nowiki> | <nowiki>{{SlashCommandArticle|command=</nowiki>''command''<nowiki>|options=</nowiki>''options''<nowiki>|note=</nowiki>''notes''<nowiki>|aliases=</nowiki>''alias-list''<nowiki>}}</nowiki> | ||
:'''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. | ||
''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. | |||
[[Category:Slash Command Templates]] | [[Category:Slash Command Templates]] | ||
[[Category:Standardized Text Templates]]</noinclude> | [[Category:Standardized Text Templates]]</noinclude> |
Revision as of 13:26, 22 May 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.