Difference between revisions of "CitationSandbox"

From FIBIwiki
Jump to navigation Jump to search
(Replacing page with ''''Typing the following:''' <pre> Here is some text that needs to be referenced.<ref>John Doe, A Book Title, 1973</ref> == Notes == <references /> </pre> '''Produces:''' He...')
(name example)
Line 2: Line 2:
 
<pre>
 
<pre>
 
Here is some text that needs to be referenced.<ref>John Doe, A Book Title, 1973</ref>
 
Here is some text that needs to be referenced.<ref>John Doe, A Book Title, 1973</ref>
 +
 +
You can also use the 'name' option to cite the same source several times.<ref name=multi>A.N. Example, ''Multiple References''</ref>
 +
 +
Cite the same reference again with the quick 'name' tag.<ref name=multi />
  
 
== Notes ==
 
== Notes ==
Line 11: Line 15:
  
 
Here is some text that needs to be referenced.<ref>John Doe, A Book Title, 1973</ref>
 
Here is some text that needs to be referenced.<ref>John Doe, A Book Title, 1973</ref>
 +
 +
You can also use the 'name' option to create multiple references.<ref name=multi>A.N. Example, ''Multiple References''</ref>
 +
 +
Add the same reference again with the quick 'name' tag.<ref name=multi />
  
 
== Notes ==
 
== Notes ==
 
<references />
 
<references />

Revision as of 19:06, 21 February 2010

Typing the following:

Here is some text that needs to be referenced.<ref>John Doe, A Book Title, 1973</ref>

You can also use the 'name' option to cite the same source several times.<ref name=multi>A.N. Example, ''Multiple References''</ref>

Cite the same reference again with the quick 'name' tag.<ref name=multi />

== Notes ==
<references />

Produces:

Here is some text that needs to be referenced.[1]

You can also use the 'name' option to create multiple references.[2]

Add the same reference again with the quick 'name' tag.[2]

Notes

  1. John Doe, A Book Title, 1973
  2. 2.0 2.1 A.N. Example, Multiple References