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 01:25, 13 September 2008 (Updating published sources: OrphanReferenceFixer: * Add code to notice {{tl|inuse}} (actually, the category it puts the page in) and not edit if the page has been touched in the last two hours. * Yet another b0rken ref special case: <code><nowiki><re). 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 name="foo> → <ref name="foo">
  • <ref name=bar"> → <ref name="bar">
  • <ref name "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
  • Move content for named refs out of infoboxen and other templates