Template:Flatlist/doc
|
|
This is a Error creating thumbnail: Unable to save thumbnail to destination documentation Error creating thumbnail: Unable to save thumbnail to destination subpage for Template:Flatlist. It contains usage information, Error creating thumbnail: Unable to save thumbnail to destination categories and other content or metadata that is not part of the original template. |
| Error creating thumbnail: Unable to save thumbnail to destination | This template is used in Error creating thumbnail: Unable to save thumbnail to destination MediaWiki:Pageinfo-header. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid large-scale disruption, any changes should first be tested in this template's /sandbox or /testcases subpage, or in your own Error creating thumbnail: Unable to save thumbnail to destination user space. The tested changes can then be added in one single edit to this template. Please discuss any changes on the talk page before implementing them. |
TemplateStyles not installed on the Second Life Wiki! This template provides a Error creating thumbnail: Unable to save thumbnail to destination WCAG/ISO-standards-compliant accessible alternative to comma- or dash- (or other single character-) separated lists, per Error creating thumbnail: Unable to save thumbnail to destination WP:FLATLIST and Error creating thumbnail: Unable to save thumbnail to destination WP:HLIST.
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
{{#switch:Template: Flatlist |#default=
{
"description": {
"en": "Used to create plain (i.e. unbulleted) lists."
},
"format": "inline",
"params": {
"1": {
"label": {
"en": "Content"
},
"description": {
"en": "The list to wrap."
},
"suggested": true,
"type": "content"
},
"class": {
"label": {
"en": "Extra Classes"
},
"description": {
"en": "Adds extra CSS classes to the containing div."
},
"type": "string"
},
"style": {
"label": {
"en": "CSS Style"
},
"description": {
"en": "Adds extra CSS properties to the containing div. Complex styles should not be used in articles (per {{Wikipedia|MOS:DEVIATIONS}}) but may be acceptable on user, project and talk pages."
},
"example": "\n border: solid 1px silver;\n background: lightyellow;\n",
"type": "string"
},
"indent": {
"label": {
"en": "Indent"
},
"description": {
"en": "Indents the list by a number of standard indents (one indent being 1.6[[em (typography)|em]]). (Useful in an indented discussion thread.)"
},
"example": "2",
"type": "number"
}
},
"paramOrder": [
"class",
"style",
"indent",
"1"
]
}Examples
{{flatlist|
* [[cat]]
* [[dog]]
* [[horse]]
* [[cow]]
* [[sheep]]
* [[pig]]
}}produces:
Alternative syntax
{{startflatlist}}
* [[cat]]
* [[dog]]
* [[horse]]
* [[cow]]
* [[sheep]]
* [[pig]]
{{endflatlist}}produces:
Syntax for ordered lists
{{flatlist|
# [[first]]
# [[second]]
# [[third]]
# [[fourth]]
# [[fifth]]
# [[sixth]]
}}produces:
Using optional parameters
{{flatlist |indent=2
|style=border:solid 1px silver; background:lightyellow;
|class=nowraplinks |
* [[Alpine skiing at the 1936 Winter Olympics]]
* [[Alpine skiing at the 1948 Winter Olympics]]
* [[Alpine skiing at the 1952 Winter Olympics]]
* [[Alpine skiing at the 1956 Winter Olympics]]
* [[Alpine skiing at the 1960 Winter Olympics]]
* [[Alpine skiing at the 1964 Winter Olympics]]
}}produces:
Technical details
This template uses the .hlist Error creating thumbnail: Unable to save thumbnail to destination CSS class defined in Error creating thumbnail: Unable to save thumbnail to destination 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 Error creating thumbnail: Unable to save thumbnail to destination interpuncts between list items and parentheses around nested lists. Some of the CSS used is not compatible with some older browsers, notably Internet Explorer 6 and 7.
| Wikitext | Expanded template | HTML |
|---|---|---|
{{flatlist|
* cat
* dog
* horse
* cow
* sheep
* pig
}}
|
Template:Nowiki2 | <div class="hlist">
<ul><li>cat</li>
<li>dog</li>
<li>horse</li>
<li>cow</li>
<li>sheep</li>
<li>pig</li></ul>
</div> |
See also
- {{endflatlist}}
- {{hlist}}
- {{plainlist}} and {{unbulleted list}}
- {{bulleted list}}
- {{ordered list}}
- {{nowrap}}
- {{pagelist}}
- WP:HLIST
| Flat |
|
|
| ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Bulleted and Ordered |
|
| |||||||||||||
| Unbulleted |
|
|
| ||||||||||||
| Other |
|
|
