More actions
Make default background lighter Tag: 2017 source edit |
mNo edit summary |
||
Line 1: | Line 1: | ||
<templatestyles src="Template:Notice/style.css"/><div class="noticebox" style="--border: {{{outline|#36c}}}; --background: {{{background|#def}}}"> | <templatestyles src="Template:Notice/style.css"/><div class="noticebox" style="--border: {{{outline|#36c}}}; --background: {{{background|#def}}};color: {{{textcolor|#000}}}"> | ||
{{{1|{{{content}}}}}} | {{{1|{{{content}}}}}} | ||
</div><noinclude> | </div><noinclude> | ||
Line 22: | Line 22: | ||
"type": "content", | "type": "content", | ||
"required": true | "required": true | ||
}, | |||
"textcolor": { | |||
"aliases": [ | |||
"color" | |||
], | |||
"label": "Text Color", | |||
"description": "Color to use for the box's text", | |||
"type": "string", | |||
"default": "#000" | |||
} | } | ||
}, | }, | ||
Line 27: | Line 36: | ||
"content", | "content", | ||
"outline", | "outline", | ||
"background" | "background", | ||
"textcolor" | |||
], | ], | ||
"format": " | "format": "inline" | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 16:36, 24 October 2024
{{{content}}}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Content | content 1 | no description | Content | required |
Outline | outline | Color used for the border, including the left side color swatch.
| Unknown | optional |
Background | background | Color used for the background of the box.
| Unknown | optional |
Text Color | textcolor color | Color to use for the box's text
| String | optional |