Template:Ref: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<span><sup id="ref_{{{1}}}" class="plainlinks">[{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}}}#endnote_{{{1}}}]</sup></span><noinclude> This template '''may not work''', I...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<span><sup id="ref_{{{1}}}" class="plainlinks">[{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}}}#endnote_{{{1}}}]</sup></span><noinclude> | <span><sup id="ref_{{{1}}}" class="plainlinks">[{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}}}#endnote_{{{1}}}]</sup></span> | ||
<noinclude> | |||
== Usage == | |||
You can use this template to cite sources. An example of how to use it is shown below. The code on this wiki is similar to the Wikipedia Ref template.{{ref|WP}} | |||
{| class="wikitable" | |||
!Code | |||
!Result | |||
|- | |||
|<nowiki>Text that requires a footnote.{{ref|a}}</nowiki> | |||
<nowiki>==Notes==</nowiki> <br /> | |||
<nowiki>: 1.{{note|a}}Body of the footnote.</nowiki> | |||
|Text that requires a footnote.{{ref|a}} | |||
== Notes == | |||
: 1.{{note|a}}Body of the footnote. | |||
|} | |||
== Notes == | |||
# {{Note|WP}}[https://en.wikipedia.org/wiki/Template:Ref Template:Ref on Wikipedia] | |||
</noinclude> | </noinclude> |
Latest revision as of 22:24, 24 December 2016
Usage
You can use this template to cite sources. An example of how to use it is shown below. The code on this wiki is similar to the Wikipedia Ref template.[2]
Code | Result |
---|---|
Text that requires a footnote.{{ref|a}}
==Notes== |
Text that requires a footnote.[3]
Notes
|