Template:Plainlist/doc: Difference between revisions
Jump to navigation
Jump to search
m 1 revision imported |
|||
Line 8: | Line 8: | ||
== TemplateData == | == TemplateData == | ||
<templatedata> | <templatedata> | ||
{ | { |
Latest revision as of 23:45, 14 February 2022
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