Template:AdvancedBox

From OutbreakWiki

Usage

{{AdvancedBox|
 size=|            <-- size in pixels
 border=|          <-- border color 
 background=|      <-- box background color
 headercolor=|     <-- header background color
 hcolor=|          <-- header text color
 color=|           <-- description text color
 mainradius=|      <-- border radius
 headradius=|      <-- header radius
 some text|        <-- header text
 some more text=}} <-- description text

If you dont set a value for a variable, the template will use the default value for it.

Example

{{AdvancedBox|border=blue|Testing|This is just a text.}}
Testing
This is just a text.
{{AdvancedBox|size=200px|headercolor=cyan|color=red|headradius=6px|mainradius=12px|Testing|This is just a text.}}
Testing
This is just a text.