From Brotato Wiki
(→Examples: fix table having a white BG) |
m (fix TemplateData not including the alsies for 1/2) |
||
Line 60: | Line 60: | ||
"autovalue": "green", | "autovalue": "green", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true, | ||
"aliases": [ | |||
"1" | |||
] | |||
}, | }, | ||
"text": { | "text": { | ||
Line 66: | Line 69: | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true, | ||
"aliases": [ | |||
"2" | |||
] | |||
} | } | ||
}, | }, |
Revision as of 19:58, 3 November 2022
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}}
|
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, tier1, tier2, tier3, tier4
| String | required |
Text | text 2 | no description | String | required |