Difference between revisions of "Chat"

From Mushpedia
Jump to: navigation, search
m (Text Formatting)
Line 10: Line 10:
 
* '''Bold''': <nowiki>**</nowiki> or <nowiki>*</nowiki> or <nowiki>[b][/b]</nowiki>
 
* '''Bold''': <nowiki>**</nowiki> or <nowiki>*</nowiki> or <nowiki>[b][/b]</nowiki>
 
* ''<span style="color: red">Italic and red</span>'': <nowiki>//</nowiki> or <nowiki>[i][/i]</nowiki>
 
* ''<span style="color: red">Italic and red</span>'': <nowiki>//</nowiki> or <nowiki>[i][/i]</nowiki>
 
+
* CTRL + Enter to return to a new line
  
 
Example usage:
 
Example usage:

Revision as of 04:18, 6 December 2013

This page should explain the ins and out of the chat box for both humans and Mush. It's not done yet. Don't forget to talk about favorites, announcements, and how to make both!


Text Formatting

Text formatting is done by encapsulating the text with specific special character sequences or corresponding BBCode (not listed BBCode does not work).

Such are:

  • Bold: ** or * or [b][/b]
  • Italic and red: // or [i][/i]
  • CTRL + Enter to return to a new line

Example usage:

**Hello World**
*Hello World*
[b]Hello World[/b]
//Hello World//
[i]Hello World[/i]

outputs:

Hello World 
Hello World
Hello World
Hello World 
Hello World

Template:Basicnav