More actions
Created page with "<templatestyles src="Template:Notice/style.css"/><div class="noticebox" style="--outline: {{{outline|#36c}}}; --noticebox-background: {{{background|#cdf}}}"> {{{1|{{{content}}}}}} </div>" Tag: 2017 source edit |
m Fix bracket error Tag: 2017 source edit |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<templatestyles src="Template:Notice/style.css"/><div class="noticebox" style="-- | <templatestyles src="Template:Notice/style.css"/><div class="noticebox" style="--border-light: {{{outline|#36c}}}; --background-light: {{{background|#def}}}; --text-light: {{{textcolor|#000}}}; --border-dark: {{{outline-dark|#6d9eff}}}; --background-dark: {{{background-dark|#041424}}}; --text-dark: {{{textcolor-dark|#eee}}};"> | ||
{{{1|{{{content}}}}}} | {{{1|{{{content}}}}}} | ||
</div> | </div><noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"outline": { | |||
"label": "Outline", | |||
"description": "Color used for the border, including the left side color swatch.", | |||
"default": "#36c" | |||
}, | |||
"background": { | |||
"label": "Background", | |||
"description": "Color used for the background of the box.", | |||
"default": "#def" | |||
}, | |||
"content": { | |||
"aliases": [ | |||
"1" | |||
], | |||
"label": "Content", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"textcolor": { | |||
"aliases": [ | |||
"color" | |||
], | |||
"label": "Text Color", | |||
"description": "Color to use for the box's text", | |||
"type": "string", | |||
"default": "#000" | |||
}, | |||
"outline-dark": { | |||
"label": "Outline (Dark mode)", | |||
"description": "Outline color in dark themes. For a quick fix, invert and hue-rotate the light theme by 180deg.", | |||
"type": "string", | |||
"default": "#6d9eff" | |||
}, | |||
"background-dark": { | |||
"label": "Background (Dark mode)", | |||
"description": "Background color in dark themes.", | |||
"type": "string", | |||
"default": "#041424" | |||
}, | |||
"textcolor-dark": { | |||
"label": "Text color (Dark mode)", | |||
"description": "Text color in dark themes.", | |||
"type": "string", | |||
"default": "#eee" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"content", | |||
"outline", | |||
"background", | |||
"textcolor", | |||
"outline-dark", | |||
"background-dark", | |||
"textcolor-dark" | |||
], | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 20:01, 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 |
Outline (Dark mode) | outline-dark | Outline color in dark themes. For a quick fix, invert and hue-rotate the light theme by 180deg.
| String | optional |
Background (Dark mode) | background-dark | Background color in dark themes.
| String | optional |
Text color (Dark mode) | textcolor-dark | Text color in dark themes.
| String | optional |