Active Wiki Fixup Projects Must be active, systematic, have lists, & need help. Writing Articles that need to be wikified Massive backlog. Ongoing (category) Dead-end pages These pages are not wikified. Ongoing (category) Missing articles Wikipedia is not as complete as you might think. Ongoing Most wanted articles Updated February 2015 Oldest requested articles Updated November 2012 Other Articles needing geo-coordinates Help locate places. See WP:GEO. Ongoing (category) Articles written by a single editor Reviewing articles written by a newer editor. Updated February 2013 Bluelink patrol Directing wayward links to the intended articles. Ongoing Check Wikipedia Fix the syntax of Wikipedia. Updated every 15 minutes Disambiguation pages with links Directing ambiguous links to the intended articles. Ongoing Fix Common Mistakes Fix common mistakes in English grammar (e.g. "the the", "and and"). Ongoing moss Currently doing a collaborative spell-check of the entire encyclopedia. Moving free images to Wikimedia Commons Moving free images to the Commons so they are easier to find. Ongoing (categories) Orphaned articles Help link to these orphaned articles. Ongoing (category) Red Link Recovery Turn red links blue. Ongoing Stubsensor Help remove stub tags from articles they don't belong on. Updated August 2011 Uncategorised articles Help categorise articles. Ongoing (category) Unreferenced articles Ensuring articles include at least one reference or source. Ongoing (category) Main Inactive Mini .mw-parser-output .navbar{display:inline;font-size:88%;font-weight:normal}.mw-parser-output .navbar-collapse{float:left;text-align:left}.mw-parser-output .navbar-boxtext{word-spacing:0}.mw-parser-output .navbar ul{display:inline-block;white-space:nowrap;line-height:inherit}.mw-parser-output .navbar-brackets::before{margin-right:-0.125em;content:"[ "}.mw-parser-output .navbar-brackets::after{margin-left:-0.125em;content:" ]"}.mw-parser-output .navbar li{word-spacing:-0.125em}.mw-parser-output .navbar a>span,.mw-parser-output .navbar a>abbr{text-decoration:inherit}.mw-parser-output .navbar-mini abbr{font-variant:small-caps;border-bottom:none;text-decoration:none;cursor:inherit}.mw-parser-output .navbar-ct-full{font-size:114%;margin:0 7em}.mw-parser-output .navbar-ct-mini{font-size:114%;margin:0 4em}vte

Aim: to fix up all date references on Wikipedia so they conform to the encyclopedia's manual of style for dates.

Note that this is a moving target – every day, hundreds (if not thousands) of incorrectly formatted/linked dates come into being. However, we do have tools to help us.

Scope[edit]

Wikipedia's manual of style for dates and numbers encourages consistency in formats used. As there are two permissible date formats used in running text in Wikipedia, articles will belong to one or other category. Thousands of articles have a mix of dmy and mdy date formats which need to be unified into one format or another.

Many articles with linked dates require cleanup to remove the links and standardize the dates to a single format (either day month or month day, but not a mixture of both). It is the aim of this project, for future maintenance, to tag every article in mainspace as belonging to either "dmy" or "mdy". This tagging may be performed manually, or by scripts. The semi-automatic tools developed may also make date alignments to articles at the same time as putting non-displaying maintenance templates into articles.

Much of the donkey work of aligning date formats within the body of an article as well as the references sections can be performed using semi-automated tools.

Ongoing maintenance of date formats may one day be carried out by bots on articles already tagged with templates (((use dmy dates)) or ((use mdy dates))) which help to identify the correct format.

Potentially ambiguous dates, using slashes or full stops (6/7/1961, 12/07/1986, 6.7.1961, 12.07.1986) are re-appearing on some thousands of pages, despite being eradicated from the 'pedia a few years ago.

When running automated searches, beware rare false positives, for example:

Forms[edit]

Dates may exist in their 'full' form (i.e. September), or may be 'abbreviated' (i.e. shortened to three letters, such as 'Aug', or occasionally four, as in 'Sept'), with or without the trailing full stop. In many articles, there are a mixture of full and abbreviated forms.

Linking of dates and date fragments[edit]

Consensus is that full dates ('20 April 2011'), day month ('20 April') or month day ('April 20'), years (2011) months ('April') and days of week ('Tuesday') should, except for timeline articles, only rarely be linked as per MOS:UNLINKDATES. Month–year combinations, generally Month Year or Year Month should not be linked.

Note:

There are a large number of articles with indiscriminate linking of years. These include:

Irregular task: choose a year, date, month or day of week, click "what links here" and remove any undesirable links. Note that links can be piped links, or using the cite web template accessdate=February (replace with accessmonthday=February).

Other style changes[edit]

Centuries

In many cases centuries have been given an illegitimate capital C. or a capital for the ordinal e.g. Eighteenth. Also sentences starting with a numeral should be changed where possible, either by using words or by re-casting. The Oxford style manual recommends using words throughout.

Also look out for Roman numerals, especially in articles translated from French.

Whitelists

We maintain provisional "whitelists" of articles which may have one or more valid links, please feel free to add new instances or remove any that are wrong.

Note a rough catch-all is Category:<something>calendar(s) and Category:Days, Months and Weeks


Autoformatting templates[edit]

The community on the whole rejected the use of autoformatting. However, templates have been created which ostensibly work on "magic word" or other method to autoformat dates. Some are still in place:

While the prevalence of the newer #dateformat is low, ((date)) is transcluded by thousands of articles and templates.

Some of the more common templates that also serve to allow date sorting or perform multiple formatting tasks.

Tools[edit]

Useful tools include:

Scripts

Further information: WP:SCRIPTS

AutoWikiBrowser

Further information: WP:AWB

The AWB scripts below may be run as an imported module with the 'module' function of AWB. They are based on scripts originally written by Lightmouse, have the more basic functionalities of the scripts above. They strip out links of all dates and date fragments and also incorporate general style fixes.

Here is XML that solely unlinks "straight" links to days of week and months of year

Potential false positives

Finding pages[edit]

Use AWB on the following lists:

See also[edit]

Dated cleanup categories[edit]

Notes[edit]

  1. ^ now retired User:Lightmouse wrote the original scripts to make date formats (dmy and mdy) consistent, whilst removing any links to dates or date fragments and without converting "yyyy-mm-dd" dates.
  2. ^ MOS:NUM does not allow full ISO 8601 date formatting (e.g., with weeks or times added on), although the "yyyy-mm-dd" form, a subset of ISO 8601, is used here in en.WP. I use "ISO" in naming one of my script buttons only for convenience, because it really doesn't treat ISO dates other than "yyyy-mm-dd".