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 17:11, 5 September 2008 (Updating published sources: General: * Add a <code>$data</code> parameter to <code>process_templates</code>. * New task: TemplateReplacer2. OrphanReferenceFixer * More regex-screwup fixes. * Minor extra cleanup: <code><nowiki><references></nowiki></c). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Task Disable Status Rate Description
OrphanReferenceFixer Here 2008-09-04 Max 6 edits/minute 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 …></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
  • Move content for named refs out of infoboxen and other templates