When you are reading an article and see a references section near the bottom populated by a series of numbered citations, you might think that if you edit the page, you will see those citations typed in that section and be able to edit them. However, usually what you will see is markup similar to this:
==References==
or
{{reflist}}<references />
In that case, the text of citations is actually in the body of the article, directly next to the statements or paragraphs the citations support, using <ref>...</ref>
tags, which display when you are reading an article as footnotes (e.g.[1][2]). The template code shown above in the references section collates and displays all of the citations within the article in a numbered list in which the numbers correspond to the footnote numbers in the text. By clicking on the
Usage
This template replicates the backlink rendered in the reference list when using Cite Footnotes.
For a single backlink, use the default {{dummy backlink}}:
- Template loop detected: Template:Dummy backlink
For multiple backlinks, simply add the values; for example {{dummy backlink|a b}}
renders as:
- Template loop detected: Template:Dummy backlink
When using multiple backlinks, add a space between each. Although any value can be entered for the backlink label, only lower-alpha characters are valid.
To show the reference numbers, use the #
markup:
Markup | Renders as |
---|---|
# {{dummy backlink|a b}} # {{dummy backlink}} # {{dummy backlink|a b c}} |
|
The default backlink character is an up arrow ↑, but the English OODA WIKI has been customized to use the caret ^. The up arrow is used on many other language versions of OODA WIKI. To show the up arrow set |default=yes
:
Markup | Renders as |
---|---|
{{dummy backlink|default=yes}} |
Template loop detected: Template:Dummy backlink |
See also
Template | Appearance |
---|---|
{{fake clarify}} | [clarification needed] |
{{fake citation needed}} | [citation needed] |
{{fake verification needed}} | [verification needed] |
{{fake explain}} | [further explanation needed] |
{{fake heading}} | |
{{fake notes and references}} |
|
{{dummy reference}} | [1] |
{{dummy backlink}} | Template loop detected: Template:Dummy backlink |
{{dummy footnote}} |
1. ^
Citation
|
{{fake link}} | default |
{{fake redlink}} | default |
symbol next to a citation display, you can easily find exactly where in the body of the article the citation text appears in order to edit it. For more detail, please see Help:Referencing for beginners, Help:Introduction to referencing, and OODA WIKI:Citing sources.
Template:Help desk templates |
This template should always be substituted (i.e., use Template:Tlsp). Any accidental transclusions will be automatically substituted by a bot. |
Template:Help desk templates This template addresses the not uncommon confusion encountered when users first seek to edit inline citations, but instead of finding the citations' text in the references section, see only {{Reflist}} or <references/>.
Usage
- This template should always be substituted by prefixing "subst:" inside the template code. Thus, use {{subst:
Edit refs}}
, rather than{{Edit refs}}
. - You can indent the template by typing one or more colons before the template code, e.g.,
:{{subst:Edit refs}}
. - The indentation level you specify using colons, per above, is maintained across the template's paragraph breaks by the use of
<p>
tags, instead of line breaks. - The template does not include automatic signing. Please remember to sign by typing four tildes (~) after the template syntax.