More actions
Created page with "<includeonly>{{#invoke:Flexbox|flexbox}}</includeonly><noinclude> Flexbox is used to layout a list of items. It is powered by Module:Flexbox. == Usage == === Simple columns === <pre> {{Flexbox |columns = 3 |content1 = Gollum |content2 = Is |content3 = Precious }} </pre> gives {{Flexbox |columns = 3 |content1 = Gollum |content2 = Is |content3 = Precious }} === Simple row === <pre> {{Flexbox |rows = 3 |content1 = Gollum |content2 = Is |content3 = Precious }} </pre>..." |
mNo edit summary |
||
Line 52: | Line 52: | ||
|columns = 4 | |columns = 4 | ||
|content1 = Gollum | |content1 = Gollum | ||
|content2 = Is | |||
|span2 = 2 | |span2 = 2 | ||
|content3 = Precious | |content3 = Precious | ||
}} | }} |
Latest revision as of 18:47, 28 December 2024
Flexbox is used to layout a list of items. It is powered by Module:Flexbox.
Usage
Simple columns
{{Flexbox |columns = 3 |content1 = Gollum |content2 = Is |content3 = Precious }}
gives
Gollum
Is
Precious
Simple row
{{Flexbox |rows = 3 |content1 = Gollum |content2 = Is |content3 = Precious }}
gives
Gollum
Is
Precious
Item span
{{Flexbox |columns = 4 |content1 = Gollum |span2 = 2 |content2 = Is |content3 = Precious }}
gives
Gollum
Is
Precious