Text formatting¶
All standard text formatting from TrackMania is available for MediaLinks as part of the $-syntax. If you actually need to display a $, you can escape it with another $ (Example: $$ becomes $).
Examples¶
$i$bLorem&zIpsumbecomes LoremIpsum$l[http://www.google.com]becomes http://www.google.com
Options¶
| Syntax | Description | Example | |
|---|---|---|---|
| $[0-9a-z] | Text Color | $FFFWhite $F00Red |
White Red |
| $t | Capitals | $tHello |
HELLO |
| $i | Italic | $iHello |
Hello |
| $s | Shadowed | $sHello |
Hello |
| $w | Wide Spacing | $wHello |
Hello |
| $n | Narrow Spacing | $nHello |
Hello |
| $m | Reset Spacing | $wHello$mWorld |
HelloWorld |
| $g | Reset Color | $i$f00Hello$gWorld |
HelloWorld |
| $z | Reset All | $i$f00Hello$zWorld |
HelloWorld |
| $o | Bold with semi-wide spacing | $oHello |
Hello |
| $h | ManiaLink | $h[example:home]Home$h |
Home |
| $l | External Link | $l[http://google.com]Google$l |
|
| $p | ManiaLink with Player Parameters | $p[example:profile]Profile$p |
The link includes playerlogin, lang, nickname and path query parameters |