This template can be used to display text the way it would appear in-game.
Usage
Note: 'color' may be spelled without the 'u' as this is how it appears in CSS styling.
{{RSFont|text|color=optional colour}}
- Additional parameters
{{RSFont|text|color=optional colour|bg=background colour|shadow=no}}
Example
{{RSFont|The quick brown fox jumps over the lazy dog.}}
Produces: The quick brown fox jumps over the lazy dog.
{{RSFont|The quick brown fox jumps over the lazy dog.|color=red}}
Produces: The quick brown fox jumps over the lazy dog.
To remove the shadow, the parameter shadow=no
can be used:
{{RSFont|The quick brown fox jumps over the lazy dog.|color=red|shadow=no}}
Produces: The quick brown fox jumps over the lazy dog.
To change background colour, use bg=colour
. This is best combined with no shadow:
{{RSFont|The quick brown fox jumps over the lazy dog.|bg=#404040|shadow=no}}
Produces: The quick brown fox jumps over the lazy dog.
Community content is available under CC-BY-SA unless otherwise noted.