模板:Plainlist/doc

This is the documentation page for 模板:Plainlist.
When it is viewed directly, links using variables may appear broken; do not replace these with hardcoded page names or URLs.

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