Description
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 WP:UBLIST.
Examples
{{Plainlist|
* [[cat]]
* [[dog]]
* [[horse]]
* [[cow]]
* [[sheep]]
* [[pig]]
}}
TemplateData
Used to create plain (i.e. unbulleted) lists.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Extra Classes | class | Adds extra CSS classes to the containing div. | String | optional |
| CSS Style | style | Adds extra CSS properties. Complex styles should not be used in articles (per [[w:MOS:DEVIATIONS]]) but may be acceptable on user, project, and talk pages.
| String | optional |
| Indent | indent | Indents the list by a number of standard indents (one indent being 1.6em), particularly handy for inclusion in an indented discussion thread.
| Number | optional |
| Content | 1 | The items to include in the list. Each item list should be on its own line starting with an asterisk.
| Content | required |
| The above documentation is transcluded from Template:Plainlist/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |
| This page uses Creative Commons Licensed content from Wikipedia (view authors). |