Template:Colour: Difference between revisions
From Lilith's Throne
Jump to navigationJump to search
Sightglass (Sọ̀rọ̀ | contribs) Template created |
m NoHornyOnMain moved page Template:Color to Template:Colour: Misspelled title: Moved to Match In-Game Spelling |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<span style="color:{{{1}}}">{{{2}}}</span><noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Color code", | |||
"description": "Hex color code, must start with #", | |||
"example": "#FFAA00", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Text", | |||
"description": "Text to be colored", | |||
"type": "string", | |||
"required": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 22:11, 5 March 2024
{{{2}}}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Color code | 1 | Hex color code, must start with #
| Unknown | required |
Text | 2 | Text to be colored | String | required |