Template:Harvard citation documentation: Difference between revisions

Safer nicotine wiki Tobacco Harm Reduction
Jump to navigation Jump to search
m (1 revision imported: Wikipedia article on Nicotine templates needed)
imported>John of Reading
(Reverted 2 edits by Kinghazelee (talk): Off-topic additions. Did you mean to edit this documentation?)
 
Line 1: Line 1:
The '''Harv''' family of templates are used for creating ''short-cites'' (or "short citations"), typically used within {{tag|ref}} tags, 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.  
{{tl1|{{{1}}}}} is designed to be used to create {{sfnote|lc=y}}, a citation style where there is an author-date citation in a footnote and a [[WP:HOWCITE|complete citation]] in a references section at the end of the article (see example [[#Usage|below]]). This citation style is used to reduce clutter in the edit window and to combine identical citations.


The '''sfn'''—"shortened footnote"—templates create notes (footnotes) containing harv templates, removing the need to use {{tag|ref}} tags around Harv-style reference notation. This functionality can eliminate the need to replicate notes with "named-refs" (the "<ref name= ...>" construct).
Common problems and known workarounds are given in the section [[#Possible issues|possible issues]] section below.


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]]. Also note that inline use of these templates, i.e. use of {{tl|harv}} without {{tag|ref}} tags around it, {{oldid2|976879299|Deprecate_parenthetical_citations|was deprecated in September 2020}}.
There are several other templates that are designed for use with shortened footnotes. They differ slightly in the way they format the author-date citation and how much of their functionality is automated. A full list of these related templates is [[#Other author–date citation templates|below]].


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]].
{{#if:{{{noref|}}}||<nowiki/>
Also note that inline use of these templates, i.e. use of {{tl|harv}} without {{tag|ref}} tags around it, [[WP:PARREF|was deprecated in September 2020]]. See also [[WP:PAREN]].}}
==Usage==
==Usage==
=== Default mode ===
{{{1}}} generates an "author-date" style short-cite from the following parameters:
In its default mode, {{{1}}} generates an "author-date" style short-cite from the following parameters:


: <code>{{#if:{{{noref|}}}||&lt;ref>}}&#123;&#123;{{{1}}} | &lt;{{var|last1}}*> | &lt;{{var|last2}}> | &lt;{{var|last3}}> | &lt;{{var|last4}}> | &lt;{{var|year}}*> | p= &lt;{{var|page}}> | loc= &lt;{{var|location}}> &#125;&#125;{{#if:{{{noref|}}}||&lt;/ref>}}</code>
<div style="margin-left: 2em"><code>{{#if:{{{noref|}}}||<nowiki><ref></nowiki>}}{{{{{1}}} | &lt;{{var|last1}}*> | &lt;{{var|last2}}> | &lt;{{var|last3}}> | &lt;{{var|last4}}> | &lt;{{var|year}}*> | p= &lt;{{var|page}}> | loc= &lt;{{var|location}}> &#125;&#125;{{#if:{{{noref|}}}||<nowiki></ref></nowiki>}}</code></div>


with
with
:- &lt;{{var|last1}}>–&lt;{{var|last4}}> – positional parameters; names of one to four authors; &lt;{{var|last1}}> required
* &lt;{{var|last1}}> – required; surname of first author or corporate author
:- &lt;{{var|year}}> – required; four-digit year; may have a lowercase disambiguation letter
* &lt;{{var|last2}}>–&lt;{{var|last4}}> – positional parameters; surnames of next three authors
:- {{para|p}} – specific page referenced in the source
* &lt;{{var|year}}> – required; four-digit year; may have a lowercase disambiguation letter
:- {{para|pp}} – comma-separated list of individual pages and / or range(s) of pages referenced in the source  
* {{para|p}} – specific page referenced in the source
:- {{para|loc}} – in-source location when {{para|p}} and {{para|pp}} are inappropriate; may be used to supplement {{para|p}} and {{para|pp}}; information such as a section or figure number.  
* {{para|pp}} – comma-separated list of individual pages and / or range(s) of pages referenced in the source  
 
* {{para|loc}} – in-source location when {{para|p}} and {{para|pp}} are inappropriate; may be used to supplement {{para|p}} and {{para|pp}}; information such as a section or figure number.
{{{1}}} 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 &lt;{{var|year}}> to disambiguate them. (E.g.: <code>{{#if:{{{noref|}}}||&lt;ref>}}&#123;&#123;{{{1}}} | Smith | 2000a&#125;&#125;</code>; <code>&#123;&#123;{{{1}}} | Smith | 2000b&#125;&#125;{{#if:{{{noref|}}}||&lt;/ref>}}</code>).
 
To link to a full citation, the author(s) and year must match those used in the cite or citation template. The {{tl|citation}} template and the Citation Style 1 {{tl|cite xxx}} family of templates automatically generate the proper "author-date" anchor.
 
{{#if:{{{noref|}}}|Do not embed this template in {{tag|ref}} tags; otherwise, the following message will be produced:
<strong class="error">{{int:Cite error references missing group||nocat=true}}</strong>|This template is most commonly placed inside a note (that is, between {{tag|ref}} tags). Additional information, comments, and even other short-cites can be placed in the same note, before the closing {{tag|ref|c}} tag.}}
 
=== Alternate mode ===
While {{{1}}} 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:
 
: <code>{{#if:{{{noref|}}}||&lt;ref>}}&#123;&#123;{{{1}}} | &lt;{{var|identifying text}}*> | &lt;{{var|year}}*> | p= &lt;{{var|page}}> | loc= &lt;{{var|location}}> &#125;&#125;{{#if:{{{noref|}}}||&lt;/ref>}}</code>
 
==== Example: newspapers ====
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:
 
:{{harvnb|''Los Angeles Times'', July 4,|2019}}.
 
This is generated with the following template:
 
:{{tlx|harvnb|<nowiki>''Los Angeles Times''</nowiki>, July 4,|2019}}.
 
The anchor for the link is given to the {{tl|citation}} or the {{cite xxx}} template  using a {{tl|harvid}} template in a {{para|ref}} parameter. In this case that would look like:
 
:{{para|ref|{{tlx|harvid|<nowiki>''Los Angeles Times''</nowiki>, July 4,|2019}}}}
 
The harvid template should be given exactly the same identifying text and year as used in the {{{1}}} template.
 
==== Example: multi-volume works ====
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
 
:{{harvnb|IPCC AR5 WG2 Ch11|2014|p= 741|loc= FAQ 11.1}}.
 
is more meaningful, and handier to use and keep track of. This is generated with:
 
:{{tlx|harvnb|IPCC AR5 WG2 Ch11|2014|4=p= 741|5=loc= FAQ 11.1}}.
 
For both {citation} and {cite} templates the anchor is specified with:
 
:{{para|ref|{{tlx|harvid|IPCC AR5 WG2 Ch11|2014}}}}
 
==== Other examples ====
Examples of other ways to use Harv templates can be seen at [[Global warming|Global Warming]].
 
==Placing the template in the body of the article ==
: <code>{{#if:{{{noref|}}}||&lt;ref>}}<nowiki>{{</nowiki>'''{{{1}}}''' | last name(s) of author(s)  | year | p=page number</code> ''or'' <code>pp=page range</code> ''or'' <code>loc=other location<nowiki>}}</nowiki>{{#if:{{{noref|}}}||&lt;/ref>}}</code>
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.'''<br />
{{#ifeq:{{{1}}}|sfn|In a section for citations, usually under the heading '''Notes''':
: <code><nowiki>{{reflist}}</nowiki></code>}}
In the references section (or in an earlier footnote):
: <code><nowiki>{{</nowiki>[[Template:cite book|cite book]]</code> ''or'' <code>[[Template:cite journal|cite journal]]</code>'', etc'' | ''... other appropriate parameters ...'' <code><nowiki>}}</nowiki></code>
or
: <code><nowiki>{{</nowiki>[[Template:citation|citation]] |</code> ''... other appropriate parameters ...'' <code><nowiki>}}</nowiki></code>
 
===Parameters===
 
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|§ 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.)
 
{{#ifeq:{{{1}}}|sfn|{{markup
|<nowiki>Article text.{{</nowiki>{{{1}}}<nowiki>|Smith|2005|p=25}}</nowiki>
|Article text.{{{{{1}}}|Smith|2005|p=25}}<br>{{reflist|close=1}}
|<nowiki>Article text.{{</nowiki>{{{1}}}<nowiki>|Smith|Jones|2005|p=25}}</nowiki>
|Article text.{{{{{1}}}|Smith|Jones|2005|p=25}}<br> {{reflist|close=1}}
|<nowiki>Article text.{{</nowiki>{{{1}}}<nowiki>|Smith|Jones|Brown|2005|p=25}}</nowiki>
|Article text.{{{{{1}}}|Smith|Jones|Brown|2005|p=25}}<br> {{reflist|close=1}}
|<nowiki>Article text.{{</nowiki>{{{1}}}<nowiki>|Smith|Jones|Brown|Black|2005|p=25}}</nowiki>
|Article text.{{{{{1}}}|Smith|Jones|Brown|Black|2005|p=25}}<br> {{reflist|close=1}}
}}|{{markup
|<nowiki>{{</nowiki>{{{1}}}<nowiki>|Smith|2005|p=25}}</nowiki>                    |{{{{{1}}}|Smith|2005|p=25}}
|<nowiki>{{</nowiki>{{{1}}}<nowiki>|Smith|Jones|2005|p=25}}</nowiki>            |{{{{{1}}}|Smith|Jones|2005|p=25}}
|<nowiki>{{</nowiki>{{{1}}}<nowiki>|Smith|Jones|Brown|2005|p=25}}</nowiki>      |{{{{{1}}}|Smith|Jones|Brown|2005|p=25}}
|<nowiki>{{</nowiki>{{{1}}}<nowiki>|Smith|Jones|Brown|Black|2005|p=25}}</nowiki>|{{{{{1}}}|Smith|Jones|Brown|Black|2005|p=25}}
}}
}}
 
The optional parameters {{para|p}}, {{para|pp}} and {{para|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 {{para|p}}; for multiple pages (such as ranges), use {{para|pp}}. Use of {{para|p}} for multiple pages or {{para|pp}} for single pages can cause [[Help:Cite errors/Cite error references duplicate key|cite errors]].
 
{{#ifeq:{{{1}}}|sfn|
{{markup
|<nowiki>{{</nowiki>{{{1}}}<nowiki>|Smith|2005|p=25}}</nowiki>
|Article text.{{{{{1}}}|Smith|2005|p=25}}<br>{{reflist|close=1}}
|<nowiki>{{</nowiki>{{{1}}}<nowiki>|Smith|2005|loc=chpt. 3}}</nowiki>
|Article text.{{{{{1}}}|Smith|2005|loc=chpt. 3}}<br>{{reflist|close=1}}
|<nowiki>{{</nowiki>{{{1}}}<nowiki>|Smith|2005|loc=section 7}}</nowiki>
|Article text.{{{{{1}}}|Smith|2005|loc=section 7}}<br>{{reflist|close=1}}
}}
|
{{markup
|<nowiki>{{</nowiki>{{{1}}}<nowiki>|Smith|2005|p=25}}</nowiki>        |{{{{{1}}}|Smith|2005|p=25}}
|<nowiki>{{</nowiki>{{{1}}}<nowiki>|Smith|2005|pp=25–26}}</nowiki>    |{{{{{1}}}|Smith|2005|pp=25–26}}
|<nowiki>{{</nowiki>{{{1}}}<nowiki>|Smith|2005|loc=chpt. 3}}</nowiki>  |{{{{{1}}}|Smith|2005|loc=chpt. 3}}
|<nowiki>{{</nowiki>{{{1}}}<nowiki>|Smith|2005|loc=section 7}}</nowiki>|{{{{{1}}}|Smith|2005|loc=section 7}}
}}
}}
{{#ifeq:{{{1}}}|sfn|
The optional parameter {{para|postscript}} or {{para|ps}} can be used to change the text which appears at the end of the note in the reference list. (See [[#Additional comments or quotes|§ Additional comments or quotes]], below.) The default is a period (full stop); to remove this use <nowiki>{{sfn|Smith|2005|p=25|ps=none}}</nowiki>. (See [[#No closing period|§ No closing period]], below.) The postscript is only effective the first time {{tl2|sfn}} is used for a particular author, year and location.
<br><br>
|}}
The optional parameter {{para|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 {{tl2|sfnRef}} or {{tl2|harvid}} in the reference section. If you specify {{para|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 {{tl2|sfn}} and similar templates.)


===Aliases===
Typical usage is shown in the example below. The text and the footnote are connected by a bi-directional link -- clicking on the superscript takes the reader to the footnote, clicking on the footnote number takes them back to the superscript. The clicking on the short citation takes them to the full citation in the references section.
The parameters {{para|page}}, {{para|pages}}, and {{para|Ref}} exist as aliases for {{para|p}}, {{para|pp}}, and {{para|ref}}, respectively.


===Author–date citation templates===
{{#if:{{{noref|}}}|
There are several templates used to create short 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:
 
{| class="wikitable"
|+ In-text templates
! Templates !! Aliases !! Example
|-
|{{tl2|Harvard citation no brackets}} || {{tl2|harvnb}} || {{harvnb|Smith|2006|p=25}}
|-
| {{tl2|Harvard citation}} || {{tl2|harv}} || {{harv|Smith|2006|p=25}}
|-
| {{tl2|Harvard citation text}} || {{tl2|harvtxt}} || {{harvtxt|Smith|2006|p=25}}
|-
| {{tl2|Harvcoltxt}} || || {{Harvcoltxt|Smith|2006|p=25}}
|-
| {{tl2|Harvcol}} || || {{Harvcol|Smith|2006|p=25}}
|-
| {{tl2|Harvcolnb}} || || {{Harvcolnb|Smith|2006|p=25}}
|-
| {{tl2|Harvard citations}} || ({{tl2|harvs}}) || {{harvs|txt=yes|last=Smith|first=John|year1=2006| year2=2007|page=25}} ''(and many other forms)''.
|-
| {{tl2|Harvp}} || || {{harvp|Smith|2006|page=25}}
|-
|{{tl2|Shortened footnote template}}|| {{tl2|sfn}} || Article text.{{sfn|Smith|2006|p=25}} <br> {{Reflist}}
|-
|{{tl2|Sfnp}} || || Article text.{{sfnp|Smith|2006|p=25}} <br> {{Reflist}}
|-
|{{tl2|Sfnm}} || || Article text.{{sfnm|1a1=Smith|1a2=Jones|1a3=Brown|la4=Black|1y=2005|1p=15|2a1=Smith|2y=2006|2p=50}} <br> {{Reflist}}
|-
|{{tl2|Sfnmp}} || || Article text.{{sfnmp|1a1=Smith|1a2=Jones|1a3=Brown|la4=Black|1y=2005|1p=15|2a1=Smith|2y=2006|2p=50}} <br> {{Reflist}}
|}
 
Full citations can be created manually or by templates:
 
* {{cs1}} templates
* {{tl2|citation}}
 
All of these templates have the same parameters and basic functionality. This page describes all of them except the parameters of {{tl2|sfnm}} and {{tl2|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===
====Harvard citation: {{tl2|harv}}====
<!--{{see also|Wikipedia:Citing sources#Parenthetical referencing}}-->
 
Template {{tl2|harv}} creates a [[Wikipedia:Citing sources#Parenthetical referencing|parenthetical reference]] with a link to the full citation in the references section at the bottom of the article.
 
{{Markup
|<nowiki>Article text.<ref>{{harv|Smith|2006|p=25}}</ref>
 
==Notes==
{{reflist}}
 
==References==
* {{cite book
| last = Smith | first = John
| title = Smith's book
| year = 2006
}}</nowiki>
|
Article text.<ref>{{harv|Smith|2006|p=25}}</ref>
 
{{fake heading|sub=3|Notes}}
{{reflist}}
 
{{fake heading|sub=3|References}}
* {{cite book|last=Smith|first=John|title=Smith's book|year=2006}}
}}
 
{{anchor|Shortened footnote}}
 
====Shortened footnote: {{tl2|sfn}} or {{tl2|harvnb}}====
{{see also|Wikipedia:Citing sources#Short citations|Help:Shortened footnotes}}
 
Template {{tl2|harvnb}} inside a {{tag|ref|o}} span can be used to create a [[Help:Shortened footnotes|shortened footnote]] that is linked to the full citation at the bottom of the article. Template {{tl2|sfn}} (without the use of {{tag|ref|o}}) has the same effect, automatically adds a period (full stop) after the page number, and combines identical footnotes automatically.


Template {{{1}}} is not placed inside {{tag|ref}} tags and generates the footnote internally. (To place {{{1}}} in a footnote, see [[#A citation inside an explanatory footnote|putting a citation inside a footnote]], below.)
{{markup|<nowiki>
{{markup|<nowiki>
Article text.{{sfn|Smith|2007|p=25}}
Article text.{{</nowiki>{{{1}}}<nowiki>|Smith|2020|p=25}}
More article text.{{sfn|Smith|2007|p=25}}
More article text.{{</nowiki>{{{1}}}<nowiki>|Smith|2020|p=25}}
Still more article text.{{sfn|Smith|2007|p=26}}
Still more article text.{{</nowiki>{{{1}}}<nowiki>|Smith|2020|p=26}}


==Notes==
==Notes==
Line 209: Line 38:
* {{cite book
* {{cite book
  | last = Smith | first = John
  | last = Smith | first = John
  | year = 2007
  | date = 2020
  | title = Smith's Book
  | title = Smith's Book
}}
}}
</nowiki>|
</nowiki>|
Article text.{{sfn|Smith|2007|p=25}}
Article text.{{{{{1}}}|Smith|2020|p=25}}
More article text.{{sfn|Smith|2007|p=25}}
More article text.{{{{{1}}}|Smith|2020|p=25}}
Still more article text.{{sfn|Smith|2007|p=26}}
Still more article text.{{{{{1}}}|Smith|2020|p=26}}
 
{{fake notes and references||}}
{{fake notes and references||}}
* {{cite book
{{cite book
  | last = Smith | first = John
| last = Smith | first = John
  | year = 2007
  | date = 2020
  | title = Smith's Book
  | title = Smith's Book
}}
}}}}|


|<nowiki>
Template {{{1}}} is placed inside {{tag|ref}} tags to create {{sfnote|lc=y}}. (Using {{{1}}} outside of {{tag|ref}} tags [[WP:PARREF|was deprecated in September 2020]]).
Article text.<ref name=Smith2008p25>{{harvnb|Smith|2008|p=25}}.</ref>
{{markup|<nowiki>
More article text.<ref name=Smith2008p25/>
Article text.<ref>{{</nowiki>{{{1}}}<nowiki>|Smith|2020|p=25}}</ref>
Still more article text.<ref>{{harvnb|Smith|2008|p=26}}.</ref>
More article text.<ref>{{</nowiki>{{{1}}}<nowiki>|Smith|2020|p=25}}</ref>
Still more article text.<ref>{{</nowiki>{{{1}}}<nowiki>|Smith|2020|p=26}}</ref>


==Notes==
==Notes==
Line 234: Line 65:
* {{cite book
* {{cite book
  | last = Smith | first = John
  | last = Smith | first = John
  | year = 2008
  | date = 2020
  | title = Smith's Book
  | title = Smith's Book
}}
}}
</nowiki>|
</nowiki>|
Article text.<ref name=Smith2007p25>{{harvnb|Smith|2008|p=25}}.</ref>
Article text.{{#tag:ref|{{{{{1}}}|Smith|2020|p=25}}}}
More article text.<ref name=Smith2007p25/>
More article text.{{#tag:ref|{{{{{1}}}|Smith|2020|p=25}}}}
Still more article text.<ref>{{harvnb|Smith|2008|p=26}}.</ref>
Still more article text.{{#tag:ref|{{{{{1}}}|Smith|2020|p=26}}}}


{{fake notes and references||}}
{{fake notes and references||}}
* {{cite book
{{cite book
  | last = Smith | first = John
  | last = Smith | first = John
  | year = 2008
  | date = 2020
  | title = Smith's Book
  | title = Smith's Book
}}
}}}}


}}
}}


====In text attribution: {{tl2|harvtxt}}====
===Parameters===
{{see also|Wikipedia:Citing sources#In-text attribution}}


Template {{tl2|harvtxt}} can be used to link an [[Wikipedia:Citing sources#In-text attribution|in-text attribution]] to the full citation at the bottom of the page.
====Author(s) and year====
{{markup
The author and the year of publication are the only required parameters. Up to four authors can be given as parameters.  
|<nowiki>According to {{harvtxt|Smith|2009|p=25}} ...


==References==
The [[#Possible issues|possible issues]] section below describes workarounds for various common problems, such as [[#Large number of authors|large number of authors]], [[#No author name in citation template|no author name]], [[#More than one work in a year|multiple works in the same year]], [[#More than one author with the same last name|multiple authors with same last name]] and others.  
* {{citation
| last = Smith | first = John
| year = 2009
| title = Smith's Book
}}
</nowiki>
|
According to {{harvtxt|Smith|2009|p=25}} ...
{{Fake heading|sub=3|References}}
* {{citation
| last = Smith | first = John
| year = 2009
| title = Smith's Book
}}
}}


====Bundled citation: {{tl2|harvnb}} or {{tl2|sfnm}}====
{{#if:{{{noref|}}}|
{{see also|Wikipedia:Citing sources#Bundling citations}}
{{markup
Template {{tl2|harvnb}} can be used to [[WP:CITE#Bundling citations|bundle citations]]. {{tl2|sfnm}} also produces bundled citations.
|<nowiki>Article text.{{</nowiki>{{{1}}}<nowiki>|Smith|2020|p=25}}</nowiki>
 
|Article text.{{{{{1}}}|Smith|2020|p=25}}<br />
{{markup|<nowiki>
{{reflist}}
Article text ({{harvnb|Smith|2010|p=25}}; {{harvnb|Jones|2010}}).
|<nowiki>Article text.{{</nowiki>{{{1}}}<nowiki>|Smith|Jones|2020|p=25}}</nowiki>
</nowiki>|
|Article text.{{{{{1}}}|Smith|Jones|2020|p=25}}<br />
Article text ({{harvnb|Smith|2010|p=25}}; {{harvnb|Jones|2010}}).
{{reflist}}
|<nowiki>
|<nowiki>Article text.{{</nowiki>{{{1}}}<nowiki>|Smith|Jones|Brown|2020|p=25}}</nowiki>
Article text.<ref>{{harvnb|Smith|2010|p=25}}; {{harvnb|Jones|2010}}</ref>
|Article text.{{{{{1}}}|Smith|Jones|Brown|2020|p=25}}<br />
</nowiki>
{{reflist}}
|Article text.<ref>{{harvnb|Smith|2010|p=25}}; {{harvnb|Jones|2010}}</ref>
|<nowiki>Article text.{{</nowiki>{{{1}}}<nowiki>|Smith|Jones|Brown|Black|2020|p=25}}</nowiki>
{{Fake heading|sub=3|Notes}}
|Article text.{{{{{1}}}|Smith|Jones|Brown|Black|2020|p=25}}<br />
<references />
{{reflist}}
|<nowiki>
}}|{{markup
Article text.{{sfnm|la1=Smith|y1=2010|p1=25|la2=Jones|y2=2010}}
|<nowiki>Article text.<ref>{{</nowiki>{{{1}}}<nowiki>|Smith|2020|p=25}}</ref></nowiki>
</nowiki>
|Article text.{{#tag:ref|{{{{{1}}}|Smith|2020|p=25}}}}<br />
|Article text.<ref>{{harvnb|Smith|2010|p=25}}; {{harvnb|Jones|2010}}</ref>
{{reflist}}
{{Fake heading|sub=3|Notes}}
|<nowiki>Article text.<ref>{{</nowiki>{{{1}}}<nowiki>|Smith|Jones|2020|p=25}}</ref></nowiki>          
<references />
|Article text.{{#tag:ref|{{{{{1}}}|Smith|Jones|2020|p=25}}}}<br />
|<nowiki>
{{reflist}}
==References==
|<nowiki>Article text.<ref>{{</nowiki>{{{1}}}<nowiki>|Smith|Jones|Brown|2020|p=25}}</ref></nowiki>     
* {{cite book | last = Smith | first = John ... Smith's book }}
|Article text.{{#tag:ref|{{{{{1}}}|Smith|Jones|Brown|2020|p=25}}}}<br />
* {{cite book | last = Jones | first = Mary ... Jones' book }}
{{reflist}}
</nowiki>
|<nowiki>Article text.<ref>{{</nowiki>{{{1}}}<nowiki>|Smith|Jones|Brown|Black|2020|p=25}}</ref></nowiki>
|{{Fake heading|sub=3|References}}
|Article text.{{#tag:ref|{{{{{1}}}|Smith|Jones|Brown|Black|2020|p=25}}}}<br />
* {{cite book | last = Smith | first = John | year = 2010 | title = Smith's book }}
{{reflist}}
* {{cite book | last = Jones | first = Mary | year = 2010 | title = Jones' book }}
}}
}}
Note that {{tl2|sfn}} is inappropriate for bundled citations; use {{tl2|harvnb}} or {{tl2|sfnm}}.
====More exotic Harvard citations: {{tl2|harvid}} or {{tl2|harvs}}====
{{Main|Template:Harvard citations|Template:harvid}}
More exotic Harvard citations can be constructed using the {{tl2|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 <code><nowiki>[[#{{harvid|</nowiki></code>''parameters''<code><nowiki>}}|</nowiki></code>''link name''<code><nowiki>]]</nowiki></code>. ({{tl|citeref}} is a wrapper for {{tl|harvid}} making it easier to consistently create such internal links in small superscript<sup>[n]</sup> or plain-text label styles.)
{{markup|<nowiki>
The theory was developed by {{harvs|txt|first=F. J.|last=Murray|author1-link=F. J. Murray|first2=J.|last2=von Neumann|author2-link=John von Neumann|year=1936|year2=1937|year3=1943}}.
</nowiki>|
The theory was developed by {{harvs|txt|first=F. J.|last=Murray|author1-link=F. J. Murray|first2=J.|last2=von Neumann|author2-link=John von Neumann|year=1936|year2=1937|year3=1943}}.
|<nowiki>
The theory was developed by [[F. J. Murray]] and [[John von Neumann|J. von Neumann]] ([[#{{harvid|Murray|von Neumann|1936}}|1936]],[[#{{harvid|Murray|von Neumann|1937}}|1937]],[[#{{harvid|Murray|von Neumann|1943}}|1943]]).
</nowiki>|
The theory was developed by [[F. J. Murray]] and [[John von Neumann|J. von Neumann]] ([[#{{harvid|Murray|von Neumann|1936}}|1936]], [[#{{harvid|Murray|von Neumann|1937}}|1937]], [[#{{harvid|Murray|von Neumann|1943}}|1943]]).
|<nowiki>
== 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 | ...}}
</nowiki>|
{{fake header|sub=3|References}}
* {{citation | last=Murray | first=F. J.| last2=von Neumann | first2=John | year=1936 | title=Mathematics Paper }}
* {{citation | last=Murray | first=F. J.| last2=von Neumann | first2=John | year=1937 | title=Another Mathematics Paper }}
* {{citation | last=Murray | first=F. J.| last2=von Neumann | first2=John | year=1943 | title=Yet Another Mathematics Paper }}
}}
}}


Some articles use this idiom <code><nowiki>[[#CITEREF</nowiki></code>''id ''|'' link name ''<code><nowiki>]]</nowiki></code>. See notes on [[#Implementation notes|implementation details]] below.
====Location in the source text====
 
The optional parameters {{para|p}}, {{para|pp}} and {{para|loc}} can be used to indicate the location in the source, such as page numbers. For single pages, use {{para|p}}; for multiple pages (such as ranges), use {{para|pp}}. Use of {{para|p}} for multiple pages or {{para|pp}} for single pages can cause [[Help:Cite errors/Cite error references duplicate key|cite errors]]. {{para|loc}} can be used to specify a location in the source in another way, such as section numbers or chapters. The parameters {{para|page}} and {{para|pages}} exist as aliases for {{para|p}} and {{para|pp}}, respectively.
===Variations===
==== Using colon format: {{tl2|harvcol}}, {{tl2|harvcolnb}}, {{tl2|harvcoltxt}} ====
Templates {{tl2|harvcol}}, {{tl2|harvcolnb}}, and {{tl2|harvcoltxt}} use a colon to indicate the page number(s) or location.
 
{{markup
|<nowiki>{{harvcol|Smith|2011|p=25}}</nowiki>|{{harvcol|Smith|2011|p=25}}
|<nowiki>{{harvcolnb|Smith|2011|p=25}}</nowiki>|{{harvcolnb|Smith|2011|p=25}}
|<nowiki>{{harvcoltxt|Smith|2011|p=25}}</nowiki>|{{harvcoltxt|Smith|2011|p=25}}
|<nowiki>{{harvcol|Smith|2011|p=25–26}}</nowiki>|{{harvcol|Smith|2011|p=25–26}}
|<nowiki>{{harvcol|Smith|2011|loc=chpt. 3}}</nowiki>|{{harvcol|Smith|2011|p=chpt. 3}}}}
 
==== Parentheses around the year: {{tl2|sfnp}} and {{tl2|harvp}} ====
 
Template {{tl2|sfnp}} puts parentheses around the year. Compare the two examples.


{{#if:{{{noref|}}}|
{{markup
{{markup
|<nowiki>
|<nowiki>Article text.{{</nowiki>{{{1}}}<nowiki>|Smith|2020|p=25}}</nowiki>
Article text.{{sfnp|Smith|2011}}
|Article text.{{{{{1}}}|Smith|2020|p=25}}<br />
== Notes ==
{{reflist}}
|<nowiki>Article text.{{</nowiki>{{{1}}}<nowiki>|Smith|2020|loc=chpt. 3}}</nowiki>
|Article text.{{{{{1}}}|Smith|2020|loc=chpt. 3}}<br />
{{reflist}}
{{reflist}}
</nowiki>|
|<nowiki>{{</nowiki>{{{1}}}<nowiki>|Smith|2020|loc=section 7}}</nowiki>
Article text.{{sfnp|Smith|2011}}
|Article text.{{{{{1}}}|Smith|2020|loc=section 7}}<br />
{{Fake heading|sub=3|Notes}}
{{reflist|close=1}}
|<nowiki>
Article text.{{sfn|Smith|2011}}
== Notes ==
{{reflist}}
{{reflist}}
</nowiki>|
Article text.{{sfn|Smith|2011}}
{{Fake heading|sub=3|Notes}}
{{reflist|close=1}}
}}
}}
 
|
Similarly, in order to mimic {{cs1}} citations, template {{tl2|harvp}} puts parentheses around the year.
{{markup
{{markup
|<nowiki>{{harvp|Smith|2011|p=25}}</nowiki>|{{harvp|Smith|2011|p=25}}
|<nowiki>Article text.<ref>{{</nowiki>{{{1}}}<nowiki>|Smith|2020|p=25}}</ref></nowiki>        
|Article text.{{#tag:ref|{{{{{1}}}|Smith|2020|p=25}}}}<br />
{{reflist}}
|<nowiki>Article text.<ref>{{</nowiki>{{{1}}}<nowiki>|Smith|2020|pp=25–26}}</ref></nowiki>   
|Article text.{{#tag:ref|{{{{{1}}}|Smith|2020|pp=25–26}}}}<br />
{{reflist}}
|<nowiki>Article text.<ref>{{</nowiki>{{{1}}}<nowiki>|Smith|2020|loc=chpt. 3}}</ref></nowiki> 
|Article text.{{#tag:ref|{{{{{1}}}|Smith|2020|loc=chpt. 3}}}}<br />
{{reflist}}
|<nowiki>Article text.<ref>{{</nowiki>{{{1}}}<nowiki>|Smith|2020|loc=section 7}}</ref></nowiki>
|Article text.{{#tag:ref|{{{{{1}}}|Smith|2020|loc=section 7}}}}<br />
{{reflist}}
}}
}}
}}
====Additional text====
The optional parameter {{para|postscript}} or {{para|ps}} can be used to change the text which appears at the end of the note in the reference list. (See [[#Additional comments or quotes|§ Adding additional comments or quotes]] and [[#No closing period|§ No closing period]], below.) The postscript is only effective the first time {{tl2|sfn}} is used for a particular author, year and location.
====Hard-coded link names====
''Not available in {{tl2|sfn}} and similar templates.''
The optional parameter {{para|ref}} is used to create a unusually named link from the short citation to the full citation. This parameter is usually not necessary, and it is more common to use {{tl2|sfnRef}} or {{tl2|harvid}} in the reference section.  If you specify {{para|ref|none}}, no hyperlink is created. However, if one does not want the link, it is always possible to simply use plain text instead of the template. The parameter {{para|Ref}} is an alias for {{para|ref}}.
==Possible issues==
{{anchor|Additional comments or quotes}}
{{anchor|Additional comments or quotes}}
==== Additional comments or quotes: {{para|ps}} ====
=== Adding additional comments or quotes ===
 
The templates {{tl2|harvnb}} or {{tl2|harvtxt}} can be used to add quotes or additional comments into the footnote. This effect can also be achieved using {{tl2|sfn}} by adding a quote or comment to {{para|loc}}. Examples are below.
The parameter {{para|ps}} can be used to add quotes or additional comments. Note that this effect can also be achieved using {{tl2|harvnb}}, if done as shown in the last example. The postscript is only effective the first time {{tl2|sfn}} is used for a particular author, year, and location.


{{markup
{{markup
|<nowiki>
|<nowiki>
Some information.{{sfn|Smith|2011|p=2|ps=: "A quote verifying the information."}}
Some information.<ref>{{harvnb|Smith|2011|p=2}}: "A quote verifying the information."</ref>
== Notes ==
== Notes ==
{{reflist}}
{{reflist}}
</nowiki>|
</nowiki>|
Some information.{{sfn|Smith|2011|p=2|ps=: "A quote verifying the information."}}
Some information.<ref>{{harvnb|Smith|2011|p=2}}: "A quote verifying the information."</ref>
{{Fake heading|sub=3|Notes}}
{{Fake heading|sub=3|Notes}}
{{reflist}}
{{reflist}}
|<nowiki>
|<nowiki>
"A quote in a secondary source."{{sfn|Smith|2011|p=2|ps=, quoted in {{harvtxt|Jones|2010|p=343}}}}
"A quote in a secondary source."<ref>{{harvtxt|Smith|2011|p=2}} quoted in {{harvtxt|Jones|2010|p=343}}</ref>
== Notes ==
== Notes ==
{{reflist}}
{{reflist}}
</nowiki>|
</nowiki>|
"A quote in a secondary source."{{sfn|Smith|2011|p=2|ps=, quoted in {{harvtxt|Jones|2010|p=343}}}}
"A quote in a secondary source."<ref>{{harvtxt|Smith|2011|p=2}} quoted in {{harvtxt|Jones|2010|p=343}}</ref>
{{Fake heading|sub=3|Notes}}
{{Fake heading|sub=3|Notes}}
{{reflist}}
{{reflist}}
|<nowiki>
|<nowiki>
Some information.<ref>{{harvnb|Smith|2011|p=2}}: "A quote verifying the information."</ref>
Some information.{{sfn|Smith|2011|loc=p. 2: "A quote verifying the information"}}
== Notes ==
== Notes ==
{{reflist}}
{{reflist}}
</nowiki>|
</nowiki>|
Some information.<ref>{{harvnb|Smith|2011|p=2}}: "A quote verifying the information."</ref>
Some information.{{sfn|Smith|2011|loc=p. 2: "A quote verifying the information"}}
{{Fake heading|sub=3|Notes}}
{{Fake heading|sub=3|Notes}}
{{reflist}}
{{reflist}}
}}
}}


{{lang|la|Nota bene}}: two or more {{tlc|sfn}} templates with the same authors, same year, and same page, but different {{para|ps}} will result in a {{small|{{error|Cite error: Invalid {{tag|ref|o}} tag; name...}}}} message.  This message happens because the reference names that {{tlc|sfn}} creates will be the same, but the content between the {{tag|ref|params=name="FOOTNOTE..."|o}} tag and the {{tag|ref|c}} tag will be different.  A workaround is to convert one or some of the {{tlc|sfn}} templates to {{tlx|harvnb}} wrapped in {{tag|ref}} tags.  
{{lang|la|Nota bene}}: In the past, the use of {{para|ps}} has been advised to hold this additional information, but it is not suitable for this purpose. Two or more {{tlc|sfn}} templates with the same authors, same year, and same page, but different {{para|ps}} will result in a {{small|{{error|Cite error: The named reference ... was defined multiple times with different content}}}} message.  This message happens because the reference names that {{tlc|sfn}} creates will be the same, but the content between the {{tag|ref|params=name="FOOTNOTE..."|o}} tag and the {{tag|ref|c}} tag will be different.  A workaround is to convert one or some of the {{tlc|sfn}} templates to {{tlx|harvnb}} wrapped in {{tag|ref}} tags.
 
===Adding a URL for the page or location===
If a specific link to the page or section is available, a [[Uniform Resource Locator|URL]] can be added to the location or page number.
{{markup
|<nowiki>{{harv|Smith|2011|loc=[http://en.wikipedia.org chpt. 3]}}</nowiki>
|{{harv|Smith|2011|loc=[http://en.wikipedia.org chpt. 3]}}
|<nowiki>{{harv|Smith|2011|loc=[http://en.wikipedia.org &amp;sect;7]}}</nowiki>
|{{harv|Smith|2011|loc=[http://en.wikipedia.org §7]}}
|<syntaxhighlight lang="moin">Article text.{{sfn|Smith|2011|p=[http://en.wikipedia.org 3]}}
 
==Notes==
{{reflist}}
 
==References==
* {{cite book | last = Smith | date = 2011 | title = Smith's
other book }}</syntaxhighlight>
|{{Fake notes and references
|Article text.{{sfn|Smith|2011|p=[http://en.wikipedia.org 3]}}
|* {{cite book | last = Smith | date = 2011 | title = Smith's other book }}
}}}}
 
===A citation inside an explanatory footnote===


Two or more {{tlc|sfn}} templates with the same authors and same year, but different {{para|ps}} will also result in a {{small|{{error|Cite error: Invalid {{tag|ref|o}} tag; name...}}}} message. A workaround is to add {{para|loc|{<nowiki/>{sp}<nowiki/>}}} to one of the {{tlc|sfn}} templates, which makes them different from a technical standpoint but the same when rendered.
Sometimes an explanatory footnote requires a citation. Templates like {{tl1|sfn}} can't be directly imbedded between {{tag|ref}} tags, because the following message will be produced: {{small|{{error|Cite error references missing group||nocat=true}}}}.
{{anchor|No closing period}}


==== No closing period: {{para|ps|none}} ====
The templates {{tl1|efn}} and {{tl1|notelist}} can be used to create separate explanatory footnotes from short citations, as shown in the first example. An article that uses this technique extensively is [[Chinese Room]].


Using {{para|ps|none}} in {{tl2|sfn}} removes the final period. Compare the two examples. Suppressing the default period (full stop) ensures consistency with [[Help:Citation_Style_2|Citation style 2]], as produced by {{tl2|Citation}}, which does not use a trailing period (full stop) when rendering full citations. The postscript is only effective the first time {{tl2|sfn}} is used for a particular author, year, and location. {{para|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.
It is also possible to use the [[magic word]] <code><nowiki>{{#tag:ref|...}}</nowiki></code> and the {{tl|sfn}} template will work correctly inside the footnote, as shown in the second example.
<br><br>


{{markup
{{markup
|<nowiki>
|<nowiki>
Article text.{{sfn|Smith|2011|ps=none}}
Interesting fact.{{efn|Clarification of interesting fact.{{sfn|Smith|2018}}}}
== Notes ==
 
==Notes==
{{notelist}}
 
==Citations==
{{reflist}}
{{reflist}}
==References==
* {{cite book
| last = Smith
| date = 2018
| title = Smith's other book }}
</nowiki>|
</nowiki>|
Article text.{{sfn|Smith|2011|ps=none}}
Interesting fact.{{efn|Clarification of interesting fact.{{sfn|Smith|2018}}}}
{{Fake heading|sub=3|Notes}}
 
{{reflist|close=1}}
{{fake heading|Notes}}
{{notelist}}
 
{{fake heading|Citations}}
{{reflist}}
 
{{fake heading|References}}
* {{cite book
| last = Smith
| date = 2018
| title = Smith's other book }}
|<nowiki>
|<nowiki>
Article text.{{sfn|Smith|2011}}
Interesting fact.{{#tag:ref|Clarification of interesting fact.{{sfn|Smith|2017}}}}
== Notes ==
 
==Citations==
{{reflist}}
{{reflist}}
==References==
* {{cite book
| last = Smith
| date = 2017
| title = Smith's other book }}
</nowiki>|
</nowiki>|
Article text.{{sfn|Smith|2011}}
Interesting fact.{{#tag:ref|Clarification of interesting fact.{{sfn|Smith|2017}}}}
{{Fake heading|sub=3|Notes}}
 
{{reflist|close=1}}
{{fake heading|Notes}}
{{reflist}}
 
{{fake heading|References}}
* {{cite book
| last = Smith
| date = 2017
| title = Smith's other book }}
}}
}}


====Adding a URL for the page or location====
====Multiple lists of inline citations====
If a specific link to the page or section is available, a [[Uniform Resource Locator|URL]] can be added to the location or page number.
Sometimes there is a need to create two or more separate lists of inline footnotes. For example some family trees are contained in templates, they are transluded into several biographies, and they have their own self contained citations (see [[Template:Houston family tree]] and the article [[Margaret Lea Houston]]).
 
To facilitate this, while the main page uses the standard 1,2,3 footnote counting, it is common for family trees to use the efn template with a group parameter set—for example {{tlx|efn-lg}} (lower-greek). The efn templates are text templates, to link some or all of the content of the efn template to a  long citation template such as {{tlx|cite book}} place {{tlx|harvnb}} or {{tlx|harv}} within the efn template.  
 
{{markup
{{markup
|<nowiki>{{harv|Smith|2011|loc=[http://en.wikipedia.org chpt 3]}}</nowiki>
|<nowiki>
|{{harv|Smith|2011|loc=[http://en.wikipedia.org chpt 3]}}
...by the fact itself.<ref>{{harvnb|Smith|2018|p=1}}</ref>
|<nowiki>{{harv|Smith|2011|loc=[http://en.wikipedia.org &amp;sect;7]}}</nowiki>
 
|{{harv|Smith|2011|loc=[http://en.wikipedia.org §7]}}
==Family Tree==
|<nowiki>Article text.{{sfn|Smith|2011|p=[http://en.wikipedia.org 3]}}
He's his own grandpa.{{efn-lg|{{harvnb|Latham|1947|p=9}} }}
 
===FT notes===
{{notelist-lg}}
 
===FT references===
*{{citation
|last=Latham
|first=Dwight
|date=1947
|title=The Adams family}}
 
==See also==
[[Ipso facto]]<ref>{{harvnb|Smith|2018|p=2}}</ref>


==Notes==
==Notes==
{{reflist}}
{{Reflist}}


==References==
==References==
* {{cite book | last = Smith | year = 2011 | title = Smith's
* {{citation
other book }}</nowiki>
|last=Smith  
|{{Fake notes and references
|date=2018
|Article text.{{sfn|Smith|2011|p=[http://en.wikipedia.org 3]}}
|title=Smith's other book}}
|* {{cite book | last = Smith | year = 2011 | title = Smith's other book }}
</nowiki>|
}}}}
...by the fact itself.<ref>{{harvnb|Smith|2018|p=1}}</ref>
 
{{fake heading|Family Tree}}
He's his own grandpa.{{efn-lg|{{harvnb|Latham|1947|p=9}} }}
 
<small>{{fake heading|FT notes}}</small>
{{notelist-lg}}
 
<small>{{fake heading|FT references}}</small>
*{{citation
|last=Latham
|first=Dwight
|date=1947
|title=The Adams family}}
 
 
{{fake heading|See also}}
[[Ipso facto]]<ref>{{harvnb|Smith|2018|p=2}}</ref>


==Possible issues==
{{fake heading|Notes}}
===Wikilink to citation does not work===
{{Reflist}}
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 {{tl2|citation not found}}.
# The correct citation appears at the bottom of the article, and
## The Harvard citation uses a template (such as {{tl2|sfn}} or {{tl2|harv}}):
### The citation uses a template from the list at [[Help:Citation Style 1|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 {{para|date}} field and no {{para|year}} field, but the format of the {{para|date}} field is unusual. '''Solution''': Try to fix the date. If the link still does not work, add {{para|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 {{para|ref|{{tl|harvid|''args''}}}} is set correctly (see below).
### The citation uses a [[Help:Citation Style Vancouver|Citation Style Vancouver]] template. '''Solution''': check that {{para|harvid}} is set correctly (see below).
### The citation uses a template that does not support {{para|ref}} (See [[Wikipedia:Citation templates and reference anchors]]). '''Solution''': Consider modifying the template to support {{para|ref}}. Alternatively, an anchor can be created using <code><nowiki>{{wikicite|id={{harvid|</nowiki>''args''<nowiki>}}|reference={{</nowiki>''citation''<nowiki>}}}}</nowiki></code>.
### 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 {{para|ref}} appropriately, if necessary). Otherwise consult with local editors on the talk page about how to proceed. Either add {{cite *}} templates and {{tl2|harv}} templates, or remove all templates, depending on what local editors prefer. A few articles use {{tl2|wikicite}} to create an anchor as an alternative to standard templates.
#### It uses a {{tag|cite}} span to create an anchor. '''Solution''': remove the cite span (these are deprecated) and proceed following the  recommendation immediately above.
#### It uses {{tl2|wikicite}}. '''Solution''': Check that the text in {{para|id|{{tl|harvid|''args''}}}} matches the text in {{tl2|wikicite}}.
## If the Harvard citation uses a handwritten wikilink, such as <code><nowiki>[[#Reference-Smith2006|Smith (2006)]]</nowiki></code>:
### The citation uses a citation template which supports {{para|ref}} (See [[Wikipedia:Citation templates and reference anchors]]). '''Solution''': Check that {{para|ref}} is set to a matching id.
### Otherwise, check that the reference has <code><nowiki>{{wikicite|ref=</nowiki>''id''<nowiki>|reference=</nowiki>''citation''<nowiki>}}</nowiki></code> with a matching id.


Templates that have broken [[wikilink]]s using these templates are added to the category {{cat|All articles with broken links to citations}}.
{{fake heading|References}}
* {{citation
|last=Smith
|date=2018
|title=Smith's other book }}
}}


===More than one work in a year===
===More than one work in a year===
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 {{tlc|sfn}} template (e.g. {{tlc|sfn|Smith|2006a}} and {{tlc|sfn|Smith|2006b}}). Make sure to add the disambiguation letter to the matching full citation, (e.g. <code><nowiki>{{cite book|...|last=Smith|year=2006b}}</nowiki></code>).
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 {{tlc|sfn}} template (e.g. {{tlc|sfn|Smith|2006a}} and {{tlc|sfn|Smith|2006b}}). Make sure to add the disambiguation letter to the matching full citation, (e.g. <code><nowiki>{{cite book|...|last=Smith|date=2006b}}</nowiki></code>).


====Templates that use Module:Citation/CS1====
====Templates that use Module:Citation/CS1====
When {{tlc|sfn}} is used with {{tlx|citation}} or {{cs1}} templates, a year-suffix letter may be added to {{para|date}} for all accepted date formats except year-initial numeric ({{small|YYYY-MM-DD}}). It is not necessary to include both {{para|year}} and {{para|date}}. If both are included, {{para|year}} is used for the <code>CITEREF</code> anchor to be compliant with legacy citations.
When {{tlc|sfn}} is used with {{tlx|citation}} or {{cs1}} templates, a year-suffix letter may be added to {{para|date}} for all accepted date formats except year-initial numeric ({{small|YYYY-MM-DD}}). It is not necessary to include both {{para|date}} and {{para|year}} (see exception [[#NB_YEAR|below]]). If both are included, {{para|year}} is used for the <code>CITEREF</code> anchor to be compliant with legacy citations.
:{{para|date|2013a}}: simple year only dates
:{{para|date|2013a}}: simple year only dates
:{{para|date|Jan 2013b}} or {{para|date|Winter 2013b}}: month or season and year dates
:{{para|date|Jan 2013b}} or {{para|date|Winter 2013b}}: month or season and year dates
Line 488: Line 349:
:{{para|date|{{#time:Y}}–{{#time:Y|now +1 year}}f}} or {{para|date|Summer {{#time:Y}}–{{#time:y|now +1 year}}f}}: year ranges
:{{para|date|{{#time:Y}}–{{#time:Y|now +1 year}}f}} or {{para|date|Summer {{#time:Y}}–{{#time:y|now +1 year}}f}}: year ranges
:{{para|date|n.d.e}}: no date (n.d.)
:{{para|date|n.d.e}}: no date (n.d.)
:<s>{{para|date|2013x-11-09}}</s>: not supported, the template must use {{para|year|2013x}}
:{{anchor|NB_YEAR}}<s>{{para|date|2013x-11-09}}</s>: not supported, the template must use {{para|year|2013x}}. If month and day should be part of the citation as well, both parameters need to be given: {{para|date|2013-11-09}} {{para|year|2013x}}. In this case, {{para|date}} is used for citation display and metadata purposes, and {{para|year}} for link disambiguation.


{{markup
{{markup
Line 495: Line 356:


==Notes==
==Notes==
{{reflist |close=1}}
{{reflist}}


==References==
==References==
Line 515: Line 376:
|Article text.{{sfn|Smith|1993a|p=25}}
|Article text.{{sfn|Smith|1993a|p=25}}
More text.{{sfn|Smith|1993b|p=32}}
More text.{{sfn|Smith|1993b|p=32}}
|* {{cite journal
|* {{cite journal|last=Smith|first=Karen|date=January 1993a|title=Smith's first paper|journal=Important Journal}}
|last=Smith
* {{cite journal|last=Smith|first=Karen|date=Spring–Summer 1993b|title=Smith's second paper|journal=Another Important Journal}}
|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
}}}}}}


==== More than one author with the same last name ====
=== More than one author with the same last name ===
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".
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===
===Large number of authors===
Only the first four authors are required by the template. Listing more is not supported. It is also possible to use the {{para|ref|{{tl|harvid}}}} in the citation template, which allows a more concise citation in the article text.
Only the first four authors are required by the template. Listing more is not supported. It is also possible to use the {{para|ref|{{tl|harvid}}}} in the citation template, which allows a more concise citation in the article text.


Line 551: Line 401:
| last6 = Martinez
| last6 = Martinez
| last7 = Hsu
| last7 = Hsu
| year= 1994
| date = 1994
| title= Scientific paper written by
| title = Scientific paper written by
many scientists
many scientists
| journal = Important Journal
| journal = Important Journal
}}</nowiki>
}}</nowiki>
|{{fake notes and references
|Article text.<ref>{{harv|Smith|Jones|Brown|Black|1994|p=25}}</ref>
|Article text.<ref>{{harv|Smith|Jones|Brown|Black|1994|p=25}}</ref>
 
|
{{Fake heading|sub=3|Notes}}
{{reflist}}
 
{{Fake heading|sub=3|References}}
* {{cite journal
* {{cite journal
| last = Smith
| last = Smith
Line 570: Line 417:
| last6 = Martinez
| last6 = Martinez
| last7 = Hsu
| last7 = Hsu
| year= 1994
| date = 1994
| title= Scientific paper written by many scientists
| title = Scientific paper written by many scientists
| journal = Important Journal
| journal = Important Journal}}
}}
}}
|<nowiki>Article text.<ref>{{harv|Smith et al.|1995|p=25}}</ref>
|<nowiki>Article text.<ref>{{harv|Smith et al.|1995|p=25}}</ref>
Line 588: Line 435:
| last6 = Martinez
| last6 = Martinez
| last7 = Hsu
| last7 = Hsu
| year= 1995
| date = 1995
| title= Another paper by many scientists
| title = Another paper by many scientists
| journal = Important Journal
| journal = Important Journal
| ref = {{harvid|Smith et al.|1995}}
| ref = {{harvid|Smith et al.|1995}}
}}</nowiki>
}}</nowiki>
|{{fake notes and references
|Article text.<ref>{{harv|Smith et al.|1995|p=25}}</ref>
|Article text.<ref>{{harv|Smith et al.|1995|p=25}}</ref>
 
|
{{Fake heading|sub=3|Notes}}
{{reflist}}
 
{{Fake heading|sub=3|References}}
* {{cite journal
* {{cite journal
| last = Smith
| last = Smith
Line 607: Line 451:
| last6 = Martinez
| last6 = Martinez
| last7 = Hsu
| last7 = Hsu
| year= 1995
| date = 1995
| title= Another paper by many scientists
| title = Another paper by many scientists
| journal = Important Journal
| journal = Important Journal
| ref = {{harvid|Smith et al.|1995}}
| ref = {{harvid|Smith et al.|1995}}
}}
}}}}
}}}}


Line 624: Line 469:


{{markup
{{markup
|<nowiki>Article text.{{sfn |BGI|1996|p=429}}
|<syntaxhighlight lang="moin">Article text.{{sfn|BGI|1996|p=429}}


==Notes==
==Notes==
Line 632: Line 477:
* {{cite book
* {{cite book
| title = Important Book
| title = Important Book
| year = 1996
| date = 1996
| publisher = Big Government Institution
| publisher = Big Government Institution
| ref = {{harvid|BGI|1996}}
| ref = {{harvid|BGI|1996}}
}}</nowiki>
}}</syntaxhighlight>
|{{fake notes and references
|{{fake notes and references
|Article text.{{sfn |BGI|1996|p=429}}
|Article text.{{sfn |BGI|1996|p=429}}
|* {{cite book
|* {{cite book
| title = Important Book
| title = Important Book
| year = 1996
| date = 1996
| publisher = Big Government Institution
| publisher = Big Government Institution
| ref = {{harvid|BGI|1996}}
| ref = {{harvid|BGI|1996}}
}}}}
}}}}
|<nowiki>Article text.{{sfn |''Popular Magazine''|1996|p=29}}
|<syntaxhighlight lang="moin">Article text.{{sfn |''Popular Magazine''|1996|p=29}}


==Notes==
==Notes==
Line 653: Line 498:
| magazine = Popular Magazine
| magazine = Popular Magazine
| title = An Article by an Anonymous Author
| title = An Article by an Anonymous Author
| year = 1996
| date = 1996
| ref = {{harvid|Popular Magazine|1996}}
| ref = {{harvid|Popular Magazine|1996}}
}}</nowiki>
}}</syntaxhighlight>
|{{fake notes and references
|{{fake notes and references
|Article text.{{sfn |''Popular Magazine''|1996|p=29}}
|Article text.{{sfn |''Popular Magazine''|1996|p=29}}
Line 661: Line 506:
| magazine = Popular Magazine
| magazine = Popular Magazine
| title = An Article by an Anonymous Author
| title = An Article by an Anonymous Author
| year = 1996
| date = 1996
| ref = {{harvid|Popular Magazine|1996}}
| ref = {{harvid|Popular Magazine|1996}}
}}}}}}
}}}}}}


===Citation has {{para|date}} and no {{para|year}}===
===Citation has <code>|date=</code> and no <code>|year=</code>===
Either the {{para|year}} or {{para|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 {{para|date}} and {{para|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.
Either the {{para|date}} or {{para|year}} 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 {{para|date}} and {{para|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
{{markup
Line 710: Line 555:
}}}}}}
}}}}}}


===Citation template does not support {{para|ref|harv}}===
===Using {{{1}}} with [[Template:vcite|<code><nowiki>{{vcite}}</nowiki></code>]]===
The {{vcite}} family of templates use parameter {{para|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.
The {{vcite}} family of templates use parameter {{para|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
{{markup
Line 722: Line 567:
* {{vcite book
* {{vcite book
| author = Smith K
| author = Smith K
| year = 1999
| date = 1999
| title = Smith's 1999 Book
| title = Smith's 1999 Book
| harvid = Smith1999
| harvid = Smith1999
Line 730: Line 575:
|* {{vcite book
|* {{vcite book
| author = Smith K
| author = Smith K
| year = 1999
| date = 1999
| title = Smith's 1999 Book
| title = Smith's 1999 Book
| harvid = Smith1999
| harvid = Smith1999
}}}}
|<nowiki>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}}
}}</nowiki>
|{{fake notes and references
| Article text.{{sfn|Smith|2000|p=101}}
|* {{cite thesis
| last = Smith | first = Karen
| date = May 2000
| title = Smith's Thesis
| ref = {{harvid|Smith|2000}}
}}}}}}
}}}}}}


===Citation format does not support anchors: {{tl2|wikicite}}===
===Citation format does not support anchors: [[Template:wikicite|<code><nowiki>{{wikicite}}</nowiki></code>]]===
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 {{para|ref}} parameter or (2) the source can't be described using our citation templates at all. In these cases, it is possible to use {{tl2|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 {{tl2|harv}} or {{tl2|sfn}}, leaving plain text without links.
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 {{para|ref}} parameter or (2) the source can't be described using our citation templates at all. In these cases, it is possible to use {{tl2|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 {{tl2|harv}} or {{tl2|sfn}}, leaving plain text without links.


Line 769: Line 594:
  | title=Important Government Report
  | title=Important Government Report
  | publisher=Big Government Agency
  | publisher=Big Government Agency
  | year=1999
  | date=1999
  }}
  }}
  | ref = {{harvid|Big Government Agency|1999}}
  | ref = {{harvid|Big Government Agency|1999}}
Line 781: Line 606:
  | title=Important Government Report
  | title=Important Government Report
  | publisher=Big Government Agency
  | publisher=Big Government Agency
  | year=1999
  | date=1999
}}
}}
| ref = {{harvid|Big Government Agency|1999}}
| ref = {{harvid|Big Government Agency|1999}}
Line 823: Line 648:
   | work = Richard Watts Charities
   | work = Richard Watts Charities
   | url = http://www.richardwatts.org.uk/richardwatts1.html
   | url = http://www.richardwatts.org.uk/richardwatts1.html
   | accessdate = 21 June 2012
   | access-date = 21 June 2012
   }}
   }}
</nowiki>
</nowiki>
Line 836: Line 661:
   | work = Richard Watts Charities
   | work = Richard Watts Charities
   | url = http://www.richardwatts.org.uk/richardwatts1.html
   | url = http://www.richardwatts.org.uk/richardwatts1.html
   | accessdate = 21 June 2012
   | access-date = 21 June 2012
   }}}}}}
   }}}}}}


==Recommended style==
{{anchor|No closing period}}
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
=== No closing period: <code>|ps=none</code> ===
 
Using {{para|ps|none}} in {{tl2|sfn}} removes the final period. Compare the two examples. Suppressing the default period (full stop) ensures consistency with [[Help:Citation_Style_2|Citation style 2]], as produced by {{tl2|Citation}}, which does not use a trailing period (full stop) when rendering full citations. The postscript is only effective the first time {{tl2|sfn}} is used for a particular author, year, and location. {{para|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
|<nowiki>
Article text.{{sfn|Smith|2011|ps=none}}
== Notes ==
{{reflist}}
</nowiki>|
Article text.{{sfn|Smith|2011|ps=none}}
{{Fake heading|sub=3|Notes}}
{{reflist}}
|<nowiki>
Article text.{{sfn|Smith|2011}}
== Notes ==
{{reflist}}
</nowiki>|
Article text.{{sfn|Smith|2011}}
{{Fake heading|sub=3|Notes}}
{{reflist}}
}}
 
===Wikilink to citation does not work===
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 {{tl2|citation not found}}.
# The correct citation appears at the bottom of the article, and
## The Harvard citation uses a template (such as {{tl2|sfn}} or {{tl2|harv}}):
### The citation uses a template from the list at [[Help:Citation Style 1|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 {{para|date}} field and no {{para|year}} field, but the format of the {{para|date}} field is unusual. '''Solution''': Try to fix the date. If the link still does not work, add {{para|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 {{para|ref|{{tl|harvid|''args''}}}} is set correctly (see below).
### The citation uses a [[Help:Citation Style Vancouver|Citation Style Vancouver]] template. '''Solution''': check that {{para|harvid}} is set correctly (see below).
### The citation uses a template that does not support {{para|ref}} (See [[Wikipedia:Citation templates and reference anchors]]). '''Solution''': Consider modifying the template to support {{para|ref}}. Alternatively, an anchor can be created using <code><nowiki>{{wikicite|id={{harvid|</nowiki>''args''<nowiki>}}|reference={{</nowiki>''citation''<nowiki>}}}}</nowiki></code>.
### 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 {{para|ref}} appropriately, if necessary). Otherwise consult with local editors on the talk page about how to proceed. Either add {{cite *}} templates and {{tl2|harv}} templates, or remove all templates, depending on what local editors prefer. A few articles use {{tl2|wikicite}} to create an anchor as an alternative to standard templates.
#### It uses a {{tag|cite}} span to create an anchor. '''Solution''': remove the cite span (these are deprecated) and proceed following the  recommendation immediately above.
#### It uses {{tl2|wikicite}}. '''Solution''': Check that the text in {{para|id|{{tl|harvid|''args''}}}} matches the text in {{tl2|wikicite}}.
## If the Harvard citation uses a handwritten wikilink, such as <code><nowiki>[[#Reference-Smith2006|Smith (2006)]]</nowiki></code>:
### The citation uses a citation template which supports {{para|ref}} (See [[Wikipedia:Citation templates and reference anchors]]). '''Solution''': Check that {{para|ref}} is set to a matching id.
### Otherwise, check that the reference has <code><nowiki>{{wikicite|ref=</nowiki>''id''<nowiki>|reference=</nowiki>''citation''<nowiki>}}</nowiki></code> with a matching id.
 
Templates that have broken [[wikilink]]s using these templates are added to the category {{cat|All articles with broken links to citations}}.
 
===Link works but displays a no target error===
When a short-cite template links to a full citation that is rendered by a template that wraps a CS1 template, like {{txl|cite DNB}} (which wraps {{txl|cite encyclopedia}}), a {{error-small|no target}} error may be displayed even when the short-cite template is valid and the link works. That is a "false positive" error. The error message can be suppressed by adding {{para|ignore-err|yes}} to the template.
 
==Other author–date citation templates==
There are several templates used to create short 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:
 
{| class="wikitable"
|+ In-text templates
! Templates !! Aliases !! Example
|-
|{{tl2|Harvard citation no brackets}} || {{tl2|harvnb}} || {{harvnb|Smith|2006|p=25}}
|-
| {{tl2|Harvard citation}} || {{tl2|harv}} || {{harv|Smith|2006|p=25}}
|-
| {{tl2|Harvard citation text}} || {{tl2|harvtxt}} || {{harvtxt|Smith|2006|p=25}}
|-
| {{tl2|Harvcoltxt}} || || {{Harvcoltxt|Smith|2006|p=25}}
|-
| {{tl2|Harvcol}} || || {{Harvcol|Smith|2006|p=25}}
|-
| {{tl2|Harvcolnb}} || || {{Harvcolnb|Smith|2006|p=25}}
|-
| {{tl2|Harvard citations}} || {{tl2|harvs}} || {{harvs|txt=yes|last=Smith|first=John|year1=2006| year2=2007|page=25}} ''(and many other forms)''.
|-
| {{tl2|Harvp}} || || {{harvp|Smith|2006|page=25}}
|-
| {{tl2|Harvc}} || {{tl2|Citec}} || (Cite several contributions/chapters in a larger work)<br />Article text.{{sfn|Stout|Johnson|1957}} More article text.{{sfn|Wadleigh|1957}} Even more article text.<ref>[[#Stefferud preface|Stefferud 1957]]</ref>
'''References'''
{{reflist}}
'''Sources'''
* {{cite book|title=Soil: The Yearbook of Agriculture 1957|editor-last=Stefferud|editor-first=Alfred|date=1957|publisher=United States Department of Agriculture|url=//archive.org/stream/yoa1957#page/n2/mode/1up|oclc=704186906}}
** {{harvc|last=Stefferud|first=A.|year=1957|id=Stefferud preface |c=Preface |url=//archive.org/stream/yoa1957#page/n7/mode/1up |in=Stefferud |ignore-err=yes}}
** {{harvc|last1=Stout|first1=P. R.|last2=Johnson|first2=C. M.|year=1957|c=Trace Elements |url=//archive.org/stream/yoa1957#page/n167/mode/1up |in=Stefferud |ignore-err=yes}}
** {{harvc|last=Wadleigh|first=C. H.|year=1957 |c=Growth of Plants |url=//archive.org/stream/yoa1957#page/n57/mode/1up |in=Stefferud |ignore-err=yes}}
|-
|{{tl2|Shortened footnote template}}|| {{tl2|sfn}} || Article text.{{sfn|Smith|2006|p=25}} <br /> {{Reflist}}
|-
|{{tl2|Sfnp}} || || Article text.{{sfnp|Smith|2006|p=25}} <br /> {{Reflist}}
|-
|{{tl2|Sfnm}} || || Article text.{{sfnm|1a1=Smith|1a2=Jones|1a3=Brown|la4=Black|1y=2005|1p=15|2a1=Smith|2y=2006|2p=50}} <br /> {{Reflist}}
|-
|{{tl2|Sfnmp}} || || Article text.{{sfnmp|1a1=Smith|1a2=Jones|1a3=Brown|la4=Black|1y=2005|1p=15|2a1=Smith|2y=2006|2p=50}} <br /> {{Reflist}}
|}
 
Full citations can be created manually or by templates:
 
* {{cs1}} templates
* {{tl2|citation}}
 
All of these templates have the same parameters and basic functionality. This page describes all of them except the parameters of {{tl2|sfnm}} and {{tl2|harvs}}; please see their documentation pages. Editors editing one of these templates are requested to make parallel changes to the other versions.
 
===Applications of these templates===
====Harvard citation: [[Template:harv|<code><nowiki>{{harv}}</nowiki></code>]]====
<!--{{see also|Wikipedia:Citing sources#Parenthetical referencing}}-->
 
Template {{tl2|harv}} creates a [[Wikipedia:Citing sources#Parenthetical referencing|parenthetical reference]] with a link to the full citation in the references section at the bottom of the article.
 
{{Markup
|<nowiki>Article text.<ref>{{harv|Smith|2006|p=25}}</ref>
 
==Notes==
{{reflist}}
 
==References==
* {{cite book
| last = Smith | first = John
| title = Smith's book
| date = 2006
}}</nowiki>
|
Article text.<ref>{{harv|Smith|2006|p=25}}</ref>
 
{{fake heading|sub=3|Notes}}
{{reflist}}
 
{{fake heading|sub=3|References}}
* {{cite book|last=Smith|first=John|title=Smith's book|date=2006}}
}}
 
{{anchor|Shortened footnote}}
====Shortened footnote: [[Template:sfn|<code><nowiki>{{sfn}}</nowiki></code>]] or [[Template:harvnb|<code><nowiki>{{harvnb}}</nowiki></code>]]====
{{see also|Wikipedia:Citing sources#Short citations|Help:Shortened footnotes}}
 
Template {{tl2|harvnb}} inside a {{tag|ref|o}} span can be used to create a [[Help:Shortened footnotes|shortened footnote]] that is linked to the full citation at the bottom of the article. Template {{tl2|sfn}} (without the use of {{tag|ref|o}}) has the same effect, automatically adds a period (full stop) after the page number, and combines identical footnotes automatically.
 
{{markup|<nowiki>
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
| date = 2007
| title = Smith's Book
}}
</nowiki>|
Article text.{{sfn|Smith|2007|p=25}}
More article text.{{sfn|Smith|2007|p=25}}
Still more article text.{{sfn|Smith|2007|p=26}}
{{fake notes and references||}}
* {{cite book
| last = Smith | first = John
| date = 2007
| title = Smith's Book
}}
 
|<nowiki>
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
| date = 2008
| title = Smith's Book
}}
</nowiki>|
Article text.<ref name=Smith2007p25>{{harvnb|Smith|2008|p=25}}.</ref>
More article text.<ref name=Smith2007p25/>
Still more article text.<ref>{{harvnb|Smith|2008|p=26}}.</ref>
 
{{fake notes and references||}}
* {{cite book
| last = Smith | first = John
| date = 2008
| title = Smith's Book
}}
 
}}
 
====In text attribution: [[Template:harvtxt|<code><nowiki>{{harvtxt}}</nowiki></code>]]====
{{see also|Wikipedia:Citing sources#In-text attribution}}
 
Template {{tl2|harvtxt}} can be used to link an [[Wikipedia:Citing sources#In-text attribution|in-text attribution]] to the full citation at the bottom of the page.
{{markup
{{markup
|<nowiki>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}}).
|<nowiki>According to {{harvtxt|Smith|2009|p=25}} ...
 
==References==
* {{citation
| last = Smith | first = John
| date = 2009
| title = Smith's Book
}}
</nowiki>
|
According to {{harvtxt|Smith|2009|p=25}} ...
{{Fake heading|sub=3|References}}
* {{citation
| last = Smith | first = John
| date = 2009
| title = Smith's Book
}}
}}
 
====Bundled citation: [[Template:harvnb|<code><nowiki>{{harvnb}}</nowiki></code>]] or [[Template:sfnm|<code><nowiki>{{sfnm}}</nowiki></code>]]====
{{see also|Wikipedia:Citing sources#Bundling citations}}
Template {{tl2|harvnb}} can be used to [[WP:CITE#Bundling citations|bundle citations]]. {{tl2|sfnm}} also produces bundled citations.
 
{{markup|<nowiki>
Article text ({{harvnb|Smith|2010|p=25}}; {{harvnb|Jones|2010}}).
</nowiki>|
Article text ({{harvnb|Smith|2010|p=25}}; {{harvnb|Jones|2010}}).
|<nowiki>
Article text.<ref>{{harvnb|Smith|2010|p=25}}; {{harvnb|Jones|2010}}</ref>
</nowiki>
|Article text.<ref>{{harvnb|Smith|2010|p=25}}; {{harvnb|Jones|2010}}</ref>
{{Fake heading|sub=3|Notes}}
<references />
|<nowiki>
Article text.{{sfnm|la1=Smith|y1=2010|p1=25|la2=Jones|y2=2010}}
</nowiki>
|Article text.<ref>{{harvnb|Smith|2010|p=25}}; {{harvnb|Jones|2010}}</ref>
{{Fake heading|sub=3|Notes}}
<references />
|<nowiki>
==References==
* {{cite book |last = Smith |first = John ... Smith's book}}
* {{cite book |last = Jones |first = Mary ... Jones' book}}
</nowiki>
|{{Fake heading|sub=3|References}}
* {{cite book |last = Smith |first = John |date = 2010 |title = Smith's book }}
* {{cite book |last = Jones |first = Mary |date = 2010 |title = Jones' book }}
}}


Note that {{tl2|sfn}} is inappropriate for bundled citations; use {{tl2|harvnb}} or {{tl2|sfnm}}.
====More exotic Harvard citations: [[Template:harvid|<code><nowiki>{{harvid}}</nowiki></code>]] or [[Template:harvs|<code><nowiki>{{harvs}}</nowiki></code>]]====
{{Main|Template:Harvard citations|Template:harvid}}
More exotic Harvard citations can be constructed using the {{tl2|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 <code><nowiki>[[#{{harvid|</nowiki></code>''parameters''<code><nowiki>}}|</nowiki></code>''link name''<code><nowiki>]]</nowiki></code>. ({{tl|citeref}} is a wrapper for {{tl|harvid}} making it easier to consistently create such internal links in small superscript<sup>[n]</sup> or plain-text label styles.)
{{markup|<nowiki>
The theory was developed by {{harvs|txt|first=F. J.|last=Murray|author1-link=F. J. Murray|first2=J.|last2=von Neumann|author2-link=John von Neumann|year=1936|year2=1937|year3=1943}}.
</nowiki>|
The theory was developed by {{harvs|txt|first=F. J.|last=Murray|author1-link=F. J. Murray|first2=J.|last2=von Neumann|author2-link=John von Neumann|year=1936|year2=1937|year3=1943}}.
|<nowiki>
The theory was developed by [[F. J. Murray]] and [[John von Neumann|J. von Neumann]] ([[#{{harvid|Murray|von Neumann|1936}}|1936]],[[#{{harvid|Murray|von Neumann|1937}}|1937]],[[#{{harvid|Murray|von Neumann|1943}}|1943]]).
</nowiki>|
The theory was developed by [[F. J. Murray]] and [[John von Neumann|J. von Neumann]] ([[#{{harvid|Murray|von Neumann|1936}}|1936]], [[#{{harvid|Murray|von Neumann|1937}}|1937]], [[#{{harvid|Murray|von Neumann|1943}}|1943]]).
|<nowiki>
== References ==
== References ==
*{{Citation
* {{citation | last1 = Murray | first1 = F. J. | date = 1936 | ...}}
| last = Misner
* {{citation | last1 = Murray | first1 = F. J. | date = 1937 | ...}}
| first = Charles W.
* {{citation | last1 = Murray | first1 = F. J. | date = 1943 | ...}}
| last2 = Thorne
</nowiki>|
| first2 = Kip S.
{{fake header|sub=3|References}}
| first3 = John Archibald
* {{citation | last=Murray | first=F. J.| last2=von Neumann | first2=John | date=1936 | title=Mathematics Paper }}
| last3 = Wheeler
* {{citation | last=Murray | first=F. J.| last2=von Neumann | first2=John | date=1937 | title=Another Mathematics Paper }}
| title = Gravitation
* {{citation | last=Murray | first=F. J.| last2=von Neumann | first2=John | date=1943 | title=Yet Another Mathematics Paper }}
| 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
}}</nowiki>
|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 two ingredients are the curvature tensor and the stress–energy tensor ({{Harvnb|Einstein|1915|p = 844}}; {{Harvnb|Misner|Thorne|Wheeler|1973|p = 41}}).


{{fake heading|sub = 3|References}}
Some articles use this idiom <code><nowiki>[[#CITEREF</nowiki></code>''id ''|'' link name ''<code><nowiki>]]</nowiki></code>. See notes on [[#Implementation notes|implementation details]] below.
*{{Citation
 
| last = Misner
===Variations===
| first = Charles W.
==== Using colon format: {{tl2|harvcol}}, {{tl2|harvcolnb}}, {{tl2|harvcoltxt}} ====
| last2 = Thorne
Templates {{tl2|harvcol}}, {{tl2|harvcolnb}}, and {{tl2|harvcoltxt}} use a colon to indicate the page number(s) or location.
| first2 = Kip S.
 
| first3 = John Archibald
{{markup
| last3 = Wheeler
|<nowiki>{{harvcol|Smith|2011|p=25}}</nowiki>|{{harvcol|Smith|2011|p=25}}
| title = Gravitation
|<nowiki>{{harvcolnb|Smith|2011|p=25}}</nowiki>|{{harvcolnb|Smith|2011|p=25}}
| publisher = W. H. Freeman
|<nowiki>{{harvcoltxt|Smith|2011|p=25}}</nowiki>|{{harvcoltxt|Smith|2011|p=25}}
| location = San Francisco
|<nowiki>{{harvcol|Smith|2011|p=25–26}}</nowiki>|{{harvcol|Smith|2011|p=25–26}}
| date = September 1973
|<nowiki>{{harvcol|Smith|2011|loc=chpt. 3}}</nowiki>|{{harvcol|Smith|2011|p=chpt. 3}}}}
| isbn = 0-7167-0344-0
 
==== Parentheses around the year: [[Template:sfnp|<code><nowiki>{{sfnp}}</nowiki></code>]] and [[Template:harvp|<code><nowiki>{{harvp}}</nowiki></code>]] ====
 
Template {{tl2|sfnp}} puts parentheses around the year. Compare the two examples.
 
{{markup
|<nowiki>
Article text.{{sfnp|Smith|2011}}
== Notes ==
{{reflist}}
</nowiki>|
Article text.{{sfnp|Smith|2011}}
{{Fake heading|sub=3|Notes}}
{{reflist}}
|<nowiki>
Article text.{{sfn|Smith|2011}}
== Notes ==
{{reflist}}
</nowiki>|
Article text.{{sfn|Smith|2011}}
{{Fake heading|sub=3|Notes}}
{{reflist}}
}}
}}
*{{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
}}}}


In short:
Similarly, in order to mimic {{cs1}} citations, template {{tl2|harvp}} puts parentheses around the year.
# For a single work with no author in the text (the most common case), use {{tl2|Harv}}.
{{markup
# For a single work with the author named in the text, use {{tl2|Harvtxt}}.
|<nowiki>{{harvp|Smith|2011|p=25}}</nowiki>|{{harvp|Smith|2011|p=25}}
# For multiple works at the same point, use explicit parentheses and {{tl2|Harvnb}} separated by semicolons.
}}
# For anything more complicated use {{tl2|Harvs}}.


==Implementation notes==
==Implementation notes==
Line 905: Line 976:
{{See also|Wikipedia:Citation templates and reference anchors}}
{{See also|Wikipedia:Citation templates and reference anchors}}


The most common citation templates are {{cs1}} or {{cs2}}. By default, [[Module:Citation/CS1]] and {{tl2|Citation/core}} create an [[HTML element#Links and anchors|anchor]] {{tag|a|o|params=name="CITEREF"}} followed by the concatenation of the following parameters:
The most common citation templates are {{cs1}} or {{cs2}}. By default, [[Module:Citation/CS1]] creates an [[HTML element#Links and anchors|anchor]] {{tag|a|o|params=name="CITEREF"}} followed by the concatenation of the following parameters:
* '''last''' or '''last1''' or '''surname''' or '''surname1''' or '''author''' or '''author1''' or '''authors''',
* '''last''' or '''last1''' or '''surname''' or '''surname1''' or '''author-last''' or '''author-last1''' or '''author1-last''' or '''author-surname''' or '''author-surname1''' or '''author1-surname''' or '''author''' or '''author1''' or '''authors''',
* '''last2''' or '''surname2''' or '''author2''',
* '''last2''' or '''surname2''' or '''author-last2''' or '''author2-last''' or '''author-surname2''' or '''author2-surname''' or '''author2''',
* '''last3''' or '''surname3''' or '''author3''',
* '''last3''' or '''surname3''' or '''author-last3''' or '''author3-last''' or '''author-surname3''' or '''author3-surname''' or '''author3''',
* '''last4''' or '''surname4''' or '''author4''',
* '''last4''' or '''surname4''' or '''author-last4''' or '''author4-last''' or '''author-surname4''' or '''author4-surname''' or '''author4''',
* '''editor-last''' or '''editor-surname''' or '''editor1-last''' or '''editor1-surname''' or '''editor''' or '''editors''',
* '''editor-last''' or '''editor-last1''' or '''editor1-last''' or '''editor-surname''' or '''editor-surname1''' or '''editor1-surname''' or '''editor1''' or '''editor''',
* '''editor2-last''' or '''editor2-surname''',
* '''editor-last2''' or '''editor2-last''' or '''editor-surname2''' or '''editor2-surname''' or '''editor2''',
* '''editor3-last''' or '''editor3-surname''',
* '''editor-last3''' or '''editor3-last''' or '''editor-surname3''' or '''editor3-surname''' or '''editor3''',
* '''editor4-last''' or '''editor4-surname''',
* '''editor-last4''' or '''editor4-last''' or '''editor-surname4''' or '''editor4-surname''' or '''editor4''',
* '''year'''.
* '''date''', '''year'''
CS1 templates and {{tl2|Citation}} set {{para|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]].
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.
Use of the '''date''' parameter in place of the '''year''' parameter in citation templates is preferred.


===Harvard citation [[wikilink]]===
===Harvard citation wikilink===
The Harvard citation templates create a [[wikilink]] to the anchor. For example {{tlx|Harv|Smith|2006|4=p=25}} produces the link {{code|#CITEREFSmith2006}} and {{tlx|Citation|2=last=Smith|3=first=John|4=date=27 January 2006|5=title=My Life}} produces the anchor {{code|CITEREFSmith2006}}.
The Harvard citation templates create a [[wikilink]] to the anchor. For example {{tlx|Harv|Smith|2006|4=p=25}} produces the link {{code|#CITEREFSmith2006}} and {{tlx|Citation|2=last=Smith|3=first=John|4=date=27 January 2006|5=title=My Life}} produces the anchor {{code|CITEREFSmith2006}}.


Line 937: Line 1,007:
To avoid the sometimes difficult to remember syntax for links to CITEREF anchors, {{tl|citeref}} can be used to create internal wikilinks with either small superscript-style labels (like this<sup>[n]</sup>) or plain free-text labels to such anchors. It can be used inside of other citations.
To avoid the sometimes difficult to remember syntax for links to CITEREF anchors, {{tl|citeref}} can be used to create internal wikilinks with either small superscript-style labels (like this<sup>[n]</sup>) or plain free-text labels to such anchors. It can be used inside of other citations.


==={{tl2|sfn}}'s [[WP:REFNAME|ref name]]===
Note that the {{code|CITEREF}} prefix is necessary for the [[mw:Reference Tooltips|reference tooltips gadget]] ([[MediaWiki:Gadget-ReferenceTooltips.js]]) to detect that a link goes to a citation.
 
===[[Template:sfn|<code><nowiki>{{sfn}}</nowiki></code>]]'s [[WP:REFNAME|ref name]]===
Template {{tl2|sfn}} creates a [[WP:REFNAME|named footnote]], so that identical footnotes are combined automatically. The footnote name begins with {{code|FOOTNOTE}} followed by a concatenation of the arguments to {{tl2|sfn}}. E.g.: this template call {{tlx|sfn|Smith|2006|4=p=26}} should have exactly the same functionality as {{tag|ref|params=name="FOOTNOTESmith200626"|content={{tl|Harvnb|Smith|2006|4=p=26}}}} which, in turn, has the same functionality as {{tag|ref|params=name="FOOTNOTESmith200626"|content=<nowiki>[[#CITEREFSmith2006|Smith (2006)]], p. 26</nowiki>}}.
Template {{tl2|sfn}} creates a [[WP:REFNAME|named footnote]], so that identical footnotes are combined automatically. The footnote name begins with {{code|FOOTNOTE}} followed by a concatenation of the arguments to {{tl2|sfn}}. E.g.: this template call {{tlx|sfn|Smith|2006|4=p=26}} should have exactly the same functionality as {{tag|ref|params=name="FOOTNOTESmith200626"|content={{tl|Harvnb|Smith|2006|4=p=26}}}} which, in turn, has the same functionality as {{tag|ref|params=name="FOOTNOTESmith200626"|content=<nowiki>[[#CITEREFSmith2006|Smith (2006)]], p. 26</nowiki>}}.


Line 944: Line 1,016:
The call to {{tl2|harvnb}} has been [[subst]]'ed for quicker load times.
The call to {{tl2|harvnb}} has been [[subst]]'ed for quicker load times.


{{Wikipedia referencing}}<noinclude>{{Sandbox other||
{{Wikipedia referencing}}
[[Category:Documentation shared content templates]]
 
[[Category:Documentation assistance templates]]
==Tracking categories==
}}</noinclude>
{{clc|Pages using sfn with unknown parameters}}<noinclude>
{{Documentation}}
</noinclude>

Latest revision as of 13:20, 20 February 2023

{{[[Template:{{{1}}}|{{{1}}}]]}} is designed to be used to create shortened footnotes, a citation style where there is an author-date citation in a footnote and a complete citation in a references section at the end of the article (see example below). This citation style is used to reduce clutter in the edit window and to combine identical citations.

Common problems and known workarounds are given in the section possible issues section below.

There are several other templates that are designed for use with shortened footnotes. They differ slightly in the way they format the author-date citation and how much of their functionality is automated. A full list of these related templates is below.

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.

Also note that inline use of these templates, i.e. use of {{harv}} without ‎<ref>...‎</ref> tags around it, was deprecated in September 2020. See also WP:PAREN.

Usage

{{{1}}} generates an "author-date" style short-cite from the following parameters:

<ref>{{{{{1}}} | <last1*> | <last2> | <last3> | <last4> | <year*> | p= <page> | loc= <location> }}</ref>

with

  • <last1> – required; surname of first author or corporate author
  • <last2>–<last4> – positional parameters; surnames of next three authors
  • <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.

Typical usage is shown in the example below. The text and the footnote are connected by a bi-directional link -- clicking on the superscript takes the reader to the footnote, clicking on the footnote number takes them back to the superscript. The clicking on the short citation takes them to the full citation in the references section.

Template {{{1}}} is placed inside ‎<ref>...‎</ref> tags to create shortened footnotes. (Using {{{1}}} outside of ‎<ref>...‎</ref> tags was deprecated in September 2020).

Markup Renders as
Article text.<ref>{{{{{1}}}|Smith|2020|p=25}}</ref>
More article text.<ref>{{{{{1}}}|Smith|2020|p=25}}</ref>
Still more article text.<ref>{{{{{1}}}|Smith|2020|p=26}}</ref>

==Notes==
{{reflist}}

==References==
* {{cite book
 | last = Smith | first = John
 | date = 2020
 | title = Smith's Book
}}

Article text.[1] More article text.[2] Still more article text.[3]


Notes
  1. ^ {{{{{1}}}|Smith|2020|p=25}}
  2. ^ {{{{{1}}}|Smith|2020|p=25}}
  3. ^ {{{{{1}}}|Smith|2020|p=26}}
References

Smith, John (2020). Smith's Book.

Parameters

Author(s) and year

The author and the year of publication are the only required parameters. Up to four authors can be given as parameters.

The possible issues section below describes workarounds for various common problems, such as large number of authors, no author name, multiple works in the same year, multiple authors with same last name and others.

Markup Renders as
Article text.<ref>{{{{{1}}}|Smith|2020|p=25}}</ref>

Article text.[1]

  1. ^ {{{{{1}}}|Smith|2020|p=25}}
Article text.<ref>{{{{{1}}}|Smith|Jones|2020|p=25}}</ref>

Article text.[1]

  1. ^ {{{{{1}}}|Smith|Jones|2020|p=25}}
Article text.<ref>{{{{{1}}}|Smith|Jones|Brown|2020|p=25}}</ref>

Article text.[1]

  1. ^ {{{{{1}}}|Smith|Jones|Brown|2020|p=25}}
Article text.<ref>{{{{{1}}}|Smith|Jones|Brown|Black|2020|p=25}}</ref>

Article text.[1]

  1. ^ {{{{{1}}}|Smith|Jones|Brown|Black|2020|p=25}}

Location in the source text

The optional parameters |p=, |pp= and |loc= can be used to indicate the location in the source, such as page numbers. 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. |loc= can be used to specify a location in the source in another way, such as section numbers or chapters. The parameters |page= and |pages= exist as aliases for |p= and |pp=, respectively.

Markup Renders as
Article text.<ref>{{{{{1}}}|Smith|2020|p=25}}</ref>

Article text.[1]

  1. ^ {{{{{1}}}|Smith|2020|p=25}}
Article text.<ref>{{{{{1}}}|Smith|2020|pp=25–26}}</ref>

Article text.[1]

  1. ^ {{{{{1}}}|Smith|2020|pp=25–26}}
Article text.<ref>{{{{{1}}}|Smith|2020|loc=chpt. 3}}</ref>

Article text.[1]

  1. ^ {{{{{1}}}|Smith|2020|loc=chpt. 3}}
Article text.<ref>{{{{{1}}}|Smith|2020|loc=section 7}}</ref>

Article text.[1]

  1. ^ {{{{{1}}}|Smith|2020|loc=section 7}}

Additional text

The optional parameter |postscript= or |ps= can be used to change the text which appears at the end of the note in the reference list. (See § Adding additional comments or quotes and § No closing period, below.) The postscript is only effective the first time {{sfn}} is used for a particular author, year and location.

Hard-coded link names

Not available in {{sfn}} and similar templates.

The optional parameter |ref= is used to create a unusually named link from 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. However, if one does not want the link, it is always possible to simply use plain text instead of the template. The parameter |Ref= is an alias for |ref=.

Possible issues

Adding additional comments or quotes

The templates {{harvnb}} or {{harvtxt}} can be used to add quotes or additional comments into the footnote. This effect can also be achieved using {{sfn}} by adding a quote or comment to |loc=. Examples are below.

Markup Renders as
Some information.<ref>{{harvnb|Smith|2011|p=2}}: "A quote verifying the information."</ref>
== Notes ==
{{reflist}}

Some information.[1]

Notes
  1. ^ Smith 2011, p. 2: "A quote verifying the information."
"A quote in a secondary source."<ref>{{harvtxt|Smith|2011|p=2}} quoted in {{harvtxt|Jones|2010|p=343}}</ref>
== Notes ==
{{reflist}}

"A quote in a secondary source."[1]

Notes
  1. ^ Smith (2011, p. 2) quoted in Jones (2010, p. 343)
Some information.{{sfn|Smith|2011|loc=p. 2: "A quote verifying the information"}}
== Notes ==
{{reflist}}

Some information.[1]

Notes
  1. ^ Smith 2011, p. 2: "A quote verifying the information".
Nota bene

: In the past, the use of |ps= has been advised to hold this additional information, but it is not suitable for this purpose. Two or more {{sfn}} templates with the same authors, same year, and same page, but different |ps= will result in a Cite error: The named reference ... was defined multiple times with different content 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.

Adding a URL for the page or location

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]}}
{{harv|Smith|2011|loc=[http://en.wikipedia.org &sect;7]}}
Article text.{{sfn|Smith|2011|p=[http://en.wikipedia.org 3]}}

==Notes==
{{reflist}}

==References==
* {{cite book | last = Smith | date = 2011 | title = Smith's
other book }}

Article text.[1]

Notes
  1. ^ Smith 2011, p. 3.
References
  • Smith (2011). Smith's other book.

A citation inside an explanatory footnote

Sometimes an explanatory footnote requires a citation. Templates like {{sfn}} can't be directly imbedded between ‎<ref>...‎</ref> tags, because the following message will be produced: Cite error references missing group.

The templates {{efn}} and {{notelist}} can be used to create separate explanatory footnotes from short citations, as shown in the first example. An article that uses this technique extensively is Chinese Room.

It is also possible to use the magic word {{#tag:ref|...}} and the {{sfn}} template will work correctly inside the footnote, as shown in the second example.

Markup Renders as
Interesting fact.{{efn|Clarification of interesting fact.{{sfn|Smith|2018}}}}

==Notes==
{{notelist}}

==Citations==
{{reflist}}

==References==
* {{cite book 
| last = Smith 
| date = 2018 
| title = Smith's other book }}

Interesting fact.[lower-alpha 1]

Notes
  1. ^ Clarification of interesting fact.[1]
Citations
References
  • Smith (2018). Smith's other book.
Interesting fact.{{#tag:ref|Clarification of interesting fact.{{sfn|Smith|2017}}}}

==Citations==
{{reflist}}

==References==
* {{cite book 
| last = Smith 
| date = 2017
| title = Smith's other book }}

Interesting fact.[2]

Notes
  1. ^ Smith 2017.
  2. ^ Clarification of interesting fact.[1]
References
  • Smith (2017). Smith's other book.

Multiple lists of inline citations

Sometimes there is a need to create two or more separate lists of inline footnotes. For example some family trees are contained in templates, they are transluded into several biographies, and they have their own self contained citations (see Template:Houston family tree and the article Margaret Lea Houston).

To facilitate this, while the main page uses the standard 1,2,3 footnote counting, it is common for family trees to use the efn template with a group parameter set—for example {{efn-lg}} (lower-greek). The efn templates are text templates, to link some or all of the content of the efn template to a long citation template such as {{cite book}} place {{harvnb}} or {{harv}} within the efn template.

Markup Renders as
...by the fact itself.<ref>{{harvnb|Smith|2018|p=1}}</ref>

==Family Tree==
He's his own grandpa.{{efn-lg|{{harvnb|Latham|1947|p=9}} }}

===FT notes===
{{notelist-lg}}

===FT references===
*{{citation
|last=Latham
|first=Dwight
|date=1947
|title=The Adams family}}

==See also==
[[Ipso facto]]<ref>{{harvnb|Smith|2018|p=2}}</ref>

==Notes==
{{Reflist}}

==References==
* {{citation 
|last=Smith 
|date=2018 
|title=Smith's other book}}

...by the fact itself.[1]

Family Tree

He's his own grandpa.[lower-greek 1]

FT notes
  1. ^ Latham 1947, p. 9
FT references
  • Latham, Dwight (1947), The Adams family


See also

Ipso facto[2]

Notes
  1. ^ Smith 2018, p. 1
  2. ^ Smith 2018, p. 2
References
  • Smith (2018), Smith's other book

More than one work in a year

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|date=2006b}}).

Templates that use Module:Citation/CS1

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 |date= and |year= (see exception below). 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.)
|date=2013x-11-09: not supported, the template must use |year=2013x. If month and day should be part of the citation as well, both parameters need to be given: |date=2013-11-09 |year=2013x. In this case, |date= is used for citation display and metadata purposes, and |year= for link disambiguation.
Markup Renders as
Article text.{{sfn|Smith|1993a|p=25}}
More text.{{sfn|Smith|1993b|p=32}}

==Notes==
{{reflist}}

==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]

Notes
  1. ^ Smith 1993a, p. 25.
  2. ^ Smith 1993b, p. 32.
References
  • Smith, Karen (January 1993a). "Smith's first paper". Important Journal.
  • Smith, Karen (Spring–Summer 1993b). "Smith's second paper". Another Important Journal.

More than one author with the same last name

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 number of authors

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.<ref>{{harv|Smith|Jones|Brown|Black|1994|p=25}}</ref>

==Notes==
{{reflist}}

==References==
* {{cite journal
| last = Smith
| last2 = Jones
| last3 = Brown
| last4 = Black
| last5 = Davis
| last6 = Martinez
| last7 = Hsu
| date = 1994
| title = Scientific paper written by
many scientists
| journal = Important Journal
}}

Article text.[1]

Notes
  1. ^ (Smith et al. 1994, p. 25)
References
  • Smith; Jones; Brown; Black; Davis; Martinez; Hsu (1994). "Scientific paper written by many scientists". Important Journal.
Article text.<ref>{{harv|Smith et al.|1995|p=25}}</ref>

==Notes==
{{reflist}}

==References==
* {{cite journal
| last = Smith
| last2 = Jones
| last3 = Brown
| last4 = Black
| last5 = Davis
| last6 = Martinez
| last7 = Hsu
| date = 1995
| title = Another paper by many scientists
| journal = Important Journal
| ref = {{harvid|Smith et al.|1995}}
}}

Article text.[1]

Notes
  1. ^ (Smith et al. 1995, p. 25)
References
  • Smith; Jones; Brown; Black; Davis; Martinez; Hsu (1995). "Another paper by many scientists". Important Journal.

No author name in citation template

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:

  1. For a newspaper or periodical, you may use the name of the paper and the date.
  2. For a publication by an institution, use either:
    1. The initials of the institution
    2. The name of the institution
  3. Alternatively, some style guides recommend using the title of the article.
  4. 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
| date = 1996
| publisher = Big Government Institution
| ref = {{harvid|BGI|1996}}
}}

Article text.[1]

Notes
  1. ^ BGI 1996, p. 429.
References
  • Important Book. Big Government Institution. 1996.
Article text.{{sfn |''Popular Magazine''|1996|p=29}}

==Notes==
{{reflist}}

==References==
* {{cite magazine
| magazine = Popular Magazine
| title = An Article by an Anonymous Author
| date = 1996
| ref = {{harvid|Popular Magazine|1996}}
}}

Article text.[1]

Notes
References
  • "An Article by an Anonymous Author". Popular Magazine. 1996.

Citation has |date= and no |year=

Either the |date= or |year= 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]

Notes
  1. ^ Smith 1997, p. 101.
References
  • Smith, Karen (11 May 1997). "Smith's 1997 paper". Important Journal.
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]

Notes
  1. ^ Smith 1998, p. 101.
References
  • Smith, Karen (May 1998). "Smith's 1998 paper". Important Journal.

Using {{{1}}} with {{vcite}}

The Citation Style Vancouver family of templates use parameter |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
| date = 1999
| title = Smith's 1999 Book
| harvid = Smith1999
}}

Article text.[1]

Notes
  1. ^ Smith 1999, p. 101.
References
  • Smith K. Smith's 1999 Book. 1999.

Citation format does not support anchors: {{wikicite}}

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
 | date=1999
 }}
 | ref = {{harvid|Big Government Agency|1999}}
}}

Article text.[1]

Notes
References
  • Important Government Report (Report). Big Government Agency. 1999.
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]

Notes
References
  • A source that can't be described using our citation templates at all.

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

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
  | access-date = 21 June 2012
  }}

Article text.[1]

Notes
References
  • Lane, Kieran; Singh, Karun, "Richard Watts", Richard Watts Charities, retrieved 21 June 2012

No closing period: |ps=none

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]

Notes
Article text.{{sfn|Smith|2011}}
== Notes ==
{{reflist}}

Article text.[1]

Notes

Wikilink to citation does not work

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:

  1. 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}}.
  2. The correct citation appears at the bottom of the article, and
    1. The Harvard citation uses a template (such as {{sfn}} or {{harv}}):
      1. The citation uses a template from the list at Citation Style 1:
        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.
        2. 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.
        3. 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.)
        4. 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).
      2. The citation uses a Citation Style Vancouver template. Solution: check that |harvid= is set correctly (see below).
      3. 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}}}}.
      4. The full citation does not use a template:
        1. 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.
        2. 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.
        3. It uses {{wikicite}}. Solution: Check that the text in |id={{harvid}} matches the text in {{wikicite}}.
    2. If the Harvard citation uses a handwritten wikilink, such as [[#Reference-Smith2006|Smith (2006)]]:
      1. 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.
      2. Otherwise, check that the reference has {{wikicite|ref=id|reference=citation}} with a matching id.

Templates that have broken wikilinks using these templates are added to the category Category:All articles with broken links to citations.

Link works but displays a no target error

When a short-cite template links to a full citation that is rendered by a template that wraps a CS1 template, like {{cite DNB}} (which wraps {{cite encyclopedia}}), a no target error may be displayed even when the short-cite template is valid and the link works. That is a "false positive" error. The error message can be suppressed by adding |ignore-err=yes to the template.

Other author–date citation templates

There are several templates used to create short 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:

In-text templates
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
{{Harvc}} {{Citec}} (Cite several contributions/chapters in a larger work)
Article text.[1] More article text.[2] Even more article text.[3]

References

Sources

{{Shortened footnote template}} {{sfn}} Article text.[1]
  1. ^ Smith 2006, p. 25.
{{Sfnp}} Article text.[1]
  1. ^ Smith (2006), p. 25.
{{Sfnm}} Article text.[1]
{{Sfnmp}} Article text.[1]

Full citations can be created manually or by templates:

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 of these templates

Harvard citation: {{harv}}

Template {{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.<ref>{{harv|Smith|2006|p=25}}</ref>

==Notes==
{{reflist}}

==References==
* {{cite book
 | last = Smith | first = John
 | title = Smith's book
 | date = 2006
}}

Article text.[1]

Notes
  1. ^ (Smith 2006, p. 25)
References
  • Smith, John (2006). Smith's book.

Shortened footnote: {{sfn}} or {{harvnb}}

Template {{harvnb}} inside a ‎<ref> span can be used to create a shortened footnote that is linked to the full citation at the bottom of the article. Template {{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
 | date = 2007
 | title = Smith's Book
}}

Article text.[1] More article text.[1] Still more article text.[2]

Notes
  1. ^ a b Smith 2007, p. 25.
  2. ^ Smith 2007, p. 26.
References
  • Smith, John (2007). Smith's Book.
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
 | date = 2008
 | title = Smith's Book
}}

Article text.[1] More article text.[1] Still more article text.[2]


Notes
  1. ^ a b Smith 2008, p. 25.
  2. ^ Smith 2008, p. 26.
References
  • Smith, John (2008). Smith's Book.

In text attribution: {{harvtxt}}

Template {{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
 | date = 2009
 | title = Smith's Book
}}

According to Smith (2009, p. 25) ...

References
  • Smith, John (2009), Smith's Book

Bundled citation: {{harvnb}} or {{sfnm}}

Template {{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]

Notes
Article text.{{sfnm|la1=Smith|y1=2010|p1=25|la2=Jones|y2=2010}}

Article text.[1]

Notes
==References==
* {{cite book |last = Smith |first = John ... Smith's book}}
* {{cite book |last = Jones |first = Mary ... Jones' book}}
References
  • Smith, John (2010). Smith's book.
  • Jones, Mary (2010). Jones' book.

Note that {{sfn}} is inappropriate for bundled citations; use {{harvnb}} or {{sfnm}}.

More exotic Harvard citations: {{harvid}} or {{harvs}}

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]]. ({{citeref}} is a wrapper for {{harvid}} making it easier to consistently create such internal links in small superscript[n] or plain-text label styles.)

Markup Renders as
The theory was developed by {{harvs|txt|first=F. J.|last=Murray|author1-link=F. J. Murray|first2=J.|last2=von Neumann|author2-link=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 [[F. J. Murray]] and [[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. | date = 1936 | ...}}
* {{citation | last1 = Murray | first1 = F. J. | date = 1937 | ...}}
* {{citation | last1 = Murray | first1 = F. J. | date = 1943 | ...}}
References
  • Murray, F. J.; von Neumann, John (1936), Mathematics Paper
  • Murray, F. J.; von Neumann, John (1937), Another Mathematics Paper
  • Murray, F. J.; von Neumann, John (1943), Yet Another Mathematics Paper

Some articles use this idiom [[#CITEREFid | link name ]]. See notes on implementation details below.

Variations

Using colon format: {{harvcol}}, {{harvcolnb}}, {{harvcoltxt}}

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}}
{{harvcoltxt|Smith|2011|p=25}}
{{harvcol|Smith|2011|p=25–26}}

(Smith 2011:25–26)

{{harvcol|Smith|2011|loc=chpt. 3}}

(Smith 2011:chpt. 3)

Parentheses around the year: {{sfnp}} and {{harvp}}

Template {{sfnp}} puts parentheses around the year. Compare the two examples.

Markup Renders as
Article text.{{sfnp|Smith|2011}}
== Notes ==
{{reflist}}

Article text.[1]

Notes
Article text.{{sfn|Smith|2011}}
== Notes ==
{{reflist}}

Article text.[1]

Notes

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

Implementation notes

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.

Citation template anchor

The most common citation templates are Citation Style 1 or Citation Style 2. By default, Module:Citation/CS1 creates an anchor ‎<a name="CITEREF"> followed by the concatenation of the following parameters:

  • last or last1 or surname or surname1 or author-last or author-last1 or author1-last or author-surname or author-surname1 or author1-surname or author or author1 or authors,
  • last2 or surname2 or author-last2 or author2-last or author-surname2 or author2-surname or author2,
  • last3 or surname3 or author-last3 or author3-last or author-surname3 or author3-surname or author3,
  • last4 or surname4 or author-last4 or author4-last or author-surname4 or author4-surname or author4,
  • editor-last or editor-last1 or editor1-last or editor-surname or editor-surname1 or editor1-surname or editor1 or editor,
  • editor-last2 or editor2-last or editor-surname2 or editor2-surname or editor2,
  • editor-last3 or editor3-last or editor-surname3 or editor3-surname or editor3,
  • editor-last4 or editor4-last or editor-surname4 or editor4-surname or editor4,
  • date, year

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.

Harvard citation wikilink

The Harvard citation templates create a wikilink to the anchor. For example {{Harv|Smith|2006|p=25}} produces the link #CITEREFSmith2006 and {{Citation|last=Smith|first=John|date=27 January 2006|title=My Life}} produces the anchor CITEREFSmith2006.

Using CITEREF directly

A few articles create a custom ID using CITEREF, either in place of the Harvard citation template (e.g. [[#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 ":31337" (which is punctuation plus a number), but it will ignore "31337" (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 ":31337".
  • Names must be unique. You may not use the same name to define different groups or footnotes. Try to avoid picking a name that someone else is likely to choose for a new citation, such as ":0" or "NYT".
  • Please consider keeping reference names simple and restricted to the standard English alphabet and numerals. If spaces are used, the following technical restrictions become relevant:
    • Quotation marks are preferred but optional if the only characters used are letters A–Z, a–z, digits 0–9, and the symbols !$%&()*,-.:;<@[]^_`{|}~. That is, all printable ASCII characters except #"'/=<>?\ and space.
    • Inclusion of any other characters, including spaces, requires that the reference name be enclosed in quotes; for example, name="John Smith". But quote-enclosed reference names may not include a less-than sign (<) or a double straight quote symbol ("), which may however be included by escaping as &lt; and &quot; respectively.
  • If CITEREF is used, then spaces in the |ref= field must be replaced with underscores
    • The quote marks must be the standard, straight, double quotation marks ("); curly or other quotes will be parsed as part of the reference name.
  • 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.

To avoid the sometimes difficult to remember syntax for links to CITEREF anchors, {{citeref}} can be used to create internal wikilinks with either small superscript-style labels (like this[n]) or plain free-text labels to such anchors. It can be used inside of other citations.

Note that the CITEREF prefix is necessary for the reference tooltips gadget (MediaWiki:Gadget-ReferenceTooltips.js) to detect that a link goes to a citation.

{{sfn}}'s ref name

Template {{sfn}} creates a named footnote, so that identical footnotes are combined automatically. The footnote name begins with FOOTNOTE followed by a concatenation of the arguments to {{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.

Tracking categories

Category:Pages using sfn with unknown parameters (0)