Difference between revisions of "Chat"
From Mushpedia
(adding category) |
Tatsukishi (Talk | contribs) (Adding basic formatting instructions with example) |
||
| Line 1: | Line 1: | ||
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! | 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 sequenzes. | ||
| + | |||
| + | Such are: | ||
| + | |||
| + | * '''Bold''': <nowiki>**</nowiki> | ||
| + | * ''Italic'': <nowiki>//</nowiki> | ||
| + | |||
| + | Example usage: | ||
| + | |||
| + | <nowiki>**Hello World**</nowiki> | ||
| + | |||
| + | outputs: | ||
| + | |||
| + | '''Hello World''' | ||
{{Basicnav}} | {{Basicnav}} | ||
[[Category:Incomplete]] | [[Category:Incomplete]] | ||
Revision as of 08:38, 2 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 sequenzes.
Such are:
- Bold: **
- Italic: //
Example usage:
**Hello World**
outputs:
Hello World