This is a documentation for Board Game Arena: play board games online !
Template:InfoBox: Difference between revisions
Jump to navigation
Jump to search
Sammy McSam (talk | contribs) (box-sizing:border-box; width:100%; overflow-wrap:break-word; hyphens:auto;) |
Sammy McSam (talk | contribs) (bodyColor bodyBgColor) |
||
Line 1: | Line 1: | ||
<div style="display:flex;"><div class="mw-collapsible mw-{{{state|}}}" style="display:flex;flex-flow:column wrap;margin:0.5rem;max-width:{{{maxWidth|600}}}px;border-radius:{{{corner|0.5}}}rem;background:{{{color|linear-gradient(to bottom right,{{{color1|#c00}}},{{{color2|#703}}},{{{color3|#307}}})}}};"><div class="mw-collapsible-toggle" style="box-sizing:border-box;width:100%;padding:0.5rem;text-align:{{{titleAlign|center}}};color:{{{ | <div style="display:flex;"><div class="mw-collapsible mw-{{{state|}}}" style="display:flex;flex-flow:column wrap;margin:0.5rem;max-width:{{{maxWidth|600}}}px;border-radius:{{{corner|0.5}}}rem;background:{{{color|linear-gradient(to bottom right,{{{color1|#c00}}},{{{color2|#703}}},{{{color3|#307}}})}}};"><div class="mw-collapsible-toggle" style="box-sizing:border-box;width:100%;padding:0.5rem;text-align:{{{titleAlign|center}}};color:{{{titleColor|#fff}}};font-weight:bold;overflow-wrap:break-word;hyphens:auto;">{{{title}}}</div><div class="mw-collapsible-content" style="box-sizing:border-box;width:calc(100% - 0.5rem);margin:0 0.25rem 0.25rem;padding:0.25rem;border-radius:calc({{{corner|0.5}}}rem - 0.25rem);background:{{{bodyBgColor|#fffc}}};color:{{{bodyColor|#202122}}};overflow-wrap:break-word;hyphens:auto;">{{{body}}}</div></div></div><noinclude> | ||
To use this infoBox template, type: | To use this infoBox template, type: | ||
Line 63: | Line 63: | ||
<div>{{infoBox |title=Example |body=Body content |color3=lightgreen}}</div> | <div>{{infoBox |title=Example |body=Body content |color3=lightgreen}}</div> | ||
<div>'''''Optional:''''' specify the bottom right corner color gradient of the infoBox as a [https://developer.mozilla.org/en-US/docs/Web/CSS/color CSS color] e.g. <code>green</code>.</div> | <div>'''''Optional:''''' specify the bottom right corner color gradient of the infoBox as a [https://developer.mozilla.org/en-US/docs/Web/CSS/color CSS color] e.g. <code>green</code>.</div> | ||
<div><code> | <div><code>bodyBgColor</code></div> | ||
<div><code>#fffc</code> (translucent white)</div> | |||
<div><code><nowiki>{{infoBox |bodyBgColor=lightgreen}}</nowiki></code></div> | |||
<div>{{infoBox |title=Example |body=Body content |bodyBgColor=#fffc}}</div> | |||
<div>'''''Optional:''''' specify the body background color as a [https://developer.mozilla.org/en-US/docs/Web/CSS/color CSS color] e.g. <code>green</code>.</div> | |||
<div><code>titleColor</code></div> | |||
<div><code>#fff</code></div> | <div><code>#fff</code></div> | ||
<div><code><nowiki>{{infoBox | | <div><code><nowiki>{{infoBox |titleColor=lightgreen}}</nowiki></code></div> | ||
<div>{{infoBox |title=Example |body=Body content |color= | <div>{{infoBox |title=Example |body=Body content |titleColor=lightgreen}}</div> | ||
<div>'''''Optional:''''' specify the title color as a [https://developer.mozilla.org/en-US/docs/Web/CSS/color CSS color] e.g. <code>green</code>.</div> | |||
<div><code>bodyColor</code></div> | |||
<div><code>#202122</code> (black)</div> | |||
<div><code><nowiki>{{infoBox |bodyColor=green}}</nowiki></code></div> | |||
<div>{{infoBox |title=Example |body=Body content |bodyColor=green}}</div> | |||
<div>'''''Optional:''''' specify the title color as a [https://developer.mozilla.org/en-US/docs/Web/CSS/color CSS color] e.g. <code>green</code>.</div> | <div>'''''Optional:''''' specify the title color as a [https://developer.mozilla.org/en-US/docs/Web/CSS/color CSS color] e.g. <code>green</code>.</div> | ||
<div><code>titleAlign</code></div> | <div><code>titleAlign</code></div> |
Revision as of 13:27, 28 October 2023
{{{title}}}
{{{body}}}
To use this infoBox template, type:
{{infoBox |title=Example |body= }}
with the title and body when editing the page.
Available parameters
Parameter
Default value
Example
Result
Description
title
null
{{infoBox |title=Example}}
Example
{{{body}}}
Optional: specify a title.
body
null
{{infoBox |body=Body content}}
Example
Body content
Optional: specify any body content.
state
null
{{infoBox |state=collapsed}}
Example
Body content
Optional: collapsed by default.
maxWidth
600
{{infoBox |maxWidth=80}}
Example
Body content
Optional: specify the maximum width in px units.
color
linear-gradient( to bottom right, {{{color1|#c00}}}, {{{color2|#703}}}, {{{color3|#307}}})
{{infoBox |color=green}}
Example
Body content
Optional: specify a single color of the infoBox as a CSS color e.g.
green
.color1
#c00
(red){{infoBox |color1=lightgreen}}
Example
Body content
Optional: specify the top left corner color gradient of the infoBox as a CSS color e.g.
green
.color2
#703
(dark pink){{infoBox |color2=lightgreen}}
Example
Body content
Optional: specify the middle color gradient of the infoBox as a CSS color e.g.
green
.color3
#307
(dark blue){{infoBox |color3=lightgreen}}
Example
Body content
Optional: specify the bottom right corner color gradient of the infoBox as a CSS color e.g.
green
.bodyBgColor
#fffc
(translucent white){{infoBox |bodyBgColor=lightgreen}}
Example
Body content
Optional: specify the body background color as a CSS color e.g.
green
.titleColor
#fff
{{infoBox |titleColor=lightgreen}}
Example
Body content
Optional: specify the title color as a CSS color e.g.
green
.bodyColor
#202122
(black){{infoBox |bodyColor=green}}
Example
Body content
Optional: specify the title color as a CSS color e.g.
green
.titleAlign
center
{{infoBox |titleAlign=left}}
Example
Body content
Optional: specify the title alignment as
left
or right
.corner
0.5
{{infoBox |corner=1}}
Example
Body content
Optional: specify the corner radius in rem units.
{{{title1}}}
{{{body1}}}
{{{title2}}}
{{{body2}}}
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
Parameter
Default value
Example
Description
title#
null
{{infoBoxes |title2=Example}}
Optional: specify a title.
body#
null
{{infoBoxes |body2=Body content}}
Optional: specify any body content.
color4
#00c
(blue){{infoBoxes |color4=green}}
Optional: specify the bottom right corner color of the second infoBox as a CSS color e.g.
green
.title#color
#fff
{{infoBoxes |title2color=black}}
Optional: specify the title color as a CSS color e.g.
green
.{{{title1}}}
{{{body1}}}
{{{title2}}}
{{{body2}}}
{{{title3}}}
{{{body3}}}
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
Parameter
Default value
Example
Description
color5
#037
(dark cyan){{infoBoxes3 |color5=green}}
Optional: specify the bottom right corner color of the third infoBox as a CSS color e.g.
green
.