Search results
Results from the WOW.Com Content Network
At present, it supports bulleted lists, unbulleted lists, horizontal lists, ordered lists (numbered or alphabetical), and horizontal ordered lists. It allows for easy css styling of the list or of the individual list items.
At present, it supports bulleted lists, unbulleted lists, horizontal lists, ordered lists (numbered or alphabetical), and horizontal ordered lists. It allows for easy css styling of the list or of the individual list items.
An unordered (bulleted) list. The type of list item marker can be specified in an HTML attribute: < ul type = "foo" >; or in a CSS declaration: ul {list-style-type: foo;} – replacing foo with one of the following (the same values are used in HTML and CSS): disc (the default), square, or circle.
The "cslist" (comma-separated list) template allows editors to create a horizontal list similar to Template:Hlist, but using comma separators instead of mid-dots.. The template allows an optional |semi=, which when set to true or yes will use a semicolon as separator instead of a comma.
This template is marked with the CSS id and CSS class name "hlist-editnotice", so that editors can apply their own CSS customisation if they wish, in particular to hide it (see WP:CSSHIDE for details). To hide the message, add
This template creates horizontal lists. Each item in the list may be individually styled with CSS. Lists output by {} and {} are semantically and visually identical, and differ only in the wiki-markup used to create the lists.
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.
There are three types of lists: unordered lists, ordered lists, and description lists (a.k.a. definition lists or association lists).In the following sections, various list types are used for different examples, but other list types will generally give corresponding results.