Template:Plainlist

From Imperator Wiki
Revision as of 12:23, 13 May 2018 by Meneth (talk | contribs) (1 revision imported: Import from EU4 Wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
[view] [edit]Template-info.png Template documentation

Plainlist creates a plain (i.e. unbulleted) list.

Parameters

Parameter Description Default Status
1 The ‘normal’ list. empty required
class Adds a CSS class to the containing div. empty optional
style Adds CSS style options. empty optional
indent Indents the list by a number of standard indents (one indent being 1.6em) empty optional

Example

The following code

{{Plainlist|
* dog
* cat
* mouse
* budgerigar
* hamster
* canary
* guinea pig
* parrot
* goldfish
}}

will display:

  • dog
  • cat
  • mouse
  • budgerigar
  • hamster
  • canary
  • guinea pig
  • parrot
  • goldfish