Bold | [b]...[/b] |
Italic | [i]...[/i] |
Underline | [u]...[/u] |
Strikethrough | [-]...[/-] |
Spoiler | [s]...[/s] |
Green | [g]...[/g] |
Orange | [o]...[/o] |
Pink | [p]...[/p] |
Code | [code]...[/code] |
Heading | ==...== |
Custom color | [color #RGB]...[/color] |
Color gratient | [colorgradient #RGB]...[/colorgradient] |
Color gratient | [gradient #RGB]...[/gradient] |
Color cycle | [colorcycle #RGB]...[/colorcycle] |
Color cycle | [cycle #RGB]...[/cycle] |
Color shift | [colorshift #RGB]...[/colorshift] |
Color shift | [shift #RGB]...[/shift] |
You can add quotes in green or pink by starting line with ">" and "<" respectivly.
>Green quote
<Pink quote
If you want more granual color styling you can use the following code (RGB in Hex):[color #F00]Red text[/color]
[color #0F0]Green text[/color]
[color #00F]Blue text[/color]
[color #F9F]Light Magenta text[/color]
You can create gradients, cycling gradients and shifting colors using multiple colors (RGB in Hex):[colorgradient #802,#160]Gradient text[/colorgradient]
[gradient #02A,#3B0,#902]Gradient text[/gradient]
[colorcycle #8A2,#F6B]Cycling Gradient text[/colorcycle]
[cycle #B01,#0A8,#992]Cycling Gradient text[/cycle]
[colorshift #A28,#3F8]Colorshift Text[/colorshift]
[shift #F00,#0F0,#00F]Colorshift Text[/shift]
Both longform and shortform of the tags are valid. You can add up to 20 colors in gradient, cycle and shift.
You can also combine different formattings/styling:[s][p]Spoilered > Pink[/p][/s]
[p][s]Pink > Spoilered[/s][/p]