Template:Columns

From Abidan Archive Wiki
Revision as of 01:06, 2 July 2023 by Kidpen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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