Difference between revisions of "Template:Citation"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
− | {{{last}}}, {{{first}}}. ({{{year}}}) <b>{{{title}}}.</b> {{{ed|}}} {{{city}}}: {{{pub}}} | + | <includeonly>{{{last|}}}, {{{first|}}}. ({{{year|}}}) <b>{{{title|}}}.</b> {{{ed|}}} {{{city|}}}: {{{pub|}}}.</includeonly> |
+ | <noinclude> | ||
+ | ==Usage== | ||
+ | <p>'''This Template is not complete. Please do not use.'''</p> | ||
+ | This template can be used to create references using the Harvard system. To use the template use the code below. You do not need to include variables that you are not using: | ||
+ | <br> | ||
+ | <nowiki> | ||
+ | {{citation</nowiki> | ||
+ | | last = | ||
+ | | first = | ||
+ | | year = | ||
+ | | title = | ||
+ | | ed = | ||
+ | | city = | ||
+ | | pub = | ||
+ | <nowiki>}}</nowiki> | ||
+ | ==Example== | ||
+ | '''Using the following:''' | ||
+ | <nowiki> | ||
+ | {{citation</nowiki> | ||
+ | |last = Tizard | ||
+ | |first = I | ||
+ | |year = 2004 | ||
+ | |title = Veterinary Immunology: An Introduction | ||
+ | |ed = 7th ed. | ||
+ | |city = Philadelphia | ||
+ | |pub = Saunders | ||
+ | <nowiki>}}</nowiki> | ||
+ | '''Gives:'''<br> | ||
+ | <p>{{citation | ||
+ | |last = Tizard | ||
+ | |first = I | ||
+ | |year = 2004 | ||
+ | |title = Veterinary Immunology: An Introduction | ||
+ | |ed = 7th ed. | ||
+ | |city = Philadelphia | ||
+ | |pub = Saunders | ||
+ | }} </p> | ||
+ | </noinclude> |
Revision as of 13:53, 4 July 2008
Usage
This Template is not complete. Please do not use.
This template can be used to create references using the Harvard system. To use the template use the code below. You do not need to include variables that you are not using:
{{citation | last = | first = | year = | title = | ed = | city = | pub = }}
Example
Using the following:
{{citation |last = Tizard |first = I |year = 2004 |title = Veterinary Immunology: An Introduction |ed = 7th ed. |city = Philadelphia |pub = Saunders }}
Gives:
, . (2004) Veterinary Immunology: An Introduction. 7th ed. ed. Philadelphia: Saunders.