Project:Slash Commands: Difference between revisions

From City of Heroes: Rebirth Wiki
Jump to navigation Jump to search
imported>Konoko
(+stuff)
imported>Konoko
mNo edit summary
Line 8: Line 8:
* {{tl|SlashCommand}}
* {{tl|SlashCommand}}
* {{tl|slashcommand}}
* {{tl|slashcommand}}
==Naming convention==
ATM, slash commands are always slash_command(Slash Command), but it may be better to do Slash Command:Command instead. DISCUSS.
== 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 14:11, 16 May 2007

Overview

Slash command article stuffs.

Naming convention

ATM, slash commands are always slash_command(Slash Command), but it may be better to do Slash Command:Command instead. DISCUSS.

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]]