Jump to content

Template:Color/doc: Difference between revisions

Dat Hack3r (talk | contribs)
Added {{High priority}} because this template is original to this Wiki (i.e., it was not pulled from Wikipedia).
Dat Hack3r (talk | contribs)
m Minor TemplateData edit
Line 3: Line 3:
{
{
"params": {
"params": {
"color": {
"1": {
"label": "color",
"description": "CSS name of color or hex code of color, e.g. 'red' or '#00F000'.",
"description": "CSS name of color or hex code of color, e.g. 'red' or '#00F000'.",
"autovalue": "000000",
"example": "#ff0000",
"type": "string"
"type": "string",
"default": "#000000"
}
}
},
},
"description": "For putting main colors in."
"description": "For putting main colors in.",
"paramOrder": [
"1"
]
}
}
</templatedata>
</templatedata>