Jump to content

User:AnomieBOT/source/tasks/OrphanReferenceFixer.pm/metadata

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AnomieBOT (talk | contribs) at 12:39, 27 March 2009 (Updating published sources: General: * BREAKING CHANGE: And it's a big one: ** Data store changed from (binary) Storable to (readable) JSON. update-db.pl will change an existing database. This may affect the exact values storable in the permanent sto). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Task Disable {{bots}} Status Description
OrphanReferenceFixer Here Green tickY Approved 2008-09-04

Supplemental:
+ 2008-09-11
+ 2008-09-20
+ 2009-03-23

Applies the following corrections to pages in Category:Pages with incorrect ref formatting. This is often enough to get them removed from the category.
  • <ref name=foo bar> → <ref name="foo bar">
  • <ref name="foo> → <ref name="foo">
  • <ref name=bar"> → <ref name="bar">
  • <ref name "foo"> → <ref name="foo">
  • <ref name-"foo"> → <ref name="foo">
  • <ref name+"foo"> → <ref name="foo">
  • <ref "foo"> → <ref name="foo">
  • <ref …></ref> → <ref …/>
  • <references …>…</references> → <references …/>
  • Remove <ref …/> without name
  • Strip parameters other than name and group from <ref> and <references>
  • Rename refs with numeric names
  • Copy content for orphaned named refs from past page revisions
  • Copy content for orphaned named refs from linked articles
  • Move content for named refs out of infoboxen and other templates
Actions are periodically logged to User:AnomieBOT/OrphanReferenceFixer log.