This page falls within the scope of the Wikipedia:Manual of Style, a collaborative effort focused on enhancing clarity, consistency, and cohesiveness across the Manual of Style (MoS) guidelines by addressing inconsistencies, refining language, and integrating guidance effectively.Manual of StyleWikipedia:WikiProject Manual of StyleTemplate:WikiProject Manual of StyleManual of Style
This page falls under the contentious topics procedure and is given additional attention, as it closely associated to the English Wikipedia Manual of Style, and the article titles policy. Both areas are subjects of debate. Contributors are urged to review the awareness criteria carefully and exercise caution when editing.
This page is within the scope of WikiProject Lists, an attempt to structure and organize all list pages on Wikipedia. If you wish to help, please visit the project page, where you can join the project and/or contribute to the discussion.ListsWikipedia:WikiProject ListsTemplate:WikiProject ListsList
Ost316 is making many edits like this one, claiming that bold headers are a MOS-related improvement over semicolon and asterisk markup. The semicolon markup appears to me to conform with MOS:DEFLIST's description of name-value or topic-value pairs, but I will defer to the experts here. The editor appears to have made hundreds of these edits. – Jonesey95 (talk) 00:04, 22 August 2024 (UTC)[reply]
A definition list (MOS:DEFLIST) is a ; line followed by one or more : lines, not by * list items. So Ost316 is certainly right that the old syntax they are fixing is not proper deflist syntax and likely produces invalid HTML. Gawaon (talk) 06:17, 22 August 2024 (UTC)[reply]
There are nonzero infobox situations where I'd just like to separate a bulleted list with headers thusly, even after slimming it down as appropriate. Unno. Remsense ‥ 论07:41, 22 August 2024 (UTC)[reply]
So I've just done a rudimentary bit of brainstorming, and I quickly realized this is a really easy—seemingly not previously addressed—itch to scratch. Behold, {{Bulleted dl}}:
Due to Conversations about Important Things entering its third year, I am exploring the idea of converting the list of topics from a table to a list, because most of the entries do not have a description. I wish to ask what format could I employ, taking into account the use of colons, dashes, and parentheses in the topic names? --Minoa (talk) 17:33, 2 September 2024 (UTC)[reply]
Differences between lists about people
When I read some lists of people. I saw we can find differences among lists.
Nope. This is clearly something that should be decided on a per-case basis based on what the editors decide is best for the given topic and situation. That's how our Manual of Style works in general. The point is to alleviate confusion and reduce friction, not impose uniformity for its own sake. Remsense ‥ 论05:00, 3 December 2024 (UTC)[reply]
This is on a per-case basis (Understandable because Wikipedia is a big project and it would be impossible to manage all of that easily).
Therefore , the goal of the manual is not to impose uniformity but to alleviate confusion and reduce friction and live with disparities in absence of uniformity.
This simpler alternative might be worth mentioning, especially for editors that want to convert an existing bullet list (has *) or a numbered list (has #) into a lettered list ... this page should tell them that they merely need to replace "*" with <li> . Adding the </li> terminators is onerous and error-prone. Noleander (talk) 17:47, 7 July 2025 (UTC)[reply]
The latter is more error prone. An li element's end tag may be omitted if and only if the li element is immediately followed by another li element or if there is no more content in the parent element. Hawkeye7(discuss)19:47, 7 July 2025 (UTC)[reply]
I think that the recommendation for including </li> tags is that in earlier versions of the MediaWiki software, XHTML was served, which has no optional tags - for every opening tag, there must be a matching closing tag. Similarly, in XHTML, an unpaired <br> was illegal - you either needed to write <br></br> (which has its own problems) or the preferred form <br />. Since late 2014, MediaWiki has served HTML5, where many of the tags that had been optional in HTML 4 are also optional in HTML5, where <br> and the unpaired <li> are both legal. --Redrose64 🌹 (talk) 09:12, 8 July 2025 (UTC)[reply]