Content deleted Content added
syntaxhighlight lang="wikitext" |
width limit on syntaxhighlight was wrapping short lines. |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1:
<!-- {{shortcut|H:AGRL|WP:AGRL}} -->
{{information page}}
{{for|more information about footnotes and reference lists|Help:Footnotes}}
{{shortcut|HELP:AGRL|WP:AGRL}} <!-- Note: Shortcuts "Wikipedia:AGRL" and "H:AGRL" also exist. They were edited to point to here, to keep all AGRL shortcuts together. -->
Line 7 ⟶ 8:
==When is an AGRL displayed?==
An AGRL is displayed whenever a page contains "reference markup" but no "reference list markup".
As shown in the following table, "reference markup" includes {{tag|ref}} tags and templates containing information meant to be displayed in a reference list (footnote section) near the bottom of the page.<br>"Reference list markup" is either a {{tag|references|single}} tag or a {{tl|reflist}} template, both of which indicate the position on the page where the reference list should be displayed.
Line 39 ⟶ 40:
In most cases, it is sufficient to add reference list markup such as the following. This will display a header and the reference list at the position where it should appear.
<syntaxhighlight lang="wikitext
==References==
{{reflist}}
Line 48 ⟶ 49:
The template should be added at the end of the section that contains the reference markup which is causing the AGRL to be displayed. The reference list will be displayed within a bordered box.
<syntaxhighlight lang="wikitext
==Section 1==
{{reflist-talk}}
==Section 2==
</syntaxhighlight>
|