Difference between revisions of "Help:Bibliographic References"

From selfstudy
(Multiple Use Footnote - Example: Help:Multiple Use Footnote)
(See also)
 
(9 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
If used with no parameters, it will produce a reference list with a single column.
 
If used with no parameters, it will produce a reference list with a single column.
  
===Three options for usage===
+
===Options for usage===
====Option 1 (only specific references) — Example: [[Help:Specific References|Specific References]]====
+
====Only specific references — Example: [[Help:Specific References|Specific References]]====
 
<pre>
 
<pre>
 
==Content==
 
==Content==
Line 16: Line 16:
 
{{reflist}}
 
{{reflist}}
 
</pre>
 
</pre>
 
+
====General references - Example: [[Help:General References|General References]]====
====Multiple Use Footnote - Example: [[Help:Multiple Use Footnote|Multiple Use Footnote]]====
+
<pre>
 
+
==See also==
''<nowiki><ref name=foo>text of note</ref></nowiki>'' at each in-text place.
+
*[http://en.wikipedia.org/wiki/Wikipedia:Footnotes Wikipedia:Footnotes](Further details on this method, specific to wikipedia)
 
+
*http://meta.wikimedia.org/wiki/Help:Footnotes (General MediaWiki footnotes documentation)
# Alternatively ''<nowiki><ref name=foo /></nowiki>'' A self-closing tag on every use after ''name=foo'' has been defined.
+
 
+
(Only needed once per article)''<nowiki><references/></nowiki>'' under the Notes heading; exactly the same as to make a single-use note.
+
 
+
==Content==
+
Lorem ipsum.
+
 
+
Lorem ipsum dolor sit amet.
+
  
 
==References==
 
==References==
Line 37: Line 29:
 
</pre>
 
</pre>
  
====Option 3 (both specific and general references) — Example: [[Help:Specific and General References|Specific and General References]] ====
+
====Both specific and general references — Example: [[Help:Specific and General References|Specific and General References]] ====
 
<pre>
 
<pre>
 
==Content==
 
==Content==
Line 57: Line 49:
 
</pre>
 
</pre>
  
====Multiple Use Footnote - Example: [[Help:Multiple Use Footnote]]====
 
  
#''<nowiki><ref name=foo>text of note</ref></nowiki>'' at each in-text place.
+
====Multiple Use Footnote - Example: [[Help:Multiple Use Footnote|Multiple Use Footnote]]====
  
# Alternatively ''<nowiki><ref name=foo /></nowiki>'' A self-closing tag on every use after ''name=foo'' has been defined.
+
<pre>
 +
==Content==
 +
<ref name=foo>text of note</ref> at each in-text place.
  
(Only needed once per article)''<nowiki><references/></nowiki>'' under the Notes heading; exactly the same as to make a single-use note.
+
Alternatively <ref name=foo /> A self-closing tag on every use after name=foo has been defined.
 
+
==See also==
+
*http://en.wikipedia.org/wiki/Category:Citation_templates
+
  
 
==References==
 
==References==
{{reflist}}
+
<references/>
 +
</pre>
  
[[category:Mediawiki]]
+
==See also==
 +
*[http://en.wikipedia.org/wiki/Wikipedia:Footnotes|Wikipedia:Footnotes](Further details on this method, specific to wikipedia)
 +
*http://meta.wikimedia.org/wiki/Help:Footnotes (General MediaWiki footnotes documentation)

Latest revision as of 09:34, 16 October 2007

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.

Options for usage

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}}

General references - Example: General References

==See also==
*[http://en.wikipedia.org/wiki/Wikipedia:Footnotes Wikipedia:Footnotes](Further details on this method, specific to wikipedia)
*http://meta.wikimedia.org/wiki/Help:Footnotes (General MediaWiki footnotes documentation)

==References==
{{refbegin}}
* general reference 1
* general reference 2
{{refend}}

Both specific and general references — Example: Specific and General References

==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}}


Multiple Use Footnote - Example: Multiple Use Footnote

==Content==
<ref name=foo>text of note</ref> at each in-text place.

Alternatively <ref name=foo /> A self-closing tag on every use after name=foo has been defined.

==References==
<references/>

See also