Template:Box-round: Difference between revisions
Jump to navigation
Jump to search
(Finally fixed new BoxRound) |
m (Changed template data) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
margin: 0; | margin: 0; | ||
padding:0; | padding:0; | ||
padding-bottom:.1em; | padding-bottom:.1em; | ||
font-family: sans-serif; | |||
color: {{{titleforeground|#fff}}};"> | color: {{{titleforeground|#fff}}};"> | ||
{{{title}}}</h2> | {{{title}}}</h2> | ||
Line 34: | Line 35: | ||
{{{1|{{{text|{{{content}}}}}}}}} | {{{1|{{{text|{{{content}}}}}}}}} | ||
</div></includeonly> | </div></includeonly> | ||
<noinclude>{{ | <noinclude> | ||
{{box-round|title=title|content}} | |||
TODO: DOCUMENT BETTER | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"aliases": [ | |||
"text", | |||
"content" | |||
], | |||
"label": "Content", | |||
"description": "The contents of this box", | |||
"example": "[[File:image.png]]<br/>the hackspace", | |||
"type": "unbalanced-wikitext", | |||
"required": true | |||
}, | |||
"titlebackground": { | |||
"label": "Title Background", | |||
"description": "Title Background color", | |||
"example": "#cafeda" | |||
}, | |||
"titleforeground": { | |||
"label": "Title Forground", | |||
"description": "Title forground color", | |||
"example": "#fff" | |||
}, | |||
"border-radius": { | |||
"label": "Border Radius", | |||
"description": "Css border radius", | |||
"example": "8px" | |||
}, | |||
"titlestyle": { | |||
"label": "Title Style", | |||
"description": "See style" | |||
}, | |||
"title": { | |||
"label": "Title", | |||
"description": "Box title", | |||
"required": true | |||
}, | |||
"border": { | |||
"label": "Border color", | |||
"description": "Border colour" | |||
}, | |||
"background": { | |||
"label": "Body Background", | |||
"description": "Body Background Colour" | |||
}, | |||
"foreground": { | |||
"label": "Body Foreground", | |||
"description": "Body Foreground Colour" | |||
}, | |||
"style": { | |||
"label": "Style", | |||
"description": "Css raw style", | |||
"example": "width: 100px; height: 200px;" | |||
} | |||
}, | |||
"description": "A box with rounded edges\n\nDefaults to hackspace colours" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 20:27, 25 September 2019
title
content
TODO: DOCUMENT BETTER
A box with rounded edges Defaults to hackspace colours
Parameter | Description | Type | Status | |
---|---|---|---|---|
Content | 1 text content | The contents of this box
| Unbalanced wikitext | required |
Title Background | titlebackground | Title Background color
| Unknown | optional |
Title Forground | titleforeground | Title forground color
| Unknown | optional |
Border Radius | border-radius | Css border radius
| Unknown | optional |
Title Style | titlestyle | See style | Unknown | optional |
Title | title | Box title | Unknown | required |
Border color | border | Border colour | Unknown | optional |
Body Background | background | Body Background Colour | Unknown | optional |
Body Foreground | foreground | Body Foreground Colour | Unknown | optional |
Style | style | Css raw style
| Unknown | optional |