Difference between revisions of "Template:InfoBox"
Eagle00789 (talk | contribs) |
(added Expire field (needs testing)) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
− | This is the " | + | This is the "Infobox" template. |
It should be called in the following format: | It should be called in the following format: | ||
<pre> | <pre> | ||
− | {{ | + | {{InfoBox |
+ | |Type={[normal]|alert|featured} | ||
+ | |Image= | ||
+ | |Title= | ||
+ | |Text= | ||
+ | |Float={left|right|[none]|inherit} | ||
+ | |Clear={left|right|both|[none]|inherit} | ||
+ | |Width= | ||
+ | |Color= | ||
+ | |Background= | ||
+ | |Expire= | ||
+ | }} | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
− | </noinclude><includeonly> | + | |
− | # | + | Where <code>Expire</code> is an optional epoch timestamp when the info box will be hidden |
− | </includeonly> | + | |
+ | [[Category:Workaround templates|{{PAGENAME}}]]</noinclude><includeonly>{{#ifexpr: {{{Expire|9999999999}}} - {{#time: xNU }} > 0 |<div style="border: | ||
+ | {{#switch: | ||
+ | {{lc: | ||
+ | {{{Type|¬}}} | ||
+ | }} | ||
+ | |¬|normal = 2px dashed #ccc; | ||
+ | ||alert = 2px solid red; | ||
+ | ||featured = 3px dashed #99f; | ||
+ | }} | ||
+ | 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="">{{{Text|}}}</div> | ||
+ | </div> | ||
+ | }}</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