Template:Colour: Difference between revisions

From Lilith's Throne
Jump to navigationJump to search
No edit summary
m NoHornyOnMain moved page Template:Color to Template:Colour: Misspelled title: Moved to Match In-Game Spelling
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly><span style="color:{{{1}}}">{{{2}}}</span></includeonly>
<span style="color:{{{1}}}">{{{2}}}</span><noinclude>
<noinclude>
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"1": {},
"1": {
"2": {}
"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>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 22:11, 5 March 2024

{{{2}}}

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Color code1

Hex color code, must start with #

Example
#FFAA00
Unknownrequired
Text2

Text to be colored

Stringrequired