Template:CoolBox: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{| style="width: 100%; border: 1px solid; 0 0 5px #000000; border-spacing: 2px; margin-bottom: 1em; background-color:#{{{ | {| style="width: 100%; border: 1px solid; 0 0 5px #000000; border-spacing: 2px; margin-bottom: 1em; background-color:#{{{body HEX background colour|efedf2}}};" | ||
|- | |- | ||
| style="font-size: 120%; padding: 0.5em 0.5em 0.5em 0.5em; background-color:#{{{heading HEX background colour|c1c0c4}}};" |'''{{{heading|heading}}}''' | | style="font-size: 120%; padding: 0.5em 0.5em 0.5em 0.5em; background-color:#{{{heading HEX background colour|c1c0c4}}};" |'''{{{heading|heading}}}''' | ||
Line 7: | Line 7: | ||
<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> |
Revision as of 19:33, 3 December 2023
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 |