More actions
Created page with "<div style="width: {{{width|128px}}}; height: {{{height|128px}}}; border-radius: .2em; display: flex; align-items: center; justify-content: center; text-align: center; background-color: {{{bg|#366ea7}}};">{{{content}}}</div><noinclude><templatedata> { "description": "Frame to be used on the main page", "params": { "width": { "label": "Width", "description": "Box width", "type": "string", "required": false..." |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<div style="width: {{{width|128px}}}; height: {{{height|128px}}}; border-radius: .2em; display: flex; align-items: center; justify-content: center; text-align: center; background-color: {{{bg|#366ea7}}};">{{{content}}}</div><noinclude><templatedata> | <div style="width: {{{width|128px}}}; height: {{{height|128px}}}; border-radius: .2em; display: flex; align-items: center; justify-content: center; text-align: center; background-color: {{{bg|#366ea7}}}; margin: 5px; ">{{{content}}}</div><noinclude><templatedata> | ||
{ | { | ||
"description": "Frame to be used on the main page", | "description": "Frame to be used on the main page", | ||
Revision as of 02:04, 13 July 2024
{{{content}}}
Frame to be used on the main page
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Width | width | Box width | String | optional |
| Height | height | Box height | String | optional |
| Background Colour | bg | Background colour | String | optional |
| Content | content | Content text | String | optional |