Difference between revisions of "Chat markup"

From BerryTube Wiki
Jump to: navigation, search
(still working on this but it makes me nervous to not save it for a long time)
m (Removed protection from "Chat markup")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
this is going to look really dumb because I have to look most of these up
+
<center>
 
+
WIP
+
 
+
 
+
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! For: !! Use
+
! For:
 +
! Use:
 
|-
 
|-
| '''Bold''' || __Bold__ or at least it would be if the italic one wasn't overriding it
+
| ''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="color:#000000"><span style="background-color:#000000">line</span></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<br/>
 
|-
 
|-
| \\ || \\drrampage (or any other emote name)
+
| style="text-align:center;" | [[File:Drrampage.png]]
 +
| \\drrampage<br>
 +
[](/drrampage)<br>
 +
<span style="font-size:smaller">(or any other emote name, but why would you need any other?)</span><br/>
 
|}
 
|}
 +
</center>
 +
 +
==See also==
 +
*[[TabCompletion|Tab Completion Guide]]
 +
 +
[[Category:Site information|Site_information]]

Latest revision as of 17:39, 4 April 2015

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.png \\drrampage

[](/drrampage)
(or any other emote name, but why would you need any other?)

See also