Template:CoolBox: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| style="width: 100%; border: 1px solid; 0 0 5px #000000; border-spacing: 2px; margin-bottom: 1em; {{#if: {{{headingenabled|}}} | |- | style="font-size: 120%; padding: 0.5em 0.5em 0.5em 0.5em;" |'''{{{heading|heading}}}'''}} |- | style="padding: 0.5em 0.5em 0.5em 0.5em;" |{{{body|body}}} |} <noinclude> <!-- made by dawhitelouise --> </noinclude>") |
(Undo revision 1181 by Schmoney schase (talk)) Tag: Undo |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| style="width: 100%; border: 1px solid; 0 0 5px #000000; border-spacing: | {| style="width: 100%; border: 1px solid #aaa; 0 0 5px #000000; border-spacing: 5px; margin-bottom: 1em; background-color:#{{{body HEX background colour|efedf2}}};" | ||
|- | |- | ||
| style="font-size: 120%; padding: 0. | | style="font-size: 120%; padding: 0.2em 0.5em; background-color:#{{{heading HEX background colour|d9d9d9}}};" |'''{{{heading|heading}}}''' | ||
|- | |- | ||
| style="padding: 0. | | style="padding: 0.4em;" |{{{body|body}}} | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
<!-- made by dawhitelouise --> | <!-- made by dawhitelouise --> | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"body HEX background colour": {}, | |||
"heading HEX background colour": {}, | |||
"heading": { | |||
"type": "content", | |||
"required": true | |||
}, | |||
"body": { | |||
"type": "content", | |||
"required": true | |||
} | |||
}, | |||
"paramOrder": [ | |||
"heading", | |||
"body", | |||
"heading HEX background colour", | |||
"body HEX background colour" | |||
] | |||
} | |||
</templatedata></noinclude> |
Latest revision as of 06:27, 3 February 2024
heading |
body |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
heading | heading | no description | Content | required |
body | body | no description | Content | required |
heading HEX background colour | heading HEX background colour | no description | Unknown | optional |
body HEX background colour | body HEX background colour | no description | Unknown | optional |