Template:Endflatlist
![]() | This template is used in MediaWiki:Pageinfo-header, and on approximately 317,000 pages, or roughly 2% of all pages. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Please discuss changes on the talk page before implementing them. |
![]() | This template uses TemplateStyles: |
This template provides a WCAG/ISO-standards-compliant accessible alternative to comma- or dash- (or other single character-) separated lists, per WP:FLATLIST and MOS:HLIST.
Lists output by {{Flatlist}} and {{Hlist}} are semantically and visually identical, and differ only in the wiki-markup used to create the lists.
Usage
{{flatlist}} starts a horizontal list, such as:
This template can be used with or without {{endflatlist}}. For navigation boxes using {{navbox}}, one can set |listclass=hlist
, and achieve the same styling without using this template. For image captions, list (i.e. asterisk) markup does not work, so consider using {{hlist}} instead.
Parameters
TemplateData for Endflatlist
{ "description": "Ends a flat list created by <span class="nowrap">{{</span>flatlist<span class="nowrap">}}</span>.", "format": "inline", "params": { } }
Examples
<syntaxhighlight lang="wikitext">
</syntaxhighlight>
produces:
Alternative syntax
<syntaxhighlight lang="wikitext">
</syntaxhighlight>
produces:
Syntax for ordered lists
<syntaxhighlight lang="wikitext">
</syntaxhighlight>
produces:
Using optional parameters
<syntaxhighlight lang="wikitext">
</syntaxhighlight>
produces:
Technical details
This template uses the .hlist
CSS class defined in MediaWiki:Common.css to generate horizontal lists. It causes ordinary html list items to be displayed inline (horizontally), where they would normally display as block elements (vertically). The class also generates the interpuncts between list items and parentheses around nested lists.
Wikitext | Expanded template | HTML |
---|---|---|
<syntaxhighlight lang="wikitext">
</syntaxhighlight> |
'"`UNIQ--templatestyles-00000015-QINU`"'<div class="hlist " > * cat * dog * horse * cow * sheep * pig </div> |
<syntaxhighlight lang="html">
</syntaxhighlight> |
See also
- {{endflatlist}}
- {{hlist}}
- {{plainlist}} and {{unbulleted list}}
- {{bulleted list}}
- {{ordered list}}
- {{nowrap}}
- {{pagelist}}
- WP:HLIST