Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Paragon Wiki Archive:Slash Commands"

From Paragon Wiki Archive
Jump to: navigation, search
(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.

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