Template:Colour: Difference between revisions

From Lilith's Throne
Jump to navigationJump to search
No edit summary
templatedata generated
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"
},
"2": {
"label": "Text",
"description": "Text to be colored",
"type": "string"
}
}
}
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 06:24, 26 February 2024

{{{2}}}

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Color code1

Hex color code, must start with #

Example
#FFAA00
Unknownoptional
Text2

Text to be colored

Stringoptional