Template:Columns-list: Difference between revisions

From Valheim Wiki
Created page with "<includeonly><div {{#if: {{{colwidth|}}}| style="column-width:{{{colwidth}}};" | {{#if: {{{1|}}}| style="column-count:{{{1}}};" }} }}>{{{2|{{{1|}}} }}}</div></includeonly><noi..."
 
No edit summary
 
Line 1: Line 1:
<includeonly><div {{#if: {{{colwidth|}}}| style="column-width:{{{colwidth}}};" | {{#if: {{{1|}}}| style="column-count:{{{1}}};" }} }}>{{{2|{{{1|}}} }}}</div></includeonly><noinclude>
<includeonly><div {{#if: {{{colwidth|}}}| style="column-width:{{{colwidth}}};" | {{#if: {{{1|}}}| style="column-count:{{{1}}};" }} }}>{{{2|{{{1|}}} }}}</div></includeonly><noinclude>
{{Wikipedia doc}}
{{Doc begin}}


Splits text into a number of columns as defined by the first parameter. Used to make long lists of  
Splits text into a number of columns as defined by the first parameter. Used to make long lists of  

Latest revision as of 14:28, 2 January 2022


Splits text into a number of columns as defined by the first parameter. Used to make long lists of

{{Columns-list|2|
* A
* B
* C
* D
* E
* F
}}

produces:

  • A
  • B
  • C
  • D
  • E
  • F