Template:Columns-list

From Mine Blocks Wiki
Revision as of 08:24, 21 December 2021 by Tobias Alcaraz (talk | contribs) (Created page with "<includeonly>{{#if: {{{1|}}}|<div class="columns-list {{{class|}}}" style="columns: {{{columns|2}}}; {{#if: {{{gap|}}}|gap: {{{gap|}}}; column-gap: {{{gap|}}}}} {{#if: {{{smal...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
If you find a typo, inconsistency, or error, please sign up and help out the wiki! We can't do it without your help! :D Thank you!

Syntax

{{Columns-list
| content = 
| columns = 
| class = 
| style = 
| gap = 
| small = <true>?
}}

Example

{{Columns-list
| content =
* {{Ilink|Wood}}
* {{Ilink|Cobblestone}}
* {{Ilink|Wooden Planks}}
* {{Ilink|Stone}}
* {{Ilink|Stick}}
| gap = 2em
| small = true
}}
Results in:

}}