Template:Plainlist/doc
This is a documentation subpage for Template:Plainlist. It contains usage information, categories and other content that is not part of the original Template page. |
This template uses TemplateStyles: |
This template provides a WCAG/ISO-standards-compliant accessible alternative to <br />
separated lists, which should not be used.
Usage
edit{{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.
TemplateData
editThis is the TemplateData documentation for this template used by VisualEditor and other tools.
Plainlist
Used to create plain (i.e. unbulleted) lists.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Extra Classes | class | Extra class names to add to the `class` attribute. | String | optional |
Content | 1 | The list to wrap. | Content | suggested |
See also
edit- {{Unbulleted list}} – Uses Module:List