The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
<includeonly><span style="display:inline-block;white-space:nowrap;"><span style="display:inline-block;background-color:{{ | <includeonly><span style="display:inline-block;white-space:nowrap;"><span style="display:inline-block;background-color:{{Hex|#000}}};width:1em;height:1em;vertical-align:text-top;"><br></span> {{{Text|{{{Hex|#000}}}}}}</span></includeonly> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
" | "Hex": { | ||
"aliases": [ | "aliases": [ | ||
" | "1" | ||
], | ], | ||
"label": "Hex code", | "label": "Hex code", | ||
Line 15: | Line 15: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "Text": { | ||
"aliases": [ | "aliases": [ | ||
" | "2" | ||
], | ], | ||
"label": "Text", | "label": "Text", | ||
"description": "Text of the color instead of the hex code.", | "description": "Text of the color instead of the hex code.", | ||
"example": "Black", | "example": "Black", | ||
"default": "Black | "default": "Black" | ||
} | } | ||
}, | }, | ||
"description": "", | |||
"paramOrder": [ | "paramOrder": [ | ||
" | "Hex", | ||
" | "Text" | ||
], | ], | ||
"format": "inline" | "format": "inline" |