Template
Interface template⮥
Header
From Dogcraft Wiki
No edit summary |
m (Added categories: Interface templates) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<h3 style="padding:0.3em 0.4em; {{{margin|margin:10px 0 10px 0;}}} border:1px solid {{{2|{{main-color}}}}}; background:{{{2|{{main-color}}}}}; color:white; font-size:140%; text-align:center;">'''{{{1}}}'''</h3><noinclude>[[Category: | <h3 style="padding:0.3em 0.4em; {{{margin|margin:10px 0 10px 0;}}} border:1px solid {{{2|{{main-color}}}}}; background:{{{2|{{main-color}}}}}; color:white; font-size:140%; text-align:center; display:flex; flex-direction:column; justify-content:center; {{{style|}}}">'''{{{1}}}'''</h3><noinclude>[[Category:Documented templates]]</noinclude>__NOTOC__ | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
Line 33: | Line 33: | ||
"type": "string", | "type": "string", | ||
"default": "margin:10px 0 10px 0;" | "default": "margin:10px 0 10px 0;" | ||
}, | |||
"style": { | |||
"label": "Further styles", | |||
"description": "Optional parameter for setting further CSS.", | |||
"example": "width: 200px; margin:0.2em;", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
Line 39: | Line 45: | ||
"1", | "1", | ||
"2", | "2", | ||
"margin" | "margin", | ||
"style" | |||
], | ], | ||
"description": "Used to generate a box header with a colored background" | "description": "Used to generate a box header with a colored background" | ||
} | } | ||
</templatedata> | </templatedata>{{Interface template}} | ||
</noinclude> | </noinclude> |
Latest revision as of 10:58, 4 December 2023
{{{1}}}
Used to generate a box header with a colored background
Parameter | Description | Type | Status | |
---|---|---|---|---|
Header text | 1 content text | Used to set the header's text
| String | required |
Background color | 2 color | Used to set color of the header background.
| String | optional |
Margin | margin inline-css | Used to set custom margins.
| String | optional |
Further styles | style | Optional parameter for setting further CSS.
| String | optional |