Template:Plainlist
Jump to navigation
Jump to search
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. |
Lua error: callParserFunction: function "#translation" was not found.
This template provides a WCAG/ISO-standards-compliant accessible alternative to <br />
separated lists, which should not be used.
Usage
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
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
- – Uses Module:List