Difference between revisions of "Paragon Wiki Archive:Slash Commands"
From Paragon Wiki Archive
m (+ link to forum post from forever ago.) |
(→Naming convention) |
||
| Line 12: | Line 12: | ||
==Naming convention== | ==Naming convention== | ||
ATM, slash commands are always slash_command(Slash Command), but it may be better to do Slash Command:Command instead. DISCUSS. | ATM, slash commands are always slash_command(Slash Command), but it may be better to do Slash Command:Command instead. DISCUSS. | ||
| + | : When I want to find a slash command, I type '''/slash_command''' into the search box. Any solution where that works is OK with me. Bonus points for making that take me to the command's page instead of a search results page. --[[User:Lin Chiao Feng|Lin Chiao Feng]] 21:05, 16 May 2007 (EDT) | ||
| + | |||
== Default == | == Default == | ||
Use this code to get started on slash command articles. | Use this code to get started on slash command articles. | ||
Revision as of 01:05, 17 May 2007
Overview
Slash command article stuffs.
- Category:Slash Commands
- Category talk:Slash Commands
- {{SlashCommandArticle}} I had an epiphany to expand this slightly...
- {{SlashCommand}}
- {{slashcommand}}
Naming convention
ATM, slash commands are always slash_command(Slash Command), but it may be better to do Slash Command:Command instead. DISCUSS.
- When I want to find a slash command, I type /slash_command into the search box. Any solution where that works is OK with me. Bonus points for making that take me to the command's page instead of a search results page. --Lin Chiao Feng 21:05, 16 May 2007 (EDT)
Default
Use this code to get started on slash command articles.
{{SlashCommandArticle
|command=command
|options=options
|note=Semi Brief but descriptive note on the command
}}
== Other section (common use, examples, detail) ==
Some commands have unique properties that need to be explained. Here is the place to do it.
== Alias ==
*[[cmd]]
*[[c]]
== Related ==
*[[other_command]]
*[[another_command]]