Template:List/doc

This is the current revision of this page, as edited by Alex (talk | contribs) at 11:46, 17 October 2024 (Created page with "{{documentation}} This template is used to make columned lists of bullets. For example: <code><nowiki>{{List|c=2 </nowiki><br><nowiki>|*Number 1 </nowiki><br><nowiki> *Number 2</nowiki><br><nowiki>}}</nowiki></code> would give {{List|c=2 |*Number 1 *Number 2}}. The 'c' parameter designates the number of columns created."). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is a documentation subpage for Template:List.
It contains usage information, categories, and other content that is not part of the original template page.

This template is used to make columned lists of bullets.

For example:

{{List|c=2
|*Number 1
*Number 2
}}

would give

  • Number 1
  • Number 2

.

The 'c' parameter designates the number of columns created.