Notice: Proxies are blocked from creating accounts. Please visit the site without using a proxy first or restore your ID.

Minichan

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]
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
<?php
  echo 'Syntax highlighted code';
[code=auto]// auto for autodetect, or language name
<?php
  echo 'Syntax highlighted code';
[/code]
Disable formatter without [code] style
[raw]Disable formatter without [code] style[/raw]
Wiki
Output Input
> Quote
> Quote
Emphasis
''Emphasis''
Strong emphasis
'''Strong emphasis'''
Spoiler
**Spoiler**
Underline
__Underline__
--Strikethrough--
--Strikethrough--
Highlight
%%Highlight%%

Header

==Header==
Link text
[http://example.com/ Link text]

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