Difference between revisions of "User:Krevlorn Severasse/template/box"
From EVE University Wiki
Line 13: | Line 13: | ||
## boldinfo = blue | ## boldinfo = blue | ||
## warning = red | ## warning = red | ||
− | #. | + | #. ''image'' = content for left hand box |
− | #. | + | #. ''header'' = content for heading |
− | #. | + | #. ''text'' = content for body |
{{#switch: {{{style}}} | info = result | boldinfo = result | warning = result| #default = #000000}} | {{#switch: {{{style}}} | info = result | boldinfo = result | warning = result| #default = #000000}} | ||
Line 21: | Line 21: | ||
</noinclude> | </noinclude> | ||
− | <table style="background: {{{background|{{#switch: {{{style}}} | info = #301400 | boldinfo = result | warning = #910b0b| #default = #000000}}}}}; color: {{{color|#ffffff}}}; border: {{{border|1px solid #582806}}}; border-radius: 4px; padding: 8px 35px 8px 14px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: center; margin-bottom: 1em" width="{{{width|100%}}}"><tr><td width="{{{imagewidth|60px}}}">{{{ | + | <table style="background: {{{background|{{#switch: {{{style}}} | info = #301400 | boldinfo = result | warning = #910b0b| #default = #000000}}}}}; color: {{{color|#ffffff}}}; border: {{{border|1px solid #582806}}}; border-radius: 4px; padding: 8px 35px 8px 14px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; text-align: center; margin-bottom: 1em" width="{{{width|100%}}}"><tr><td width="{{{imagewidth|60px}}}">{{{image|[[image:E-UNI_Emblem.png|96px|link=https://wiki.eveuniversity.org]]|}}}</td><td> |
− | <div style="margin-bottom: 0.3em;"><strong>{{{ | + | <div style="margin-bottom: 0.3em;"><strong>{{{header}}}</strong></div> |
− | <div style="margin: 0 auto; max-width: 800px">{{{ | + | <div style="margin: 0 auto; max-width: 800px">{{{text}}}</div> |
</td></tr></table> | </td></tr></table> | ||
<noinclude>[[Category:Templates]]</noinclude> | <noinclude>[[Category:Templates]]</noinclude> |
Revision as of 16:29, 24 February 2017
Simple Box used in other Templates
Parameters
- . background = background colour in Hex
- . color = Text Colour
- . border = css border property
- . width = box width
- . imagewidth = picture width for left hand box
- . style = preset styles
- info = black
- boldinfo = blue
- warning = red
- . image = content for left hand box
- . header = content for heading
- . text = content for body
- 000000
{{{header}}}
{{{text}}}
|