Teamplaid:Harvp/documentation
This is a documentation subpage for Teamplaid:Harvp. It contains usage information, categories and other content that is not part of the original teamplaid page. |
Uses Lua: |
This is a documentation subpage for Teamplaid:Harvp. It contains usage information, categories and other content that is not part of the original teamplaid page. |
Template Harvp creates a short author–date citation with a one-directional link to the first matching citation template on the same page. Functionally identical to the {{Harvnb}} template, Harvp puts parentheses ()
around the year so that it stylistically mimics Citation Style 1 citations.
The Harv family of templates are used for creating short-cites (or "short citations"), typically used as in-line citations, that link to the full citation (with the full bibliographic details) for a source. This enables a source to be cited multiple times, with each short-Cite having an in-source specification (such as a page number) and any other details or comments pertinent to that specific instance. This functionality eliminates the need for replicating notes with "named-refs" (the "<ref name= ...>" construct).
The Sfn—"shortened footnote"—templates create notes (footnotes) containing Harv templates.
Note that the use (or even non-use) of these templates is an element of citation "style", and adding or removing them in articles with an established style should be consistent with that style. See WP:CITEVAR.
Ùsaid - Usage
[deasaich]Default mode
[deasaich]In its default mode Harvp generates an "author-date" style short-Cite from the following parameters:
{{Harvp | <last1*> | <last2> | <last3> | <last4> | <year*> | p= <page> | loc= <location> }}
with
- - <last1>–<last4> – positional parameters; names of one to four authors; <last1> required
- - <year> – required; four-digit year; may have a lowercase disambiguation letter
- -
|p=
– specific page referenced in the source - -
|pp=
– comma-separated list of individual pages and / or range(s) of pages referenced in the source - -
|loc=
– in-source location when|p=
and|pp=
are inappropriate; may be used to supplement|p=
and|pp=
; information such as a section or figure number.
Harvp follows the standard convention that a list of four author names is reduced to the name of the first author followed by "et al." (Latin for "and others"). Where two or more short-cites have the same author(s) and year, but refer to different citations, a lowercase letter can be appended to <year> to disambiguate them. (E.g.: {{Harvp | Smith | 2000a}}
; {{Harvp | Smith | 2000b}}
).
To link to a full citation, the author(s) and year must match those used in the Cite or citation template. The {{Citation}} template and the Citation Style 1 {{Cite xxx}} family of templates automatically generate the proper "author-date" Anchor.
This template can be placed in the text if so desired, but most commonly is placed inside a note (that is, between <ref>...</ref>
tags). Additional information, comments, and even other short-cites can be placed in the same note.
Alternate mode
[deasaich]While Harvp requires an initial string of text, there is no requirement that it be a "proper" name. This permits some useful alternatives in the following form:
{{Harvp | <identifying text*> | <year*> | p= <page> | loc= <location> }}
Example: newspapers
[deasaich]When citing newspaper articles the name of the newspaper is often considered more important than the actual authors (which often are not identified), and it is also conventional bibliographic practice that newspaper articles are listed chronologically under the name of the newspaper. Also, for daily or weekly publications a more precise date is usually required. In such cases a valid short-Cite might be:
This is generated with the following template:
- {{Harvnb|''Los Angeles Times'', July 4,|2019}}.
The Anchor for the link is given to the {{Citation}} or the {{cite xxx}}
template using a {{Harvid}} template in a |ref=
parameter. In this case that would look like:
|ref={{Harvid|''Los Angeles Times'', July 4,|2019}}
The Harvid template should be given exactly the same identifying text and year as used in the Harvp template.
Example: multi-volume works
[deasaich]The Assessment Reviews of the Intergovernmental Panel on Climate Change (IPCC) consist of multiple reports with many independently authored (and therefore separately cited) chapters. In such cases, where "Smith et al. 2014" could refer to either chapter 11 ("Human Health") in the report of Working Group II in the fifth review, or to chapter 11 {"Agriculture") in the report of Working Group III in the fifth review, the "author-date" form is inadequate; an indexed form of short-Cite, such as
- IPCC AR5 WG2 Ch11 2014, p. 741, FAQ 11.1.
is more meaningful, and handier to use and keep track of. This is generated with:
- {{Harvnb|IPCC AR5 WG2 Ch11|2014|p= 741|loc= FAQ 11.1}}.
For both {citation} and {Cite} templates the Anchor is specified with:
|ref={{Harvid|IPCC AR5 WG2 Ch11|2014}}
Other examples
[deasaich]Examples of other ways to use Harv templates can be seen at Global Warming.
Placing the template in the body of the article
[deasaich]{{Harvp | last name(s) of author(s) | year | p=page number
orpp=page range
orloc=other location}}
Last names of editors can be used, if no authors are given, as author names are given precedence.
If more than four authors, truncate the list to the first four.
In the references section (or in an earlier footnote):
or
{{Citation}} |
... other appropriate parameters ...}}
Paramadairean - Parameters
[deasaich]Up to four authors can be given as parameters. (If there are more than four authors, only the first four should be listed. See § Large numbers of authors, below.) The last required parameter is the year of publication.
(All these examples have links which operate. Click on highlighted text.)
Markup | Renders as |
---|---|
{{Harvp|Smith|2005|p=25}} |
Smith (2005), p. 25 |
{{Harvp|Smith|Jones|2005|p=25}} |
Smith & Jones (2005), p. 25 |
{{Harvp|Smith|Jones|Brown|2005|p=25}} |
Smith, Jones & Brown (2005), p. 25 |
{{Harvp|Smith|Jones|Brown|Black|2005|p=25}} |
Smith et al. (2005), p. 25 |
The optional parameters |p=
, |pp=
and |loc=
can be used to indicate the location in the source. All of the Harvard citation templates use the same parameters to indicate page numbers or other locations in the text. For single pages, use |p=
; for multiple pages (such as ranges), use |pp=
. Use of |p=
for multiple pages or |pp=
for single pages can cause Cite errors.
Markup | Renders as |
---|---|
{{Harvp|Smith|2005|p=25}} |
Smith (2005), p. 25 |
{{Harvp|Smith|2005|pp=25–26}} |
Smith (2005), pp. 25–26 |
{{Harvp|Smith|2005|loc=chpt. 3}} |
Smith (2005), chpt. 3 |
{{Harvp|Smith|2005|loc=section 7}} |
Smith (2005), section 7 |
The optional parameter |ref=
is used to specify the reference value that links the short citation to the full citation. This parameter is usually not necessary, and it is more common to use {{SfnRef}}
or {{Harvid}}
in the reference section. If you specify |ref=none
, no hyperlink is created. Note that if one does not want the link, it is always possible to simply use plain text instead of the template. (Not available in {{Sfn}}
and similar templates.)
Aliases
[deasaich]The parameters |page=
, |pages=
, and |Ref=
exist as aliases for |p=
, |pp=
, and |ref=
, respectively.
Author–date citation templates
[deasaich]There are several templates used to create in-text citations; they differ in the use and placement of parentheses, in the separator before the page or location, and in whether a terminal full stop (period) is present:
Templates | Aliases | Example |
---|---|---|
{{Harvard citation no brackets}} |
{{Harvnb}} |
Smith 2006, p. 25 |
{{Harvard citation}} |
{{Harv}} |
(Smith 2006, p. 25) |
{{Harvard citation text}} |
{{Harvtxt}} |
Smith (2006, p. 25) |
{{Harvcoltxt}} |
Smith (2006:25) | |
{{Harvcol}} |
(Smith 2006:25) | |
{{Harvcolnb}} |
Smith 2006:25 | |
{{Harvard citations}} |
({{Harvs}} ) |
John Smith (2006, 2007) (and many other forms). |
{{Harvp}} |
Smith (2006), p. 25 | |
{{Shortened footnote template}} |
{{Sfn}} |
Article text.[1]
|
{{Sfnp}} |
Article text.[1]
| |
{{Sfnm}} |
Article text.[1]
| |
{{Sfnmp}} |
Article text.[1]
|
Full citations can be created manually or by templates:
- Citation Style 1 templates
{{Citation}}
All of these templates have the same parameters and basic functionality. This page describes all of them except the parameters of {{Sfnm}}
and {{Harvs}}
; please see their documentation pages. Editors editing one of these templates are requested to make parallel changes to the other versions.
Applications in the body of the article
[deasaich]Teamplaid {{Harv}}
creates a parenthetical reference with a link to the full citation in the references section at the bottom of the article.
Markup | Renders as |
---|---|
Article text {{Harv|Smith|2006|p=25}}. ==References== * {{Cite book | last = Smith | first = John | title = Smith's book | year = 2006 }} |
Article text (Smith 2006, p. 25).
|
Faic cuideachd - Also see
[deasaich]Teamplaid {{Harvnb}}
inside a <ref>
span can be used to create a Shortened footnotes that is linked to the full citation at the bottom of the article. Teamplaid {{Sfn}}
(without the use of <ref>
) has the same effect, automatically adds a period (full stop) after the page number, and combines identical footnotes automatically.
Markup | Renders as |
---|---|
Article text.{{Sfn|Smith|2007|p=25}} More article text.{{Sfn|Smith|2007|p=25}} Still more article text.{{Sfn|Smith|2007|p=26}} ==Notes== {{Reflist}} ==References== * {{Cite book | last = Smith | first = John | year = 2007 | title = Smith's Book }} |
Article text.[1]
More article text.[1] Still more article text.[2]
|
Article text.<ref name=Smith2008p25>{{Harvnb|Smith|2008|p=25}}.</ref> More article text.<ref name=Smith2008p25/> Still more article text.<ref>{{Harvnb|Smith|2008|p=26}}.</ref> ==Notes== {{Reflist}} ==References== * {{Cite book | last = Smith | first = John | year = 2008 | title = Smith's Book }} |
Article text.[1]
More article text.[1] Still more article text.[2]
|
Teamplaid {{Harvtxt}}
can be used to link an in-text attribution to the full citation at the bottom of the page.
Markup | Renders as |
---|---|
According to {{Harvtxt|Smith|2009|p=25}} ... ==References== * {{Citation | last = Smith | first = John | year = 2009 | title = Smith's Book }} |
According to Smith (2009, p. 25) ...
|
Teamplaid {{Harvnb}}
can be used to bundle citations. {{Sfnm}}
also produces bundled citations.
Markup | Renders as |
---|---|
Article text ({{Harvnb|Smith|2010|p=25}}; {{Harvnb|Jones|2010}}). |
Article text (Smith 2010, p. 25; Jones 2010). |
Article text.<ref>{{Harvnb|Smith|2010|p=25}}; {{Harvnb|Jones|2010}}</ref> |
Article text.[1]
|
Article text.{{Sfnm|la1=Smith|y1=2010|p1=25|la2=Jones|y2=2010}} |
Article text.[1]
|
==References== * {{Cite book | last = Smith | first = John ... Smith's book }} * {{Cite book | last = Jones | first = Mary ... Jones' book }} |
|
Note that {{Sfn}}
is inappropriate for bundled citations; use {{Harvnb}}
or {{Sfnm}}
.
More exotic Harvard citations can be constructed using the {{Harvs}}
template, such as multiple papers by the same author, using both the first and last names, links to articles about the author, and others. Any kind of unusual link can also be constructed using the idiom [[#{{Harvid|
parameters}}|
link name]]
.
Markup | Renders as |
---|---|
The theory was developed by {{Harvs|txt|first=F. J.|last=Murray|author1-link=w:en:Francis Joseph Murray|first2=J.|last2=von Neumann|author2-link=w:en:John von Neumann|year=1936|year2=1937|year3=1943}}. |
The theory was developed by F. J. Murray and J. von Neumann (1936, 1937, 1943). |
The theory was developed by {{enUici|Francis Joseph Murray|F. J. Murray}} and {{enUici|John von Neumann|J. von Neumann}} ([[#{{Harvid|Murray|von Neumann|1936}}|1936]],[[#{{Harvid|Murray|von Neumann|1937}}|1937]],[[#{{Harvid|Murray|von Neumann|1943}}|1943]]). |
The theory was developed by F. J. Murray and J. von Neumann (1936, 1937, 1943). |
== References == * {{Citation | last1 = Murray | first1 = F. J. | year = 1936 | ...}} * {{Citation | last1 = Murray | first1 = F. J. | year = 1937 | ...}} * {{Citation | last1 = Murray | first1 = F. J. | year = 1943 | ...}} |
|
Some articles use this idiom [[#CITEREF
id | link name ]]
. See notes on implementation details below.
Caochlaidhean - Variations
[deasaich]Using colon format: {{Harvcol}}
, {{Harvcolnb}}
, {{Harvcoltxt}}
[deasaich]Templates {{Harvcol}}
, {{Harvcolnb}}
, and {{Harvcoltxt}}
use a colon to indicate the page number(s) or location.
Markup | Renders as |
---|---|
{{Harvcol|Smith|2011|p=25}} |
(Smith 2011:25) |
{{Harvcolnb|Smith|2011|p=25}} |
Smith 2011:25 |
{{Harvcoltxt|Smith|2011|p=25}} |
Smith (2011:25) |
{{Harvcol|Smith|2011|p=25–26}} |
(Smith 2011:25–26) |
{{Harvcol|Smith|2011|loc=chpt. 3}} |
(Smith 2011:chpt. 3) |
Teamplaid {{Sfnp}}
puts parentheses around the year. Compare the two examples.
Markup | Renders as |
---|---|
Article text.{{Sfnp|Smith|2011}} == Notes == {{Reflist}} |
Article text.[1]
|
Article text.{{Sfn|Smith|2011}} == Notes == {{Reflist}} |
Article text.[1] |
Similarly, in order to mimic Citation Style 1 citations, template {{Harvp}}
puts parentheses around the year.
Markup | Renders as |
---|---|
{{Harvp|Smith|2011|p=25}} |
Smith (2011), p. 25 |
Additional comments or quotes: |ps=
[deasaich]The parameter |ps=
can be used to add quotes or additional comments. Note that this effect can also be achieved using {{Harvnb}}
, if done as shown in the last example. The postscript is only effective the first time {{Sfn}}
is used for a particular author, year, and location.
Markup | Renders as |
---|---|
Some information.{{Sfn|Smith|2011|p=2|ps=: "A quote verifying the information."}} == Notes == {{Reflist}} |
Some information.[1]
|
"A quote in a secondary source."{{Sfn|Smith|2011|p=2|ps=, quoted in {{Harvtxt|Jones|2010|p=343}}}} == Notes == {{Reflist}} |
"A quote in a secondary source."[1]
|
Some information.<ref>{{Harvnb|Smith|2011|p=2}}: "A quote verifying the information."</ref> == Notes == {{Reflist}} |
Some information.[1]
|
Nota bene
Nota bene
- two or more
{{Sfn}}
templates with the same authors, same year, and same page, but different|ps=
will result in a Cite error: Invalid<ref>
Tag; name... message. This message happens because the reference names that{{Sfn}}
creates will be the same, but the content between the<ref name="FOOTNOTE...">
Tag and the</ref>
Tag will be different. A workaround is to convert one or some of the{{Sfn}}
templates to {{Harvnb}} wrapped in<ref>...</ref>
tags.
Two or more {{Sfn}}
templates with the same authors and same year, but different |ps=
will also result in a Cite error: Invalid <ref>
Tag; name... message. A workaround is to add |loc={{sp}
} to one of the {{Sfn}}
templates, which makes them different from a technical standpoint but the same when rendered.
No closing period: |ps=none
[deasaich]Using |ps=none
in {{Sfn}}
removes the final period. Compare the two examples. Suppressing the default period (full stop) ensures consistency with Citation style 2, as produced by {{Citation}}
, which does not use a trailing period (full stop) when rendering full citations. The postscript is only effective the first time {{Sfn}}
is used for a particular author, year, and location. |ps=
will also suppress terminal punctuation. Follow-on editors who encounter 'empty' parameters can't know if a previous editor intended to leave that parameter blank. Using the keyword none is a positive indication of the previous editor's intent.
Markup | Renders as |
---|---|
Article text.{{Sfn|Smith|2011|ps=none}} == Notes == {{Reflist}} |
Article text.[1]
|
Article text.{{Sfn|Smith|2011}} == Notes == {{Reflist}} |
Article text.[1] |
Adding a URL for the page or location
[deasaich]If a specific link to the page or section is available, a URL can be added to the location or page number.
Markup | Renders as |
---|---|
{{Harv|Smith|2011|loc=[http://en.wikipedia.org chpt 3]}} |
(Smith 2011, chpt 3) |
{{Harv|Smith|2011|loc=[http://en.wikipedia.org §7]}} |
(Smith 2011, §7) |
Article text.{{Sfn|Smith|2011|p=[http://en.wikipedia.org 3]}} ==Notes== {{Reflist}} ==References== * {{Cite book | last = Smith | year = 2011 | title = Smith's other book }} |
Article text.[1]
|
Possible issues
[deasaich]Wikilink to citation does not work
[deasaich]If an article is using this template, and nothing happens when you click on the highlighted Wikilink from a Harvard style citation to a full citation at the bottom of the page, there are several possible solutions. If:
- The correct citation does not appear at the bottom of the article. Solution: Find the source (it may be copied from an article on a similar subject), and check that it verifies the text. If the source can't be found, Tag the citation with
{{Citation not found}}
. - The correct citation appears at the bottom of the article, and
- The Harvard citation uses a template (such as
{{Sfn}}
or{{Harv}}
):- The citation uses a template from the list at Citation Style 1:
- The name is spelled or capitalized differently here than in the citation. Solution: check the source for the correct spelling, and use the same spelling, spacing, and capitalization in both the short and full citations.
- The year is different here than the citation. Solution: check the source for the correct year, and use the same year in both the short and full citations.
- The template has a
|date=
field and no|year=
field, but the format of the|date=
field is unusual. Solution: Try to fix the date. If the link still does not work, add|year=
to the citation template. (It's okay if it has both.) - The citation does not have an author's, or an editor's, last name (authors take precedence over editors). Solution: check that
|ref={{Harvid}}
is set correctly (see below).
- The citation uses a Citation Style Vancouver template. Solution: check that
|Harvid=
is set correctly (see below). - The citation uses a template that does not support
|ref=
(See Wikipedia:Citation templates and reference anchors). Solution: Consider modifying the template to support|ref=
. Alternatively, an Anchor can be created using{{Wikicite|id={{Harvid|args}}|reference={{citation}}}}
. - The full citation does not use a template:
- It has no wikicode to create an Anchor. Solution: If
{{Cite *}}
citation templates are used liberally throughout the article, then reformat the full citation with the appropriate{{Cite *}}
template (and set the|ref=
appropriately, if necessary). Otherwise consult with local editors on the talk page about how to proceed. Either add{{Cite *}}
templates and{{Harv}}
templates, or remove all templates, depending on what local editors prefer. A few articles use{{Wikicite}}
to create an Anchor as an alternative to standard templates. - It uses a
<Cite>...</Cite>
span to create an Anchor. Solution: remove the Cite span (these are deprecated) and proceed following the recommendation immediately above. - It uses
{{Wikicite}}
. Solution: Check that the text in|id={{Harvid}}
matches the text in{{Wikicite}}
.
- It has no wikicode to create an Anchor. Solution: If
- The citation uses a template from the list at Citation Style 1:
- If the Harvard citation uses a handwritten wikilink, such as
[[#Reference-Smith2006|Smith (2006)]]
:- The citation uses a citation template which supports
|ref=
(See Wikipedia:Citation templates and reference anchors). Solution: Check that|ref=
is set to a matching id. - Otherwise, check that the reference has
{{Wikicite|ref=id|reference=citation}}
with a matching id.
- The citation uses a citation template which supports
- The Harvard citation uses a template (such as
Templates that have broken Wikilinks using these templates are added to the category Roinn-seòrsa:All articles with broken links to citations.
More than one work in a year
[deasaich]Where there is a need to Cite more than one work by the same author published in the same year, the standard way to disambiguate such works is to add a letter suffix after the year element of the {{Sfn}}
template (e.g. {{Sfn|Smith|2006a}}
and {{Sfn|Smith|2006b}}
). Make sure to add the disambiguation letter to the matching full citation, (e.g. {{Cite book|...|last=Smith|year=2006b}}
).
Templates that use Mòideal:Citation/CS1
[deasaich]When {{Sfn}}
is used with {{Citation}} or Citation Style 1 templates, a year-suffix letter may be added to |date=
for all accepted date formats except year-initial numeric (YYYY-MM-DD). It is not necessary to include both |year=
and |date=
. If both are included, |year=
is used for the CITEREF
Anchor to be compliant with legacy citations.
|date=2013a
: simple year only dates|date=Jan 2013b
or|date=Winter 2013b
: month or season and year dates|date=9 November 2013b
or|date=November 9, 2013b
: full dates|date=June–July 2013c
or|date=Winter–Spring 2013c
: month or season ranges and year dates|date=c. 2013d
: circa year dates|date=2024–2025f
or|date=Summer 2024–25f
: year ranges|date=n.d.e
: no date (n.d.): not supported, the template must use|date=2013x-11-09
|year=2013x
Markup | Renders as |
---|---|
Article text.{{Sfn|Smith|1993a|p=25}} More text.{{Sfn|Smith|1993b|p=32}} ==Notes== {{Reflist |close=1}} ==References== * {{Cite journal |last=Smith |first=Karen |date=January 1993a |title=Smith's first paper |journal=Important Journal }} * {{Cite journal |last=Smith |first=Karen |date=Spring–Summer 1993b |title=Smith's second paper |journal=Another Important Journal }} |
Article text.[1]
More text.[2]
|
More than one author with the same last name
[deasaich]The above solution to add a letter suffix after the year element also works for multiple authors with the same last name. For example, both Richard Bushman and Claudia Lauper Bushman published books in 2006. To differentiate between the two books, the first one can be given the year "2006a" and the second one "2006b".
Large numbers of authors
[deasaich]Only the first four authors are required by the template. Listing more is not supported. It is also possible to use the |ref={{Harvid}}
in the citation template, which allows a more concise citation in the article text.
Markup | Renders as |
---|---|
Article text {{Harv|Smith|Jones|Brown|Black|1994|p=25}}. ==References== * {{Cite journal | last = Smith | last2 = Jones | last3 = Brown | last4 = Black | last5 = Davis | last6 = Martinez | last7 = Hsu | year= 1994 | title= Scientific paper written by many scientists | journal = Important Journal }} |
Article text (Smith et al. 1994, p. 25).
|
Article text {{Harv|Smith et al.|1995|p=25}}. ==References== * {{Cite journal | last = Smith | last2 = Jones | last3 = Brown | last4 = Black | last5 = Davis | last6 = Martinez | last7 = Hsu | year= 1995 | title= Another paper by many scientists | journal = Important Journal | ref = {{Harvid|Smith et al.|1995}} }} |
Article text (Smith et al. 1995, p. 25).
|
No author name in citation template
[deasaich]Some sources do not have a single author with a last name, such as a magazine article or a report from a government institution. There is no consensus (in Wikipedia or among citation styles) about how to format author–date citations for works that do not have a specific author. Several choices are:
- For a newspaper or periodical, you may use the name of the paper and the date.
- For a publication by an institution, use either:
- The initials of the institution
- The name of the institution
- Alternatively, some style guides recommend using the title of the article.
- Other style guides recommend using "Anonymous" or "Anon."
An article should adopt one of these styles consistently. Using |ref={{Harvid}}
in the citation template can handle these cases.
Markup | Renders as |
---|---|
Article text.{{Sfn |BGI|1996|p=429}} ==Notes== {{Reflist}} ==References== * {{Cite book | title = Important Book | year = 1996 | publisher = Big Government Institution | ref = {{Harvid|BGI|1996}} }} |
Article text.[1]
|
Article text.{{Sfn |''Popular Magazine''|1996|p=29}} ==Notes== {{Reflist}} ==References== * {{Cite magazine | magazine = Popular Magazine | title = An Article by an Anonymous Author | year = 1996 | ref = {{Harvid|Popular Magazine|1996}} }} |
Article text.[1]
|
Citation has |date=
and no |year=
[deasaich]Either the |year=
or |date=
of a citation template can be matched—the template logic can extract the year from a full date. If the date parameter is not a full date, then the extraction will fail. If the link does not seem to work, it also possible to set both |date=
and |year=
parameters. The template will display the date and use the year for the Anchor. These two examples show a year being successfully extracted from full date.
Markup | Renders as |
---|---|
Article text.{{Sfn|Smith|1997|p=101}} ==Notes== {{Reflist}} ==References== * {{Cite journal | last = Smith | first = Karen | date = 11 May 1997 | title = Smith's 1997 paper | journal= Important Journal }} |
Article text.[1]
|
Article text.{{Sfn|Smith|1998|p=101}} ==Notes== {{Reflist}} ==References== * {{Cite journal | last = Smith | first = Karen | date = May 1998 | title = Smith's 1998 paper | journal= Important Journal }} |
Article text.[1]
|
Citation template does not support |ref=Harv
[deasaich]The Citation Style Vancouver family of templates use parameter |ref=Harvid
to create an Anchor for the Harvard citation templates. This must be set to a concatenation of the parameters passed to the Harvard citation template.
Markup | Renders as |
---|---|
Article text.{{Sfn|Smith|1999|p=101}} ==Notes== {{Reflist}} ==References== * {{Vcite book | author = Smith K | year = 1999 | title = Smith's 1999 Book | Harvid = Smith1999 }} |
Article text.[1]
|
Article text.{{Sfn|Smith|2000|p=101}} ==Notes== {{Reflist}} ==References== * {{Cite thesis | last = Smith | first = Karen | date = May 2000 | title = Smith's Thesis | ref = {{Harvid|Smith|2000}} }} |
Article text.[1]
|
In a few very rare cases, it may be impossible for the citation templates to create an Anchor. Either (1) the citation is formatted with a template that does not support the |ref=
parameter or (2) the source can't be described using our citation templates at all. In these cases, it is possible to use {{Wikicite}}
to make the Anchor. (As of November 2010, there are only approximately 100 articles that require this technique.) It is also possible that (3) local editors would prefer not to use citation templates. In this case, it is important to discuss what the local editors would like to do about the bad links. It is always possible to simply remove {{Harv}}
or {{Sfn}}
, leaving plain text without links.
Markup | Renders as |
---|---|
Article text.{{Sfn |Big Government Agency|1999}} ==Notes== {{Reflist}} ==References== * {{Wikicite | reference = {{Cite report | title=Important Government Report | publisher=Big Government Agency | year=1999 }} | ref = {{Harvid|Big Government Agency|1999}} }} |
Article text.[1] |
Article text.{{Sfn |A particularly unusual citation}} ==Notes== {{Reflist}} ==References== * {{Wikicite | reference = A source that can't be described using our citation templates at all. | ref = {{Harvid|A particularly unusual citation}} }} |
Article text.[1]
|
It is also possible to use <Cite>
to achieve the same effect, but this may not be compatible with HTML 5.
Citation has multiple authors and no date
[deasaich]The templates assume that the last unnamed parameter is the year. Where there are multiple authors and no year, the template will form a correct link but will display the last author as if it were a year. To force the displayed text to show all authors as names, the following workaround may be used:
Markup | Renders as |
---|---|
Article text.<ref>[[#{{Harvid|Lane|Singh}}|Lane & Singh]]</ref> ==Notes== {{Reflist}} ==References== * {{Citation | last = Lane | first = Kieran | last2 = Singh | first2 = Karun | title = Richard Watts | work = Richard Watts Charities | url = http://www.richardwatts.org.uk/richardwatts1.html | accessdate = 21 June 2012 }} |
Article text.[1]
|
Recommended style
[deasaich]The recommended Harvard referencing style potentially uses all four templates. Each automatically generates a hypertext link based on the name(s) and date. Here is an example
Markup | Renders as |
---|---|
Some works on gravitation are so massive they warp spacetime themselves {{Harv|Misner|Thorne|Wheeler|1973}}; yet {{Harvtxt|Einstein|1915}} presented essential equations with notable brevity. The essential ingredients are the curvature tensor and the stress–energy tensor ({{Harvnb|Einstein|1915|p = 844}}; {{Harvnb|Misner|Thorne|Wheeler|1973|p = 41}}). == References == *{{Citation | last = Misner | first = Charles W. | last2 = Thorne | first2 = Kip S. | first3 = John Archibald | last3 = Wheeler | title = Gravitation | publisher = W. H. Freeman | location = San Francisco | date = September 1973 | isbn = 0-7167-0344-0 }} *{{Citation | last = Einstein | first = Albert | title = Die Feldgleichungen der Gravitation | trans-title = The Field Equations of Gravitation | journal = Königlich Preussische Akademie der Wissenschaften | pages = 844–847 | year = 1915 }} |
Some works on gravitation are so massive they warp spacetime themselves (Misner, Thorne & Wheeler 1973); yet Einstein (1915) presented essential equations with notable brevity. The two ingredients are the curvature tensor and the stress–energy tensor (Einstein 1915, p. 844; Misner, Thorne & Wheeler 1973, p. 41).
|
In short:
- For a single work with no author in the text (the most common case), use
{{Harv}}
. - For a single work with the author named in the text, use
{{Harvtxt}}
. - For multiple works at the same point, use explicit parentheses and
{{Harvnb}}
separated by semicolons. - For anything more complicated use
{{Harvs}}
.
Implementation notes
[deasaich]These templates use two elements: a Wikilink in the body of the article, and an Anchor in the reference section of the article. Clicking on the wikilink repositions the page at the Anchor.
The most common citation templates are Citation Style 1 or Citation Style 2. By default, Mòideal:Citation/CS1 and {{Citation/core}}
create an Anchor <a name="CITEREF">
followed by the concatenation of the following parameters:
- last or last1 or surname or surname1 or author or author1 or authors,
- last2 or surname2 or author2,
- last3 or surname3 or author3,
- last4 or surname4 or author4,
- editor-last or editor-surname or editor1-last or editor1-surname or editor or editors,
- editor2-last or editor2-surname,
- editor3-last or editor3-surname,
- editor4-last or editor4-surname,
- year.
CS1 templates and {{Citation}}
set |ref=Harv
as the default.
This covers the most common templates. Information about all of the templates is available at Wikipedia:Citation templates and reference anchors.
Use of the date parameter in place of the year parameter in citation templates is preferred when full dates are known.
The Harvard citation templates create a Wikilink to the Anchor. For example {{Harv|Smith|2006|p=25}} produces the link
and {{Citation|last=Smith|first=John|date=27 January 2006|title=My Life}} produces the Anchor #CITEREFSmith2006
.
CITEREFSmith2006
Using CITEREF directly
[deasaich]A few articles create a custom ID using
, either in place of the Harvard citation template (e.g. CITEREF
[[#CITEREFSmith2006|(2006)]]
) or as a value for |ref=
in the citation template.
A custom ID must follow these rules:
- Names are case-sensitive. Please do not use raNdOM capitalization.
- Names must not be purely numeric; the software will accept something like
":1"
(which is punctuation plus a number), but it will ignore"1"
(purely numeric). - Names should have semantic value, so that they can be more easily distinguished from each other by human editors who are looking at the wikitext. This means that ref names like
"Nguyen 2010"
are preferred to names like":1"
. - Names must be unique. You may not use the same name to define different groups or footnotes.
- Please consider keeping reference names simple and restricted to the standard English alphabet and numerals. Failing that, if spaces are used, including the following technical restrictions becomes relevant:
- Quotation marks are preferred but optional if the only characters used are letters
A–Z
,a–z
, digits0–9
, and the symbols!$%&()*,-.:;<@[]^_`{|}~
. That is, all printable ASCII characters except#"'/=>?\
. - Inclusion of any other characters, including spaces, requires that the reference name be enclosed in quotes; for example,
name="John Smith"
. - The quote marks must be the standard, straight, double quotation marks (
"
); curly or other quotes will be parsed as part of the reference name. - Quote-enclosed reference names may not include a less-than sign (
<
) or a double straight quote symbol ("
). These may be escaped with<
and"
, respectively.
- Quotation marks are preferred but optional if the only characters used are letters
- If CITEREF is used, then spaces in the
|ref=
field must be replaced with underscores - You may optionally provide reference names even when the reference name is not required. This makes later re-use of the sourced reference easier.
Examples:
Where Cite_name is a name such as the publisher.
Teamplaid {{Sfn}}
creates a named footnote, so that identical footnotes are combined automatically. The footnote name begins with
followed by a concatenation of the arguments to FOOTNOTE
{{Sfn}}
. E.g.: this template call {{Sfn|Smith|2006|p=26}} should have exactly the same functionality as <ref name="FOOTNOTESmith200626">{{Harvnb}}</ref>
which, in turn, has the same functionality as <ref name="FOOTNOTESmith200626">[[#CITEREFSmith2006|Smith (2006)]], p. 26</ref>
.
The ref name becomes more complicated when the page (p) parameter includes a URL, e.g. {{Sfn|Joyce|1903|p=213}}
, which, once defined, can be called by . The "p=" and the characters |,:,.,/,?,=; are therefore stripped out of the URL.
The call to {{Harvnb}}
has been Subst'ed for quicker load times.
Teamplaid-dàta - TemplateData
[deasaich]This template creates a short author–date citation with a one-directional link to the first matching citation template on the same page. Functionally identical to the {{tlb|harvnb}} template, '''Harvp''' puts parentheses <code>()</code> around the year so that it stylistically mimics {{cs1}} citations.
Paramadair | Tuairisgeul | Seòrsa | Staid | |
---|---|---|---|---|
1 | 1 | 1st author's last name
| Sreang | riatanach |
2 | 2 | 2nd author's last name or year of publication
| Sreang | riatanach |
3 | 3 | 3rd author's last name or year of publication
| Sreang | roghainneil |
4 | 4 | 4th author's last name or year of publication
| Sreang | roghainneil |
5 | 5 | Year of publication
| Àireamh | roghainneil |
Reference value | ref Ref | Usual not used. Reference value that links the short citation to the full citation. If you specify |ref=none, no hyperlink is created.
| Chan eil fhios | roghainneil |
Ref | Ref | gun tuairisgeul | Chan eil fhios | roghainneil |
Location | loc | Some other description of the location. Can be a URL in [ ].
| URL | roghainneil |
Page | p page | Single page number
| Sreang | molta |
page | page | gun tuairisgeul | Chan eil fhios | roghainneil |
Pages | pp pages | range of page numbers or multiple separate page numbers
| Sreang | cha mholar seo tuilleadh |
pages | pages | gun tuairisgeul | Chan eil fhios | roghainneil |
Quotes or additional comments | ps | Used to add quotes or additional comments.
| Sreang | roghainneil |
- Pages with script errors
- Pages using deprecated enclose attributes
- Wikipedia documentation pages
- Lua-based templates
- Navigational boxes without horizontal lists
- Documentation shared content templates
- Documentation assistance templates
- Teamplaidean sa Bheurla
- Teamplaidean Iomraidhean
- Iomraidhean
- Teamplaidean Docamaideadh
- Documentation subpages