To insert this info box template into a BGA wiki page, simply type {{infoBox}}
(or {{infoBoxes}}
for a pair of info boxes) when editing the page.
Available parameters
Parameter
Default value
Example
Description
title
null
{{infoBox |title=Your title text}}
Optional: specify a title for the infoBox.
body
null
{{infoBox |body=Your body content}}
.
Optional: specify any body content.
maxWidth
600
{{infoBox |maxWidth=400}}
Optional: specify the maximum width of the infoBox in px units.
topLeftColour
#c30
{{infoBox |topLeftColour=red}}
Optional: specify the top left corner colour gradient of the infoBox as a
CSS colour e.g.
blue
.
middleColour
#707
{{infoBox |middleColour=green}}
Optional: specify the middle colour gradient of the infoBox as a
CSS colour e.g.
blue
.
bottomRightColour
#70c
{{infoBox |bottomRightColour=blue}}
Optional: specify the bottom right corner colour gradient of the infoBox as a
CSS colour e.g.
blue
.
titleColour
#fff
{{infoBox |titleColour=black}}
Optional: specify the title text colour as a
CSS colour e.g.
blue
.
titleAlign
center
{{infoBox |titleAlign=left}}
Optional: specify the title text alignment as left
or right
.
corner
0.5
{{infoBox |corner=1}}
Optional: specify the corner radius of the infoBox in rem units.