Difference between revisions of "Ref"
From Sega Retro
Line 14: | Line 14: | ||
<references/> | <references/> | ||
− | [[Category:Sega Retro templates]]</noinclude><includeonly>{{#tag: ref | {{FormatRef|{{{1}}}}} | name="{{{1}}}" | group="{{#if:{{{group|}}}|{{{group}}}|}}"}}{{#ifeq:{{#pos:{{{1}}}|.pdf}}|||[[Category:External PDF reference]]}}{{#ifeq:{{#pos:{{{1}}}|.PDF}}|||[[Category:External PDF reference]]}}{{#ifeq:{{#pos:{{{1}}}|.txt}}|||[[Category:External TXT reference]]}}{{#ifeq:{{#pos:{{{1}}}|.TXT}}|||[[Category:External TXT reference]]}}{{#ifeq:{{#pos:{{{1}}}|.jpg}}|||[[Category:External JPEG reference]]}}{{#ifeq:{{#pos:{{{1}}}|.JPG}}|||[[Category:External JPEG reference]]}}{{#ifeq:{{#pos:{{{1}}}|.jpeg}}|||[[Category:External JPEG reference]]}}{{#ifeq:{{#pos:{{{1}}}|.JPEG}}|||[[Category:External JPEG reference]]}}{{#ifeq:{{#pos:{{{1}}}|.cpp}}|||[[Category:External source code references]]}}{{#ifeq:{{#pos:{{{1}}}|.hpp}}|||[[Category:External source code references]]}}</includeonly> | + | [[Category:Sega Retro templates]]</noinclude><includeonly>{{#tag: ref | {{FormatRef|{{{1}}}}} | name="{{{1}}}" | group="{{#if:{{{group|}}}|{{{group}}}|}}"}}{{#ifeq:{{#pos:{{{1}}}|.pdf}}|||[[Category:External PDF reference]]}}{{#ifeq:{{#pos:{{{1}}}|.PDF}}|||[[Category:External PDF reference]]}}{{#ifeq:{{#pos:{{{1}}}|.txt}}|||[[Category:External TXT reference]]}}{{#ifeq:{{#pos:{{{1}}}|.TXT}}|||[[Category:External TXT reference]]}}{{#ifeq:{{#pos:{{{1}}}|.jpg}}|||[[Category:External JPEG reference]]}}{{#ifeq:{{#pos:{{{1}}}|.JPG}}|||[[Category:External JPEG reference]]}}{{#ifeq:{{#pos:{{{1}}}|.jpeg}}|||[[Category:External JPEG reference]]}}{{#ifeq:{{#pos:{{{1}}}|.JPEG}}|||[[Category:External JPEG reference]]}}{{#ifeq:{{#pos:{{{1}}}|.cpp}}|||[[Category:External source code references]]}}{{#ifeq:{{#pos:{{{1}}}|.hpp}}|||[[Category:External source code references]]}}{{incvar|refcount}}</includeonly> |
Revision as of 11:42, 4 March 2018
Usage
{{ref|http://segaretro.org}} returns a footnote symbol that looks like this:[1], and appends the website to the References section at the bottom of the page. If multiple references to the same URL are used in a single page, they will be combined into a single reference.
If the address contains an equals sign [=], add "1=" to the beginning of the address like so:
{{ref|1=http://segaretro.org/index.php?title=Example}}
See also
- Template:Fileref for referencing files stored on the wiki and Retro CDN.
References
Since this template uses the <ref> tag, all pages that use this template will have an auto-generated references list appended to the end of the page. To prevent confusion, a <references/> tag should be added to the end of the page in a dedicated "References" section, such as this one.