Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:DW/Plainlist/doc

Template page
Template documentation (for the above template, sometimes hidden or invisible) [create]
This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
This template currently doesn't have any documentation; you can create it if you know how the template is used. (What is this?)
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:DW/Plainlist/doc/doc. (View all subpages of this page.)

Plainlist takes a bulleted wikitext list and returns a plain (i.e. unbulleted) list. It uses proper HTML list markup, which is more standards-compliant and more accessible than separating list items with <br />. This template was copied from Template:Wp.

Usage

{{Plainlist|List items...|class=(optional)|indent=(optional)|style=(optional)}}

where:

  • List items... is your bulleted list, with the first item starting on a new line
  • class= adds custom CSS classes to the containing div
  • indent= indents the list by a number of standard indents (one indent being 1.6em, the default for a bulleted list)
  • style= adds CSS style options

Examples

Markup Result
{{Plainlist|
* [[Cow]]
* [[Goblin]]
* Throat mage
* {{Wp|Janet Reno}}
}}
Template:Plainlist
{{Plainlist}}
* [[Cow]]
* [[Goblin]]
* Throat mage
* {{Wp|Janet Reno}}
{{Plainlistend}}
Template:Plainlist

Template:Plainlistend

{{Plainlist|class=text-pink|indent=1|
* Garou Hunter
* Garou Berserker
* Garou Druid
* Dragon King
}}
Template:Plainlist
{{Plainlist|style=color:green; background:red; border:8px ridge|
* Garou Hunter
* Garou Berserker
* Garou Druid
* Dragon King
}}
Template:Plainlist

Template:TemplateData