Template:Color/doc: Difference between revisions

From Our World of Text Wiki
Jump to navigation Jump to search
(Created template documentation.)
 
(Updated documentation.)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
"params": {
"params": {
"color": {
"color": {
"description": "Put the user's main color here.",
"description": "CSS name of color or hex code of color, e.g. 'red' or '#00F000'.",
"autovalue": "000000"
"autovalue": "000000",
"type": "string"
}
}
},
},

Latest revision as of 22:28, 16 November 2024

For putting main colors in.

Template parameters

ParameterDescriptionTypeStatus
colorcolor

CSS name of color or hex code of color, e.g. 'red' or '#00F000'.

Auto value
000000
Stringoptional