Template:Plainlist

From Linux Web Expert

Template documentation

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.

TemplateData

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

Plainlist

<templatedata> { "description": { "en": "Used to create plain (i.e. unbulleted) lists.", "cs": "Slouží k vytváření jednoduchých (tj. bez odrážek) seznamů." }, "format": "inline", "params": { "1": { "label": { "en": "Content", "cs": "Obsah" }, "description": { "en": "The list to wrap.", "cs": "Seznam k zabalení." }, "suggested": true, "type": "content" }, "class": { "label": { "en": "Extra Classes", "cs": "Extra třídy" }, "description": { "en": "Extra class names to add to the `class` attribute.", "cs": "Další názvy tříd, které se mají přidat do atributu `class`." }, "type": "string" } }, "paramOrder": [ "class", "1" ] } </templatedata>

See also