More actions
Flexbox is used to layout a list of items. It is powered by Module:Flexbox.
Usage[edit source]
Simple columns[edit source]
{{Flexbox |columns = 3 |content1 = Gollum |content2 = Is |content3 = Precious }}
gives
Gollum
Is
Precious
Simple row[edit source]
{{Flexbox |rows = 3 |content1 = Gollum |content2 = Is |content3 = Precious }}
gives
Gollum
Is
Precious
Item span[edit source]
{{Flexbox |columns = 4 |content1 = Gollum |span2 = 2 |content2 = Is |content3 = Precious }}
gives
Gollum
Is
Precious