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
{{quoridorboard |title=Your title text}}
Optional: specify a title for the infoBox.
body
null
{{quoridorboard |body=Your body content}}
.
Optional: specify any body content.
maxWidth
600
{{quoridorboard |maxWidth=400}}
Optional: specify the maximum width of the infoBox.
topLeftColour
#c30
{{quoridorboard |topLeftColour=red}}
Optional: specify the top left corner colour gradient of the infoBox as a
CSS colour e.g.
blue
.
middleColour
#707
{{quoridorboard |middleColour=green}}
Optional: specify the middle colour gradient of the infoBox as a
CSS colour e.g.
blue
.
bottomRightColour
#70c
{{quoridorboard |bottomRightColour=blue}}
Optional: specify the bottom right corner colour gradient of the infoBox as a
CSS colour e.g.
blue
.
titleColour
#fff
{{quoridorboard |titleColour=black}}
Optional: specify the title text colour as a
CSS colour e.g.
blue
.
corner
0.5
{{quoridorboard |corner=1}}
Optional: specify the corner radius of the infoBox in rem units.