Content deleted Content added
No edit summary |
width limit on syntaxhighlight was wrapping short lines. |
||
Line 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 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 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>
|