Difference between revisions of "Template:InfoBox"
(added Expire field (needs testing)) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
|Clear={left|right|both|[none]|inherit} | |Clear={left|right|both|[none]|inherit} | ||
|Width= | |Width= | ||
+ | |Color= | ||
|Background= | |Background= | ||
+ | |Expire= | ||
}} | }} | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
− | </noinclude><includeonly> | + | |
− | <div style="border: | + | Where <code>Expire</code> is an optional epoch timestamp when the info box will be hidden |
+ | |||
+ | [[Category:Workaround templates|{{PAGENAME}}]]</noinclude><includeonly>{{#ifexpr: {{{Expire|9999999999}}} - {{#time: xNU }} > 0 |<div style="border: | ||
{{#switch: | {{#switch: | ||
{{lc: | {{lc: | ||
Line 25: | Line 29: | ||
||featured = 3px dashed #99f; | ||featured = 3px dashed #99f; | ||
}} | }} | ||
− | margin: 0.5em; padding: 1em; text-align:center; background: {{{Background}}};width: {{{Width}}}; float: {{{Float|inherit}}}; clear: {{{Clear|inherit}}};"> | + | margin: 0.5em; padding: 1em; text-align:center; background: {{{Background|inherit}}}; color: {{{Color|inherit}}}; width: 100%; max-width: {{{Width|auto}}}; float: {{{Float|inherit}}}; clear: {{{Clear|inherit}}};"> |
<div style="font-weight: bold">{{{Title|}}}</div> | <div style="font-weight: bold">{{{Title|}}}</div> | ||
<div style="">{{{Text|}}}</div> | <div style="">{{{Text|}}}</div> | ||
</div> | </div> | ||
− | </includeonly> | + | }}</includeonly> |
Latest revision as of 10:25, 15 November 2018
This is the "Infobox" template. It should be called in the following format:
{{InfoBox |Type={[normal]|alert|featured} |Image= |Title= |Text= |Float={left|right|[none]|inherit} |Clear={left|right|both|[none]|inherit} |Width= |Color= |Background= |Expire= }}
Edit the page to see the template text.
Where Expire
is an optional epoch timestamp when the info box will be hidden