Template:HTML lists
{{navbox top
|name= HTML lists
|title=HTML lists
|state=
|above = More information: {{hlist
| WP:Manual of Style/Embedded lists
| {{section link|WP:Manual of Style/Accessibility#Lists}}
}}
}}
style="width:100%"
| style="vertical-align:top; width:32%" | {| class="wikitable" style="width:100%" |
Horizontal list |
---|
{{mono|{{tl|hlist}}}} |
{{tlx|hlist |item1 |item2 |...}} |
{{hlist |item1 |item2 |...}} |
| rowspan=4 style="width:2%"|
| style="vertical-align:top; width:32%"|
class="wikitable" style="width:100%" |
Horizontal list |
---|
{{mono|{{tl|flatlist}}}} |
{{tlx|flatlist| * item1 * item2 * ...}} |
{{flatlist|
}} |
| rowspan=4 style="width:2%" |
| style="vertical-align:top; width:32%"|
class="wikitable" style="width:100%" |
Horizontal list |
---|
{{mono|{{tl|cslist}}}} |
{{tlx|cslist |item1 |item2 |...}} |
{{cslist |item1 |item2 |...}} |
|-
| style="vertical-align:top;"|
class="wikitable" style="width:100%" |
Bulleted list |
---|
{{mono|{{tl|bulleted list}}}} |
{{tlx|bulleted list |item1 |item2 |...}} |
{{bulleted list |item1 |item2 |...}} |
| style="vertical-align:top;"|
class="wikitable" style="width:100%" |
Numeric ordered list |
---|
{{mono|{{tl|ordered list}}}} |
{{tlx|Ordered list |first |second |...}} |
{{Ordered list |first |second |...}} |
| style="vertical-align:top;"|
class="wikitable" style="width:100%" |
Alphabetic ordered list |
---|
{{mono|{{tl|ordered list}}}} |
{{tlx|Ordered list |list_style_type{{=}}lower-alpha |first |second |...}} |
{{Ordered list |list_style_type=lower-alpha |first |second |...}} |
|-
| style="vertical-align:top"|
class="wikitable" style="width:100%" |
Unbulleted list |
---|
{{mono|{{tl|unbulleted list}}}} |
{{tlx|unbulleted list |item1 |item2 |...}} |
{{unbulleted list|item1|item2|...}} |
| style="vertical-align:top"|
class="wikitable" style="width:100%" |
Unbulleted list |
---|
{{mono|{{tl|plainlist}}}} |
{{tlx|plainlist| * item1 * item2 * ...}} |
{{plainlist|
}} |
| style="vertical-align:top" rowspan=2|
class="wikitable" style="width:100%" |
Glossary or definition list |
---|
{{mono|{{tl|glossary}}}} (glossary, description, definition, association) |
{{tlx|glossary}} {{tlx|term|first term}}{{tlx|defn|first description}} {{tnull|term|second term}}{{tnull|defn|second description}} {{tnull|term|...}}{{tnull|defn|....}} {{mono|{{tl|glossary end}}}} |
{{glossary}}
{{term|first term}}{{defn|first description}} {{term|second term}}{{defn|second description}} {{term|...}}{{defn|....}} {{glossary end}} |
|-
| style="vertical-align:top"|
class="wikitable" style="width:100%" |
Bulleted list to flow around an image |
---|
{{mono|{{tl|flowlist}}}} |
{{tlx|flowlist| |
File:Bad Title Example.png
{{flowlist|
}} |
| style="vertical-align:top"|
class="wikitable" style="width:100%" |
Ordered list in columns |
---|
{{mono|{{tl|columns-list}}}} |
{{tlx|columns-list|colwidth{{=}}5em| # first # second # third # ...}} |
{{columns-list|colwidth=5em|
}} |
| style="vertical-align:top"|
|}
{{navbox bottom
|below = {{cl|List formatting and function templates}}
}}
{{documentation}}