Difference between revisions of "Chat markup"

From BerryTube Wiki
Jump to: navigation, search
m
(Fixed some formatting)
Line 5: Line 5:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! For: !! Use
+
! For:
 +
! Use
 
|-
 
|-
| <i>Italic</i> || _Italic_
+
| ''Italic''
 +
| _Italic_
 
|-
 
|-
| <strike>Strikethrough</strike> || ~~Strikethrough~~
+
| <strike>Strikethrough</strike>
 +
| ~~Strikethrough~~
 
|-
 
|-
| Full line spoilers || /sp Full line spoilers
+
| SPOILER: <span style="color:#000000"><span style="background-color: rgb(0, 0, 0)">Full line spoilers</span></span><br/>
 +
| /sp Full line spoilers
 
|-
 
|-
| Partial line spoilers || Partial sp{line} spoilers
+
| Partial <span style="background-color:#000000">line</span> spoilers<br/>
 +
| Partial sp{line} spoilers<br/>
 
|-
 
|-
| <tt>Full line monospace</tt> || /sb Full line monospace
+
| <tt>Full line monospace</tt><br/>
 +
| /sb Full line monospace
 
|-
 
|-
| Partial <tt>line</tt> monospace || Partial `line` monospace
+
| Partial <tt>line</tt> monospace<br/>
 +
| Partial `line` monospace <span style="font-size:smaller">(these are backticks)</span><br/>
 
|-
 
|-
| <pre style="color:red; font-family: Comic Sans MS;  display:inherit; border:0">Shibe</pre> || /shibe Shibe
+
| <pre style="color:red; font-family: Comic Sans MS;  display:inherit; border:0">Shibe</pre>
 +
| /shibe Shibe<br/>
 
|-
 
|-
| <pre style="color: #32CD32; display:inherit; border:0; font-family:inherit">>Greentext</pre> || >Greentext
+
| <pre style="color: #32CD32; display:inherit; border:0; font-family:inherit">>Greentext</pre>
 +
| >Greentext<br/>
 
|-
 
|-
| <pre style="color:pink; display:inherit; border:0; font-family:inherit">yay</pre> || yay
+
| <pre style="color:pink; display:inherit; border:0; font-family:inherit">yay</pre>
 +
| yay
 
|-
 
|-
| \\ || \\drrampage (or any other emote name)
+
| \\
 +
| \\drrampage <span style="font-size:smaller">(or any other emote name)</span><br/>
 
|}
 
|}

Revision as of 10:26, 1 September 2014

this is going to look really dumb because I have to look most of these up

WIP

For: Use
Italic _Italic_
Strikethrough ~~Strikethrough~~
SPOILER: Full line spoilers
/sp Full line spoilers
Partial line spoilers
Partial sp{line} spoilers
Full line monospace
/sb Full line monospace
Partial line monospace
Partial `line` monospace (these are backticks)
Shibe
/shibe Shibe
>Greentext
>Greentext
yay
yay
\\ \\drrampage (or any other emote name)