Difference between revisions of "Documentation/Tools/SCS Workshop Uploader/Steam formatting"
< Documentation | Tools | SCS Workshop Uploader
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
|- | |- | ||
|<pre><nowiki>[u]Underlined text[/u]</nowiki></pre> || <u>Underlined text</u> | |<pre><nowiki>[u]Underlined text[/u]</nowiki></pre> || <u>Underlined text</u> | ||
+ | |- | ||
+ | |<pre><nowiki>[i]Italic text[/i]</nowiki></pre> || <i>Italic text</i> | ||
+ | |- | ||
+ | |<pre><nowiki>[strike]Strikethrough text[/strike]</nowiki></pre> || <strike>Strikethrough text</strike> | ||
+ | |- | ||
+ | |<pre><nowiki>[noparse] Doesn't parse [b]tags[/b] [/noparse]</nowiki></pre> || Doesn't parse [b]tags[/b] | ||
+ | |- | ||
+ | |<pre><nowiki>[url=scssoft.com]Website link[/url]</nowiki></pre> || <a href="http://scssoft.com">Website link</a> | ||
+ | |- | ||
+ | |<pre><nowiki>[list] | ||
+ | [*]Bulleted list | ||
+ | [*]Bulleted list | ||
+ | [*]Bulleted list | ||
+ | [/list]</nowiki></pre> || <ul><li>Bulleted list</li><li>Bulleted list</li><li>Bulleted list</li></ul> | ||
+ | |- | ||
+ | |<pre><nowiki>[olist] | ||
+ | [*]Ordered list | ||
+ | [*]Ordered list | ||
+ | [*]Ordered list | ||
+ | [/olist]</nowiki></pre> || <ol><li>Ordered list</li><li>Ordered list</li><li>Ordered list</li></ol> | ||
+ | |- | ||
+ | |<pre><nowiki>[quote=author]Quoted text[/quote]</nowiki></pre> || <blockquote><div>Originally posted by <b>author</b>:</div>Quoted text</blockquote> | ||
+ | |- | ||
+ | |<pre><nowiki>[code] Fixed-width font, preserves spaces [/code]</nowiki></pre> || <pre>Fixed-width font, | ||
+ | preserves spaces</pre> | ||
+ | |- | ||
+ | |<pre><nowiki>IMAGE?</nowiki></pre> || IMAGE? | ||
|} | |} | ||
[[Category:TODO]] | [[Category:TODO]] |
Revision as of 15:54, 25 January 2016
Syntax | Example |
---|---|
[h1]Header text[/h1] |
Header text
|
[b]Bold text[/b] |
Bold text |
[u]Underlined text[/u] |
Underlined text |
[i]Italic text[/i] |
Italic text |
[strike]Strikethrough text[/strike] |
|
[noparse] Doesn't parse [b]tags[/b] [/noparse] |
Doesn't parse [b]tags[/b] |
[url=scssoft.com]Website link[/url] |
<a href="http://scssoft.com">Website link</a> |
[list] [*]Bulleted list [*]Bulleted list [*]Bulleted list [/list] |
|
[olist] [*]Ordered list [*]Ordered list [*]Ordered list [/olist] |
|
[quote=author]Quoted text[/quote] |
|
[code] Fixed-width font, preserves spaces [/code] |
Fixed-width font, preserves spaces |
IMAGE? |
IMAGE? |