How to do References: Difference between revisions

From Ben Works
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
#
== In Line ==
# In line text citation:
In line text citation:
<sup>[[#TAG|NUMBER]]</sup>
 
# Where TAG is a name not seen by the reader
<code><nowiki><sup>[[#TAG|NUMBER]]</sup></nowiki></code>
#    and NUMBER is the reference number seen by the reader
 
#
Where TAG is a name not seen by the reader and NUMBER is the reference number seen by the reader
# Example:
 
<sup>[[#SmithAndJones|1]]</sup>
'''Example:'''
#
<code><nowiki><sup>[[#SmithAndJones|1]]</sup></nowiki</code>
#
 
# End of text bibliographical note:
== Bibliography ==
#
End of text bibliographical note:
<span id="TAG"><sup>NUMBER</sup>CITATION</span>
 
#
<code><nowiki><span id="TAG"><sup>NUMBER</sup>CITATION</span></nowiki></code>
# Where TAG and NUMBER match with the above.
 
#
Where TAG and NUMBER match with the above.
# Example
 
<span id="SmithAndJones"><sup>1</sup>Smith, B and Jones, M. ''Our really, really important paper''.</span>
'''Example:'''
<code><nowiki><span id="SmithAndJones"><sup>1</sup>Smith, B and Jones, M. ''Our really, really important paper''.</span></nowiki></code>

Revision as of 15:26, 14 March 2013

In Line

In line text citation:

<sup>[[#TAG|NUMBER]]</sup>

Where TAG is a name not seen by the reader and NUMBER is the reference number seen by the reader

Example: <sup>[[#SmithAndJones|1]]</sup></nowiki</code> == Bibliography == End of text bibliographical note: <code><nowiki><span id="TAG"><sup>NUMBER</sup>CITATION</span>

Where TAG and NUMBER match with the above.

Example: <span id="SmithAndJones"><sup>1</sup>Smith, B and Jones, M. ''Our really, really important paper''.</span>