Jump to content

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

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Account Task Disable {{bots}} Status Description
AnomieBOT 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 and/or Category:Pages with broken reference names. 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 name="foo" name="bar"> → <ref name="bar">
  • <ref …></ref> → <ref …/>
  • 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.