Difference between revisions of "Help:Bibliographic References"
From selfstudy
m (Bibliographic References moved to Help:Bibliographic References) |
|||
| Line 6: | Line 6: | ||
===Three options for usage=== | ===Three options for usage=== | ||
| − | ====Option 1 (only specific references) — Example: [[Help:Specific References]]==== | + | ====Option 1 (only specific references) — Example: [[Help:Specific References|Specific References]]==== |
<pre> | <pre> | ||
==Content== | ==Content== | ||
Revision as of 14:22, 15 October 2007
Contents
Usage
Use this template to create a reference list in an article with a small font. Note that there is no consensus that small font size should always be used for all references; when normal-sized font is more appropriate on an article, use <references /> instead.
If used with no parameters, it will produce a reference list with a single column.
Three options for usage
Option 1 (only specific references) — Example: Specific References
==Content==
Lorem ipsum.<ref>Source name, access date, etc.</ref>
Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref>
== References ==
{{reflist}}
Option 2 (only general references) — Example: National Publications
==Content==
Lorem ipsum.
Lorem ipsum dolor sit amet.
==References==
{{refbegin}}
* general reference 1
* general reference 2
{{refend}}
Option 3 (both specific and general references) — Example: Elephant
==Content==
Lorem ipsum.<ref>Source name, access date, etc.</ref>
Lorem ipsum dolor sit amet.<ref>Source name, access date, etc.</ref>
Lorem ipsum.
Lorem ipsum dolor sit amet.
==References==
{{reflist}}
{{refbegin}}
* general reference 1
* general reference 2
{{refend}}