Template:Box: Difference between revisions

From Zenith
Jump to navigation Jump to search
Content added Content deleted
m (b test)
m (templates dont live update on editor, actually crying)
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 74: Line 74:
</templatedata>
</templatedata>


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

Revision as of 11:59, 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

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

Examples:

 
Example Title
Example Content


 
Example Title
Example Content


 
Example Title
Example Content