Difference between revisions of "Paragon Wiki Archive:Slash Commands"
From Paragon Wiki Archive
(Yay project pages! Need to fill in from the twenty some-odd places I have info) |
(+stuff) |
||
Line 1: | Line 1: | ||
+ | {{wip}} | ||
+ | ==Overview== | ||
Slash command article stuffs. | Slash command article stuffs. | ||
* [[:Category:Slash Commands]] | * [[:Category:Slash Commands]] | ||
* [[:Category talk:Slash Commands]] | * [[:Category talk:Slash Commands]] | ||
− | * {{tl|SlashCommandArticle}} | + | * {{tl|SlashCommandArticle}} I had an epiphany to expand this slightly... |
* {{tl|SlashCommand}} | * {{tl|SlashCommand}} | ||
* {{tl|slashcommand}} | * {{tl|slashcommand}} | ||
+ | == Default == | ||
+ | Use this code to get started on slash command articles. | ||
+ | <pre>{{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]]</pre> | ||
[[Category:Slash Commands]] | [[Category:Slash Commands]] |
Revision as of 18:09, 16 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}}
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]]