模板:Color
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 Stat) | {{Color|green|TEXT}}
|
{{Color|color=green|text=TEXT}}
|
| Red (Negative Stat) | {{Color|red|TEXT}}
|
{{Color|color=red|text=TEXT}}
|
| Pastel Green (Good Text) | {{Color|pastelgreen|TEXT}}
|
{{Color|color=pastelgreen|text=TEXT}}
|
| Pastel Red (Bad Text) | {{Color|pastelred|TEXT}}
|
{{Color|color=pastelred|text=TEXT}}
|
| Cream | {{Color|cream|TEXT}}
|
{{Color|color=cream|text=TEXT}}
|
| Gray / Grey | {{Color|gray|TEXT}}
|
{{Color|color=grey|text=TEXT}}
|
| Tier 1 (I) | {{Color|tier1|TEXT}}
|
{{Color|color=tier1|text=TEXT}}
|
| Tier 2 (II) | {{Color|tier2|TEXT}}
|
{{Color|color=tier2|text=TEXT}}
|
| Tier 3 (III) | {{Color|tier3|TEXT}}
|
{{Color|color=tier3|text=TEXT}}
|
| Tier 4 (IV) | {{Color|tier4|TEXT}}
|
{{Color|color=tier4|text=TEXT}}
|
无描述。
| 参数 | 描述 | 类型 | 状态 | |
|---|---|---|---|---|
| Color | color1 | Supported: green, red, cream, tier1, tier2, tier3, tier4, pastelgreen, pastelred
| 字符串 | 必填 |
| Text | text2 | 无描述 | 字符串 | 必填 |

沪公网安备 31011002002714 号