Difference between revisions of "Chat"

From Mushpedia
Jump to: navigation, search
(Text Formatting)
Line 4: Line 4:
 
== Text Formatting ==
 
== Text Formatting ==
  
Text formatting is done by encapsulating the text with specific special character sequences.
+
Text formatting is done by encapsulating the text with specific special character sequences or corresponding [http://en.wikipedia.org/wiki/BBCode BBCode] (not listed BBCode does not work).
  
 
Such are:
 
Such are:
  
 
* '''Bold''': <nowiki>**</nowiki> or <nowiki>*</nowiki> or <nowiki>[b][/b]</nowiki>
 
* '''Bold''': <nowiki>**</nowiki> or <nowiki>*</nowiki> or <nowiki>[b][/b]</nowiki>
* ''Italic'': <nowiki>//</nowiki> or <nowiki>[i][/i]</nowiki>
+
* ''<span style="color: red">Italic and red</span>'': <nowiki>//</nowiki> or <nowiki>[i][/i]</nowiki>
 +
 
  
 
Example usage:
 
Example usage:
Line 24: Line 25:
 
  '''Hello World'''
 
  '''Hello World'''
 
  '''Hello World'''
 
  '''Hello World'''
  ''Hello World''  
+
  ''<span style="color: red">Hello World</span>''  
  ''Hello World''
+
  ''<span style="color: red">Hello World</span>''
  
 
{{Basicnav}}
 
{{Basicnav}}
 
[[Category:Incomplete]]
 
[[Category:Incomplete]]

Revision as of 19:57, 3 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]


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