Usage
{{Box|
BORDER = #8898bf|
BACKGROUND = #a8d3ff|
WIDTH = 100%|
ICON = [[Image:filename.png|24px]]|
HEADING = The Heading|
CONTENT = '''Some Points'''
* Everybody loves filltexts.
}}
Arguments
BORDER - Hexadecimal code for the border (including leading #)
BORDER=#8898bf|
BACKGROUND - Background of the top segment of the title cell
BACKGROUND = #a8d3ff|
WIDTH - Width of the entire box
WIDTH=100%|
ICON - Location and size of the file to use as an icon in the top right of the title
ICON= [[File:Image.png|24px]]|
HEADING - The heading of the box
HEADING=The Heading|
CONTENT - The contents of the box.
CONTENT=Insert Contents Here|
|