Difference between revisions of "Template:Harvard citation"
From Point Omega Research
(Added template doc) |
(Removing appending space) |
||
Line 1: | Line 1: | ||
− | ({{#ifeq:{{{Ref|}}}|none | + | <includeonly>({{#ifeq:{{{Ref|}}}|none |
|{{#if:{{{5|}}} | |{{#if:{{{5|}}} | ||
|{{{1|}}} et al. {{{5|}}} | |{{{1|}}} et al. {{{5|}}} | ||
Line 31: | Line 31: | ||
}} | }} | ||
}} | }} | ||
− | }}) | + | }})</includeonly> |
<noinclude>{{Template doc}}</noinclude> | <noinclude>{{Template doc}}</noinclude> |
Revision as of 16:26, 15 July 2007
Contents
Usage
{{Harvard citation | ''Last name of author(s)'' | ''Year'' | ''Location in the text'' }}
Alternative to using Location, you may also use the following parameters:
p = page pp = pages
- Notes
- The abbreviation Harv may be used.
- The first parameter is the author's last name.
- The second parameter is the year of publication.
- The third parameter is the location of the cited material within the reference. This parameter is optional.
- The parameter p is an optional page parameter (e.g., "{{ Harv | Smith | 2006 | p=25 }}" yields (Smith 2006, p. 25).
- The parameter pp is an optional page range parameter (e.g., "{{ Harv | Smith | 2006 | pp=25-26 }}" yields (Smith 2006, pp. 25-26).
If Ref=none, then no hyperlink is created.
- To avoid the brackets surrounding the citation, use {{Harvard citation no brackets}} (or {{Harvnb}}).
Examples
- {{Harvard citation | Smith | 2006 | loc=ch. 100}}
- {{Harv | Smith | 2006 | p=25}}
- {{Harv | Smith | 2006 | pp=25-26}}
- {{Harv | Smith | 2006 | pp=25-26 | Ref=none}}
- {{Harv | Smith | Jones | 2006 | p=25}}
- {{Harv | Smith | Jones | Brown | 2006 | p=25}}
- {{Harv | Smith | Jones | Brown | Black | 2006 | p=25}}
yields:
- (Smith 2006, ch. 100)
- (Smith 2006, p. 25)
- (Smith 2006, pp. 25-26)
- (Smith 2006, pp. 25-26)
- (Smith & Jones 2006, p. 25)
- (Smith, Jones & Brown 2006, p. 25)
- (Smith et al. 2006, p. 25)
Other versions
- {{Harvard citation no brackets}} / {{harvnb}} is a bracketless version of this template.
For example, {{Template:Harvard citation no brackets | Smith | 2006 | loc=ch. 100}} yields "Smith 2006, ch. 100". - {{Harvard citation text}} / {{harvtxt}} is a version for when the author name appears in the text.
For example, {{Template:Harvard citation text | Smith | 2006 | loc=ch. 100}} yields "Template:Harvard citation text".
Editors editing this template are requested to make parallel changes to these other versions.
See also
- Use {{Citation}} to format the citations in the References section.