Wikipedia:Disambiguation pages aren't articles
This page is currently inactive and is retained for historical reference. Either the page is no longer relevant or consensus on its purpose has become unclear. To revive discussion, seek broader input via a forum such as the village pump. |
By the end of 2008, there were around 157,000 disambiguation pages in Wikipedia.[1] Disambiguation pages are a very useful tool on Wikipedia, but articles they are not.[2] While they are slightly encyclopedic (i.e. offering a short summary of the pages they disambiguate), they are certainly less so than images or portals, both of which are far more encyclopedic and offer a discussion of a defined, specific topic, which is much more in-line with the spirit of the Wikipedia article. Yet they both lie outside of the Article namespace. Almost 6% of pages in the Article namespace are disambiguation pages.[3]
The MediaWiki software should not class disambiguation pages as articles.
Problems
editThis current state causes the following problems:
- The article count is off by over a hundred thousand.[4]
- Special:Random should not take users to disambiguation pages.
- At Special:Lonelypages, many listed pages are disambig pages. This is because most of the disambig pages are lonelypages; which is exactly what they should be.
- Therefore, Special:Lonelypages will eventually be rendered useless, as it has a cap of a thousand articles, and this will inevitably become entirely populated by disambig pages.
- See bug 3483
- A lack of discrimination by Special:Whatlinkshere and Special:RecentChangesLinked.
- The special pages: Articles with the fewest revisions, Articles with the most categories, Articles with the most revisions, and Oldest articles are all misleading
- It isn't immediately obvious whether a page is a disambig or an actual article from the title alone.
- Some pages are titled "PageName (disambiguation)" but most aren't (should be standardised).
- The (disambiguation) in brackets is ugly and interferes with the actual disambiguation process: there is a "Newton" in the sense of Newton (unit of force) and Newton (surname), but there is no such thing as Newton (disambiguation) - yet we have an 'article' for all three!
Possible solutions
editFix it like redirects
editA very similar situation exists with redirects. They are existing pages in the article namespace, yet offer no encyclopaedic content, therefore they aren't articles. However, this issue has been resolved, and redirects are no longer counted as articles. This is done by placing #REDIRECT
at the top of every redirect page.
A bug report was submitted in July 2006 here, which suggested two solutions:
- Placing
#DISAMBIG
at the top of every disambiguation page - Adding a boolean marker on the database (or a different disambiguation table), which is updated via a hook after a page save or a purge would work. That way,
Article::isDisambig()
(just like the existingArticle::isRedirect()
) would just make a quick query to the field or table, and return a simple yes/no, which then can be used accordingly.
However, this solution was rejected as "invalid". Perhaps if the subject is discussed in depth a simple solution can be found.
Create a 'disambiguation' namespace
editThe idea of a separate 'disambiguation' namespace has been proposed, but would not work as disambiguation is needed in the namespaces in which there are ambiguous titles.[5] For example, MD is a disambiguation page in mainspace and Wp:MD, Help:Screenshot, Portal:Football are disambiguation pages in other namespaces.
See also
editNotes
edit- ^ According to Category:All disambiguation pages
- ^ See Wikipedia:What is an article? for more information
- ^ As of the end of 2008: 157,718 / 2,676,847 = 5.892%
- ^ This is because disambig pages are listed at Special:Allpages
- ^ Originally proposed during Nov 05, later rejected during Apr 08 and Dec 08