Difference between revisions of "Grid"
From Gulf of Fallen Stars
Line 4: | Line 4: | ||
'''cols(default 3):''' number of columns on widest screen | '''cols(default 3):''' number of columns on widest screen | ||
+ | |||
+ | '''ignoreminwidth(default false):''' columns will have no minimum width | ||
'''border(default false):''' whether the box should have a border | '''border(default false):''' whether the box should have a border | ||
Line 21: | Line 23: | ||
-->{{#ifeq: {{#var:cols}}|5|{{#vardefine:width|19%}}{{#vardefine:minwidth|210px}}}}<!-- | -->{{#ifeq: {{#var:cols}}|5|{{#vardefine:width|19%}}{{#vardefine:minwidth|210px}}}}<!-- | ||
-->{{#ifeq: {{#var:cols}}|6|{{#vardefine:width|16%}}{{#vardefine:minwidth|100px}}}}<!-- | -->{{#ifeq: {{#var:cols}}|6|{{#vardefine:width|16%}}{{#vardefine:minwidth|100px}}}}<!-- | ||
+ | |||
+ | -->{{#if:{{{ignoreminwidth|}}}|{{#vardefine:minwidth|0}}}}<!-- | ||
-->{{#if:{{{border|}}}<!-- | -->{{#if:{{{border|}}}<!-- |
Revision as of 14:28, 10 March 2020
Parameters
type(required): begin / div / end
cols(default 3): number of columns on widest screen
ignoreminwidth(default false): columns will have no minimum width
border(default false): whether the box should have a border
background(default transparent): the background of the grid cell. Defaults to white if border is true.
center(default false): center the text in the div
nomargin(default false): Overrides all margins and padding to 0