Homecoming Wiki:Slash Commands: Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
imported>Konoko
m (→‎Default: updated)
imported>Konoko
Line 11: Line 11:
* {{tl|slashcommand}}
* {{tl|slashcommand}}
==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.
Slash Command articles are to follow this format: "command (Slash Command)". The space before the parentheses is a mediawiki standard that allows for a piped link trick.
: 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)
 
We will NOT be using SlashCommand:command.
 
:Many chat commands ({{slashcommand|team}}, {{slashcommand|coalition}}) have articles about the thing that they have a channel for. The [[Team]] article describes a team and links to its related slash command.
:Most other commands ({{slashcommand|slashchat}}, {{slashcommand|pow_exec_name}}) do not, but instead have a redirect from [[pow_exec_name]] to [[pow_exec_name (Slash Command)]].
This way there's no confusion that this is a slash command.


== Default ==
== Default ==

Revision as of 17:26, 16 July 2007

Overview

forum post

Slash command article stuffs.

Naming convention

Slash Command articles are to follow this format: "command (Slash Command)". The space before the parentheses is a mediawiki standard that allows for a piped link trick.

We will NOT be using SlashCommand:command.

Many chat commands (/team, /coalition) have articles about the thing that they have a channel for. The Team article describes a team and links to its related slash command.
Most other commands (/slashchat, /pow_exec_name) do not, but instead have a redirect from pow_exec_name to pow_exec_name (Slash Command).

This way there's no confusion that this is a slash command.

Default

Use this code to get started on slash command articles.

==Slash Command==
{{SlashCommandArticle
|command=command
|options=options
|aliases=(optional)
|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.

== Related ==

*[[other_command]]
*[[another_command]]