TinyChan

Markup Syntax

This board uses two styles of formatting, BBCode and Wiki. They can be mixed however you like, and are used to style your posts. Below are examples of which formatting is available, and how it looks once applied.

BBCode
Output Input
Emphasis
[i]Emphasis[/i]
Strong emphasis
[b]Strong emphasis[/b]
Spoiler #1 / Spoiler #2
[sp]Spoiler #1[/sp] / [spoiler]Spoiler #2[/spoiler]
Underline
[u]Underline[/u]
Strikethrough
[s]Strikethrough[/s]
Highlight
[hl]Highlight[/hl]

Header

[h]Header[/h]
Link text
[url=http://example.com/]Link text[/url]
Bordered Text
[border]Bordered Text[/border]
Superscript
[sup]Superscript[/sup]
Subscript
[sub]Subscript[/sub]
ASCII art
[m]ASCII art[/m]
SJIS art
[aa]SJIS art[/aa]
Comic Sans
[comic]Comic Sans[/comic]
Colours
[colour=red]Colours[/colour]
  • Entry 1
  • Entry 2
[list]
* Entry 1
* Entry 2
[/list]
General purpose code
[code]General purpose code
[/code]
// auto for autodetect, or language name
while (true)
  console.log('h');
[code=auto]// auto for autodetect, or language name
while (true)
  console.log('h');
[/code]
Disable formatter without [code] style
[raw]Disable formatter without [code] style[/raw]
Wiki
Output Input
> Quote
> Quote
< etouQ
< etouQ
Emphasis
''Emphasis''
Strong emphasis
'''Strong emphasis'''
Spoiler
**Spoiler**
Underline
__Underline__
Strikethrough
--Strikethrough--
Highlight
%%Highlight%%

Header

==Header==
Link text
[http://example.com/ Link text]
Emoticons
Output Input
:TH_cry:
:TH_surprised:
:TH_confused:
:TH_cute:
:TH_ecksdee:
:TH_laugh:
:TH_mad:
:TH_smile:
:TH_wat:
:TH_worried:
:BH_angry:
:BH_exclamation:
:BH_ghost:
:BH_huh:
:BH_still:
:FH_kiss:
:FH_smile:
:FH_upset:
:FM_laugh:
:FM_still:
:PM_tinyhime:
:PM_bluehime:
:PM_futahime:
:PM_madoka:
:PM_homura:
:PM_kyoko:
:PM_sayaka:
:PM_mami:
:ETC_bear:
:ETC_TCflag:
:ETC_tc:

Code
The following languages are supported by the [code] tags: