Template:Plainlist

Category:Semi-protected templates#Plainlist
Template documentation
Category:Templates using TemplateStyles

This template provides a WCAG/ISO-standards-compliant accessible alternative to <br /> separated lists, which should not be used.

Usage

{{plainlist}} starts 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 />. Detailed reasons for using this template can be found at en:WP:UBLIST.

InputOutput
{{plainlist|
* 1
* 2
* 3
}}
  • 1
  • 2
  • 3

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools.

Plainlist

Category:Templates using TemplateData

Used to create plain (i.e. unbulleted) lists.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Extra Classesclass

Extra class names to add to the `class` attribute.

Stringoptional
Content1

The list to wrap.

Contentsuggested

See also

Category:Formatting templates Category:Pages using the JsonConfig extension Category:Semi-protected templates Category:Templates using TemplateData Category:Templates using TemplateStyles