BB code | Description | Syntax | Example | float | Floating text | [float=right]This text floated to right[/float] | This text floated to right |
left | Align to left | [left]This text aligned to left[/left] | This text aligned to left |
right | Align to right | [right]This text aligned to right[/right] | This text aligned to right |
center | Align to center | [center]This text aligned to center[/center] | This text aligned to center |
code | Code block | [code]var i = 10;[/code] | |
code | Code block | [code=c#]var i = 10;[/code] | |
spoiler | Collapsed text | [spoiler]This test is collapsed[/spoiler] | This test is collapsed |