![]() | This help page is ahow-to guide. It explains concepts or processes used by the Wikipedia community. It is not one ofWikipedia's policies or guidelines, and may reflect varying levels ofconsensus. |
This page describes procedures to convert the references fromFootnotes defined in the body of the article toList-defined references where the references are defined in the reference list.
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 theReferences segregator tool.
<ref>
tags with the{{r}} template. To do that, search for:<ref name="(.*?)"/>
, and replace it with{{r\|"$1"}}
, while checking the "Treat search string as a regular expression" checkbox.<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.<ref>
tags from the lower text box.