Template:Box: Difference between revisions

From Zenith
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
No edit summary
Line 2: Line 2:
<div style="border: 1px solid {{{border|#2c8aa1}}};<!--
<div style="border: 1px solid {{{border|#2c8aa1}}};<!--
-->background: {{{titlebackground|#2c8aa1}}};<!--
-->background: {{{titlebackground|#2c8aa1}}};<!--
-->color: {{{titleforeground|#FFF}}};<!--
-->color: {{{titleforeground|#FFFFFF}}};<!--
-->padding: 0.1em;<!--
-->padding: 0.1em;<!--
-->text-align: center;<!--
-->text-align: center;<!--
Line 19: Line 19:
--></span ><!--
--></span ><!--
--><div style="font-size: 100%;font-weight: bold;border: none; margin: 0; padding: 0; padding-bottom: 0.1em;"><font color="{{{titleforeground|#FFFFFF}}}">{{{title}}}</font></div></div>
--><div style="font-size: 100%;font-weight: bold;border: none; margin: 0; padding: 0; padding-bottom: 0.1em;"><font color="{{{titleforeground|#FFFFFF}}}">{{{title}}}</font></div></div>
<div style="display: block; border: 1px solid {{{border|#2c8aa1}}}; vertical-align: top; margin-bottom: 10px; padding: .8em 1em 1em 1.3em; margin-top: 0em; border-radius: 0 0 1.5em 1.5em; {{{style|}}};">{{{1|{{{text|{{{content}}}}}}}}}</div>
<div style="display: block; border: 1px solid {{{border|#2c8aa1}}}; vertical-align: top; margin-bottom: 10px; padding: .8em 1em 1em 1.3em; margin-top: 0em; border-radius: 0 0 1.5em 1.5em; {{{style|}}};">{{{1|{{{text}}}}}}</div>


<noinclude>
<noinclude>
Line 27: Line 27:
"params": {
"params": {
"1": {},
"1": {},
"border": {},
"border": {
"titlebackground": {},
"type": "string",
"titleforeground": {},
"default": "#2c8aa1",
"label": "Border Color"
"titlestyle": {},
"title": {},
},
"style": {},
"titlebackground": {
"type": "string",
"default": "#2c8aa1",
"label": "Title Background Color"
},
"titleforeground": {
"default": "#FFFFFF",
"type": "string",
"label": "Title Foreground Color"
},
"titlestyle": {
"label": "Title CSS",
"type": "string"
},
"title": {
"type": "string",
"required": true,
"label": "Title"
},
"style": {
"label": "Extra CSS",
"type": "string"
},
"text": {},
"text": {},
"content": {}
"content": {}
}
},
"paramOrder": [
"1",
"title",
"text",
"content",
"titleforeground",
"titlebackground",
"border",
"titlestyle",
"style"
]
}
}
</templatedata>
</templatedata>

Example: {{Box|title=Example Title|Example Content}}
</noinclude>
</noinclude>

Revision as of 11:55, 30 March 2021

 
{{{title}}}
{{{text}}}


To use this, type {{Box|title=Title|Text goes here}}.

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
11

no description

Unknownoptional
Titletitle

no description

Stringrequired
texttext

no description

Unknownoptional
contentcontent

no description

Unknownoptional
Title Foreground Colortitleforeground

no description

Default
#FFFFFF
Stringoptional
Title Background Colortitlebackground

no description

Default
#2c8aa1
Stringoptional
Border Colorborder

no description

Default
#2c8aa1
Stringoptional
Title CSStitlestyle

no description

Stringoptional
Extra CSSstyle

no description

Stringoptional

Example:

 
Example Title
Example Content