Jump to content

Help:Converting between references formats

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sandstein (talk | contribs) at 07:12, 6 February 2012 (start help page based on advice from User:PleaseStand at en.wikipedia.org/w/index.php?title=WP:VPT&oldid=475353051). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

This page describes procedures to convert the references in Wikipedia from the inline format (where the footnote text follows the article text directly in a <ref> tag) to the inline format (where the footnote text is contained in the {{reflist}} template at the end of the article).

Such a conversion may be necessary in order to move text with many references from an article that uses the list-defined format to another article, or may be used to format all references in an article so that they all conform to the same format. It requires installation of the References segregator tool.

Converting from the inline to the list-defined format

The References segregator tool can automatically convert all references to the list-defined format.

Converting from the list-defined to the inline format

  1. Use a regular expression "search and replace" operation to replace uses of the {{r}} template with plain "ref" tags. To do that, search for: {{r\|([^}]+)}}, and replace it with <ref name="$1"/>, while checking the "Treat search string as a regular expression" checkbox.
  2. Copy and remove (cut) the entire "reflist" template with the list of references.
  3. Install the References segregator tool and click the "Segregate refs for editing" button.
  4. Remove all the empty "ref" tags from the lower text box.
  5. Paste the list of references into the lower text box (after its existing contents).
  6. Save the page, which merges the citation templates from the lower text box into the upper text box and removes the unused footnotes in the process.