Template:Box: Difference between revisions

From Zenith
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
(final)
 
(7 intermediate revisions by the same user not shown)
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}}}</div>


<noinclude>
<noinclude>
== Template Info ==
To use this, type <nowiki>{{Box|title=Title|Text goes here}}</nowiki>.
'''Usage:''' <code><nowiki>{{Box|title=Title|Text goes here}}</nowiki></code>.
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"1": {},
"1": {
"border": {},
"label": "Content",
"titlebackground": {},
"type": "string",
"titleforeground": {},
"required": true
"titlestyle": {},
},
"title": {},
"border": {
"style": {},
"type": "string",
"text": {},
"default": "#2C8AA1",
"content": {}
"label": "Border Color"
}
},
"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"
}
},
"paramOrder": [
"1",
"title",
"titleforeground",
"titlebackground",
"titlestyle",
"style",
"border"
],
"description": "Copied from Horizon."
}
}
</templatedata>
</templatedata>

== Examples ==
{{Box|title=Title|Text goes here}}
</noinclude>
</noinclude>

Latest revision as of 13:08, 30 March 2021

 
{{{title}}}
{{{1}}}


Template Info[edit source]

Usage: {{Box|title=Title|Text goes here}}.

Copied from Horizon.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Content1

no description

Stringrequired
Titletitle

no description

Stringrequired
Title Foreground Colortitleforeground

no description

Default
#FFFFFF
Stringoptional
Title Background Colortitlebackground

no description

Default
#2C8AA1
Stringoptional
Title CSStitlestyle

no description

Stringoptional
Extra CSSstyle

no description

Stringoptional
Border Colorborder

no description

Default
#2C8AA1
Stringoptional

Examples[edit source]

 
Title
Text goes here