Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Krevlorn Severasse/template/box: Difference between revisions

From EVE University Wiki
No edit summary
mNo edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
Simple Box used in other Templates
Box with preset themes.


'''Parameters'''
'''Parameters'''
Line 17: Line 17:
#. ''text'' = content for body
#. ''text'' = content for body


{{#switch: {{{style}}} | info = result | boldinfo = result | warning = result| #default = #000000}}
Themes can be added with
 
<nowiki>{{#switch: {{{style}}} | info = result | boldinfo = result | warning = result| #default = result}}</nowiki>


</noinclude>
</noinclude>

Revision as of 16:42, 24 February 2017

Box with preset themes.

Parameters

  1. . background = background colour in Hex
  2. . color = Text Colour
  3. . border = css border property
  4. . width = box width
  5. . imagewidth = picture width for left hand box
  6. . style = preset styles
    1. info = black
    2. boldinfo = blue
    3. warning = red
  7. . image = content for left hand box
  8. . header = content for heading
  9. . text = content for body

Themes can be added with

{{#switch: {{{style}}} | info = result | boldinfo = result | warning = result| #default = result}}


{{{header}}}
{{{text}}}