From Brotato Wiki
Creates text with the specific color. Makes it possible to easily add/edit coloured text from the visual editor.
The template uses a basic switch, so it's easy to add new color options.
Examples
Preview | Code (Shorthand) | Code (Longform) |
---|---|---|
Green (Positive) | {{Color|green|YOUR_TEXT}}
|
{{Color|color=green|text=YOUR_TEXT}}
|
Red (Negative) | {{Color|red|YOUR_TEXT}}
|
{{Color|color=red|text=YOUR_TEXT}}
|
Cream | {{Color|cream|YOUR_TEXT}}
|
{{Color|color=cream|text=YOUR_TEXT}}
|
Tier 1 (I) | {{Color|tier1|YOUR_TEXT}}
|
{{Color|color=tier1|text=YOUR_TEXT}}
|
Tier 2 (II) | {{Color|tier2|YOUR_TEXT}}
|
{{Color|color=tier2|text=YOUR_TEXT}}
|
Tier 3 (III) | {{Color|tier3|YOUR_TEXT}}
|
{{Color|color=tier3|text=YOUR_TEXT}}
|
Tier 4 (IV) | {{Color|tier4|YOUR_TEXT}}
|
{{Color|color=tier4|text=YOUR_TEXT}}
|
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Color | color 1 | Supported: green, red, cream, tier1, tier2, tier3, tier4
| String | required |
Text | text 2 | no description | String | required |