Difference between revisions of "Chat markup"

From BerryTube Wiki
Jump to: navigation, search
(Created page with "placeholder<br> /sp is full spoiler<br> sp{} is inline spoiler<br> ~~ is strikethrough<br> other stuff maybe<br> explicit line breaks are cordially invited to jump up my butt")
 
m (Removed protection from "Chat markup")
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
placeholder<br>
+
<center>
/sp is full spoiler<br>
+
{| class="wikitable"
sp{} is inline spoiler<br>
+
|-
~~ is strikethrough<br>
+
! For:
other stuff maybe<br>
+
! Use:
explicit line breaks are cordially invited to jump up my butt
+
|-
 +
| ''Italic''
 +
| _Italic_
 +
|-
 +
| <strike>Strikethrough</strike>
 +
| ~~Strikethrough~~
 +
|-
 +
| SPOILER: <span style="color:#000000"><span style="background-color: rgb(0, 0, 0)">Full line spoilers</span></span><br/>
 +
| /sp Full 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><br/>
 +
| /sb Full 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<br/>
 +
|-
 +
| <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<br/>
 +
|-
 +
| 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