Search results
Results from the WOW.Com Content Network
Main page; Contents; Current events; Random article; About Wikipedia; Contact us; Help; Learn to edit; Community portal; Recent changes; Upload file
This is a documentation subpage for Template:Bulleted list. It may contain usage information, categories and other content that is not part of the original template page. This template is used on approximately 75,000 pages and changes may be widely noticed.
Custom CSS style for list item 9. Unknown: optional: Example. Code ... {bulleted list}} {{ordered list This page was last edited on 9 December 2019, at 17:31 ...
A line break in the wikimarkup of a list item will end not just the item but the entire list, and reset the counter on ordered lists. Separating unordered list items with blank lines may look approximately normal on-screen, but it creates many separate one-item lists, which is a problem for people using screen readers and is discouraged by the ...
Nested: The {} version of the template has a bullet that is black like ordered list numbers instead of dark blue like auto-generated unordered list bullets, for a more consistent appearance in complex lists. The example below uses manual ordered numbering that, like manual unordered bulleting, is copy-pasteable:
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.
You saw an example of bulleted lists at the top of Figure 14-1, with wikitext in Figure 14-2. That's an embedded list, but the code is exactly the same for standalone lists. That kind of bulleted list created with asterisks is the oldest form of Wikipedia list, and it's still the most common for standalone lists, since it's so easy to use.
I want a nested list with the top level unbulleted and the subordinate list bulleted. Unfortunately nesting {{unordered list}} inside {} (or {}) produces a visually flat list, because there are no bullets or indentation due to it inheriting the list-style-type and margin-left: {{ubl|Foo{{unordered list|Bar|Baz}}|Quux}}