Template:Box-round: Difference between revisions

From Leeds Hackspace Wiki
Jump to navigation Jump to search
No edit summary
(Added template data)
Line 37: Line 37:
<noinclude>
<noinclude>
{{box-round|title=title|content}}
{{box-round|title=title|content}}
TODO: DOCUMENT BETTER</noinclude>
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": "content"
},
"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"
},
"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>

Revision as of 20:20, 25 September 2019


title

content

TODO: DOCUMENT BETTER

A box with rounded edges Defaults to hackspace colours

Template parameters

ParameterDescriptionTypeStatus
Content1 text content

The contents of this box

Example
[[File:image.png]]<br/>the hackspace
Contentoptional
Title Backgroundtitlebackground

Title Background color

Example
#cafeda
Unknownoptional
Title Forgroundtitleforeground

Title forground color

Example
#fff
Unknownoptional
Border Radiusborder-radius

Css border radius

Example
8px
Unknownoptional
Title Styletitlestyle

See style

Unknownoptional
Titletitle

Box title

Unknownoptional
Border colorborder

Border colour

Unknownoptional
Body Backgroundbackground

Body Background Colour

Unknownoptional
Body Foregroundforeground

Body Foreground Colour

Unknownoptional
Stylestyle

Css raw style

Example
width: 100px; height: 200px;
Unknownoptional