CSCode is the cool name I gave the BBSCode-style markup language that can be used all over Conspiracy Science to help format text. Below is a list of all of the tags available.
This tutorial is ugly, but I don't care!
Code | Lingo | Result |
---|---|---|
[b]text[/b] | Bold | text |
[i]text[/i] | Italics | text |
[u]text[/u] | Underline | text |
text[br]text | Add a new line break, regardless of whitespace | text text |
[ctquote]text[/ctquote] | Display conspiracy theorist text in green | Like this |
[quote]text[/quote] | Display skeptic's or scientific text in black | Like this |
[indent][/indent] | Indent | Indent text with a left margin, just like in books. Primarily used in articles. |
[left][/left] | Left | Align text to the left, by default all text is aligned to the left, but it may come up |
[center][/center] | Center | Center align text, good for titles, authors, etc |
[right][/right] | Right | Right align text, good for languages like Arabic, Hebrew, etc. |
[color=red]text[/color] | Color | text Shows text in a given color, obviously |
[size=18]text[/size] | Size | text Shows text in a size based on points. |
Code | Lingo | Result |
---|---|---|
[url]http://google.com[/url] | http://google.com/ | |
[url=http://google.com]Google[/url] |
Inserting images.
Code | Lingo | Result |
---|---|---|
[img]http://blahblah.tld/image.jpg[/img] | Image |
It's very important that you remember this: each item must be surrounded by
[li][/li].
For example:
[li]Item1[/li]
[li]Item2[/li]
Code | Lingo | Result |
---|---|---|
[list] | Unordered List |
|
[olist] | Ordered List |
|