Template:Box: Difference between revisions

From Zenith
Jump to navigation Jump to search
Content added Content deleted
No edit summary
m (b test)
Line 18: Line 18:
--><font color="{{{titleforeground|#FFFFFF}}}"></font>&nbsp;<!--
--><font color="{{{titleforeground|#FFFFFF}}}"></font>&nbsp;<!--
--></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}}}}}}</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>


Line 55: Line 55:
"type": "string"
"type": "string"
},
},
"text": {},
"text": {
"content": {}
"label": "Text",
"type": "string",
"required": true
}
},
},
"paramOrder": [
"paramOrder": [
Line 62: Line 65:
"title",
"title",
"text",
"text",
"content",
"titleforeground",
"titleforeground",
"titlebackground",
"titlebackground",

Revision as of 11:58, 30 March 2021

 
{{{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

Stringrequired
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 Content