Template:Columns

From Abidan Archive Wiki
Jump to navigation Jump to search
{{{1}}}

Credit to the Coppermind at https://coppermind.net/wiki/Template:Columns for this page under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License

Outputs the first argument in several columns, 3 by default or the value you assign to count. Especially useful for long lists.

Usage Examples

{{columns|
content...
}}

{{columns|count=x|
content...
}}

For example this code:

{{columns|
* bla
* bla 
* bla
* bla 
* bla
* bla 
}}

Will generate the following result:

  • bla
  • bla
  • bla
  • bla
  • bla
  • bla

Articles using Template