Whenever you type text in Maniaplanet, you can customize the text formatting with simple control characters. You can for example use this to customize your nickname in the profile menu.
Control character | Formatting |
---|---|
$w |
Wide |
$n |
Narrow |
$o |
Bold |
$i |
Italic |
$t |
Uppercase |
$s |
Drop shadow |
$g |
Reset to default color |
$z |
Reset to default text style |
$$ |
Display a $ character |
You can use colors with a 3-character hexadecimal code of the desired colour appended to the $
sign:
0123456789abcdef
).Here a few examples
Here is a cheatsheet:
$08FNadeo
will display Nadeo (ie. blue text)$o$t$08FNadeo
will display NADEO (ie. bold, uppercase and blue text)