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 "Copychat (Slash Command)"

From Paragon Wiki Archive
Jump to: navigation, search
m (initial save)
 
m (removed stub tag, slash command entries are all short but complete)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{wip}}
+
== Slash Command ==
==Overview==
+
[http://paragonwiki.com/forums/viewtopic.php?p=879&highlight=#879 forum post]
+
 
+
Slash command article stuffs.
+
 
+
* [[:Category:Slash Commands]]
+
* [[:Category talk:Slash Commands]]
+
* {{tl|SlashCommandArticle}} I had an epiphany to expand this slightly...
+
* {{tl|SlashCommand}}
+
* {{tl|slashcommand}}
+
==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 ({{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 ==
+
Use this code to get started on slash command articles.
+
<pre>==Slash Command==
+
 
{{SlashCommandArticle
 
{{SlashCommandArticle
|command=command
+
|command=copychat
|options=options
+
|options=chat_tab_name
|aliases=(optional)
+
|note=Copies the text of ''chat_tab_name'' to the clipboard. One can then Exit or ALT+TAB out and paste the text into NOTEPAD.EXE or similar program.
|note=Semi Brief but descriptive note on the command
+
 
}}
 
}}
 
+
== Tab notes ==
== Other section (common use, examples, detail) ==
+
*Since tabs can only hold a maximum of 1,000 lines of text (regardless of length) in their respective buffers, /copychat will only copy a maximum of 1,000 lines of text to the clipboard. Any prior lines have been lost from the buffer and will not be copied.
Some commands have unique properties that need to be explained. Here is the place to do it.
+
*Players can define a maximum of 10 uniquely named tabs, but all channels are available to all tabs. /copychat will copy the text of all channels active in the named tab.
 
+
 
== Related ==
 
== Related ==
 
*[[other_command]]
 
*[[another_command]]</pre>
 
 
[[Category:Slash Commands]]
 

Latest revision as of 19:59, 24 March 2011

Slash Command

/copychat chat_tab_name

Copies the text of chat_tab_name to the clipboard. One can then Exit or ALT+TAB out and paste the text into NOTEPAD.EXE or similar program.

Tab notes

  • Since tabs can only hold a maximum of 1,000 lines of text (regardless of length) in their respective buffers, /copychat will only copy a maximum of 1,000 lines of text to the clipboard. Any prior lines have been lost from the buffer and will not be copied.
  • Players can define a maximum of 10 uniquely named tabs, but all channels are available to all tabs. /copychat will copy the text of all channels active in the named tab.

Related