To use this infoBox template, type:
{{infoBox |title=Example |body= }}
with the title and body when editing the page.
Parameters
title
null
{{infoBox |title=Example}}
body
null
{{infoBox |body=Body content}}
state
null
{{infoBox |state=collapsed}}
float
none
{{infoBox |float=right}}
left
or right
side of its container, allowing text to wrap around it.minWidth
null
{{infoBox |minWidth=100%}}
500px
.maxWidth
600
{{infoBox |maxWidth=80}}
{{infoBox |maxWidth=}}
(empty) to remove the maxWidth limit.color
linear-gradient( to bottom right, {{{colorA|#c00}}}, {{{colorB|#703}}}, {{{colorC|#307}}})
{{infoBox |color=green}}
green
.colorA
#c00
(red){{infoBox |colorA=lightgreen}}
green
.colorB
#703
(dark pink){{infoBox |colorB=lightgreen}}
green
.colorC
#307
(dark blue){{infoBox |colorC=lightgreen}}
green
.bodyBgColor
#fffc
(translucent white){{infoBox |bodyBgColor=lightgreen}}
green
.titleColor
#fff
(white){{infoBox |titleColor=lightgreen}}
green
.bodyColor
#202122
(black){{infoBox |bodyColor=green}}
green
.titleAlign
center
{{infoBox |titleAlign=left}}
left
or right
.corner
0.5
{{infoBox |corner=1}}
To use a double infoBox template, type:
{{infoBoxes |title1=Example 1 |body1= |title2=Example 2 |body2= }}
with the title and body when editing the page.
Additional parameters
title#
null
{{infoBoxes |title2=Example}}
body#
null
{{infoBoxes |body2=Body content}}
color#
linear-gradient
{{infoBoxes |color2=green}}
green
.colorD
#00c
(blue){{infoBoxes |colorD=green}}
green
.title#color
#fff
{{infoBoxes |title2Color=black}}
green
.To use a triple infoBox template, type:
{{infoBoxes3 |title1=Example 1 |body1= |title2=Example 2 |body2= |title3=Example 3 |body3= }}
with the title and body when editing the page.
Additional parameters
colorE
#037
(dark cyan){{infoBoxes3 |colorE=green}}
green
.