Difference between revisions of "Chat markup"
From BerryTube Wiki
(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: | ||
− | + | <center> | |
− | /sp | + | {| class="wikitable" |
− | sp{} | + | |- |
− | + | ! For: | |
− | + | ! Use: | |
− | + | |- | |
+ | | ''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]] |