Changes

MyWikiBiz, Author Your Legacy — Wednesday July 03, 2024
Jump to navigationJump to search
26,503 bytes added ,  18:26, 2 January 2007
no edit summary
Below are examples of how to use templates to cite '''books''', '''encyclopedias''', '''journals''', '''theses''', '''papers''', '''websites''', '''comic strips''', '''videos''', and '''editorial comics'''. See also [[:category:citation templates]].

* For full description of the template — '''click the template name'''
* '''Required''' field(s) are indicated in '''bold'''
* Copy and paste the text under "'''common usage'''" to use the template.
* Following each example is the resulting article text.

The use of Citation templates is not required by [[C:CITE]] and is neither encouraged nor discouraged by any other Centiare citation guidelines. They may be used at the discretion of individual editors, subject to agreement with the other editors on the article. Some editors find them helpful, while other editors find them annoying, particularly when used inline in the text. Because they are optional, editors should not change articles from one style to the other without consensus.

{{-}}
{| class=wikitable style="font-size: 90%"
|-
! source
! template<br>(required)
! common usage
! Example 1<br>article text
! Example 2<br>article text
<!-- **************************** cite book ******************************** -->
|-
| books
| <nowiki>{{</nowiki>[[template:cite book|cite&nbsp;book]]<nowiki>}}</nowiki><br>'''title'''
| style="vertical-align: top;" |
<pre>
{{cite book
| last =
| first =
| authorlink =
| coauthors =
| title =
| publisher =
| date =
| location =
| pages =
| url =
| doi =
| id = }}
</pre>
| style="vertical-align: top;" |
<pre>
{{cite book
| last = Mumford
| first = David
| authorlink = David Mumford
| title = The Red Book of Vari…
| publisher = [[Springer]]
| date = 1999
| pages = 198-203
| doi = 10.1007/b62130
| id = ISBN 354063293X }}</pre>
{{cite book
| last = Mumford
| first = David
| authorlink = David Mumford
| title = The Red Book of Varieties and Schemes
| publisher = [[Springer-Verlag]]
| date = 1999
| pages = 198-203
| doi = 10.1007/b62130
| id = ISBN 354063293X }}
| style="vertical-align: top;" |
<pre>
{{cite book
| last = Cordell
| first = Bruce R.
| coauthors = Jeff Grubb, David Yu
| title = [[Manual of the Planes]]
| publisher = [[Wizards of the Coast]]
| date = 2001
| pages = pp. 198-203
| month = September
| id = ISBN 0-7869-1850-8 }}
</pre>
{{cite book
| last = Cordell
| first = Bruce R.
| coauthors = Jeff Grubb, David Yu
| title = [[Manual of the Planes]]
| publisher = [[Wizards of the Coast]]
| date = 2001
| pages = pp. 198-203
| month = September
| id = ISBN 0-7869-1850-8 }}
<!-- ************************* cite conference ***************************** -->
|-
| conference<br>&nbsp;report<br>&nbsp;or paper
| <nowiki>{{</nowiki>[[template:cite conference|cite&nbsp;conference]]<nowiki>}}</nowiki><br>'''title'''<br>'''booktitle'''
| style="vertical-align: top;" |
<pre>
{{cite conference
| first =
| last =
| authorlink =
| coauthors =
| title =
| booktitle =
| pages =
| publisher =
| date =
| location =
| url =
| doi =
| id =
| accessdate = }}
</pre>
| style="vertical-align: top;" |
<pre>
{{cite conference
| first = M.
| last = Turk
| authorlink =
| coauthors = Pentland, A.
| title = Face recognition usi…
| booktitle = Proc IEEE Confer…
| pages = 586&ndash;591
| year = 1991 }}
</pre>
{{cite conference
| first = M.
| last = Turk
| authorlink =
| coauthors = Pentland, A.
| title = Face recognition using eigenfaces
| booktitle = Proc. IEEE Conference on Computer Vision and Pattern Recognition
| pages = 586&ndash;591
| year = 1991 }}
| style="vertical-align: top;" |
<pre>
{{cite conference
| last = Evans
| first = N. R.
| coauthors = Schaefer, G; Bond, H.; Bon…
| title = Direct detection of the close…
| booktitle = American Astronomical Soci…
| date = [[2006-01-09]]
| url = http://www.aas.org/…30.htm
| accessdate = 2006-07-02 }}
</pre>
{{cite conference
| last = Evans
| first = N. R.
| coauthors = Schaefer, G.; Bond, H.; Bono, G.; Karovska, M.; Nelan, E.; Sasselov, D.
| title = Direct detection of the close companion of Polaris with the Hubble Space Telescope
| booktitle = American Astronomical Society 207th Meeting
| date = [[2006-01-09]]
| url = http://www.aas.org/publications/baas/v37n4/aas207/1130.htm
| accessdate = 2006-07-02 }}
<!-- ************************ cite encyclopedia **************************** -->
|-
| encyclopedia
| <nowiki>{{</nowiki>[[template:cite encyclopedia|cite&nbsp;encyclopedia]]<nowiki>}}</nowiki><br>'''Title'''<br>'''encyclopedia'''
| style="vertical-align: top;" |
<pre>
{{cite encyclopedia
| title =
| encyclopedia =
| volume =
| pages =
| publisher =
| date =
| id =
| accessdate = }}
</pre>
| style="vertical-align: top;" |
<pre>
{{cite encyclopedia
| title = Kirkegaard, Ole Lund
| encyclopedia = Grote Winkler…
| volume = 9
| publisher = [[Winkler Prins]]
| date = [[1882]] }}
</pre>
{{cite encyclopedia
| title = Kirkegaard, Ole Lund
| encyclopedia = Grote Winkler Prins
| volume = 9
| publisher = [[Winkler Prins encyclopedia|Winkler Prins]]
| date = [[1882]] }}
| style="vertical-align: top;" |
<pre>
{{cite encyclopedia
| last = Kramer
| first = Martin
| authorlink = Martin Kramer
| title = Bernard Lewis
| encyclopedia = Encyclopedia of Histori…
| volume = 1
| pages = 719&ndash;720
| publisher = Fitzroy Dearborn
| location = London
| date = 1999
| url = http://www.geocities.com/…wis.htm
| accessdate = 2006-05-23 }}
</pre>
{{cite encyclopedia
| last = Kramer
| first = Martin
| authorlink = Martin Kramer
| title = Bernard Lewis
| encyclopedia = Encyclopedia of Historians and Historical Writing
| volume = 1
| pages = 719&ndash;720
| publisher = Fitzroy Dearborn
| location = London
| date = 1999
| url = http://www.geocities.com/martinkramerorg/BernardLewis.htm
| accessdate = 2006-05-23 }}
<!-- *************************** cite journal ***************************** -->
|-
| journal
| <nowiki>{{</nowiki>[[template:cite journal|cite&nbsp;journal]]<nowiki>}}</nowiki><br>'''Title'''
| style="vertical-align: top;" |
<pre>
{{cite journal
| last =
| first =
| authorlink =
| coauthors =
| title =
| journal =
| volume =
| issue =
| pages =
| publisher =
| date =
| url =
| doi =
| id =
| accessdate = }}
</pre>
| style="vertical-align: top;" |
<pre>
{{cite journal
| authorlink = Stephen Breyer
| title = Copyright: A Rejoin…
| journal = UCLA Law Review
| volume = 20
| pages = 75&ndash;83
| date = October 1972
| publisher = UCLA School of…}}</pre>
{{cite journal
| last = Breyer
| first = Stephen
| authorlink = Stephen Breyer
| title = Copyright: A Rejoinder
| journal = UCLA Law Review
| volume = 20
| pages = 75&ndash;83
| date = October 1972
| publisher = UCLA School of Law }}
| style="vertical-align: top;" |
<pre>
{{cite journal
| last = Bailey
| first = David H.
| authorlink = David H. Bailey
| coauthors = [[Peter Borwein|Borwein, P…
| title = The Quest for Pi
| journal = Mathematical Intelligencer
| volume = 19
| issue = 1
| pages = 50&ndash;57
| date = [[1999-06-25]]
| publisher = Springer
| url = http://crd.lbl.gov/…/pi-quest.pdf
| format = [[PDF]]
| id = ISSN: 0343-6993
| accessdate = 2006-06-29 }}</pre>
{{cite journal
| last = Bailey
| first = David H.
| authorlink = David H. Bailey
| coauthors = [[Peter Borwein|Borwein, Peter B.]], and [[Jonathan Borwein|Borwein, Jonathan M.]]
| title = The Quest for Pi
| journal = Mathematical Intelligencer
| volume = 19
| issue = 1
| pages = 50&ndash;57
| date = [[1999-06-25]]
| publisher = Springer
| url = http://crd.lbl.gov/~dhbailey/dhbpapers/pi-quest.pdf
| format = [[PDF]]
| id = ISSN: 0343-6993
| accessdate = 2006-06-29 }}
<!-- **************************** cite news ******************************** -->
|-
| news
| <nowiki>{{</nowiki>[[template:cite news|cite&nbsp;news]]<nowiki>}}</nowiki><br>'''Title'''
| style="vertical-align: top;" |
<pre>
{{cite news
| last =
| first =
| coauthors =
| title =
| work =
| pages =
| language =
| publisher =
| date =
| url =
| accessdate = }}
</pre>
| style="vertical-align: top;" |
<pre>
{{cite news
| last = McGee
| first = Maggie
| title = Seabed 'scarred' by…
| pages = 12&ndash;27
| publisher = CNN
| date = [[2005-02-10]]
| url = http://www.cnn.com/200…
| accessdate = 2006-07-03 }}
</pre>
{{cite news
| last = McGee
| first = Maggie
| title = Seabed 'scarred' by tsunami quake
| pages = 12&ndash;27
| publisher = CNN
| date = [[2005-02-10]]
| url = http://www.cnn.com/2005/WORLD/asiapcf/02/10/tsunami.ship.ap/index.html
| accessdate = 2006-07-03 }}
| style="vertical-align: top;" |
<pre>
{{cite news
| last = Andersen
| first = David
| coauthors = Witter, Lameen
| title = Former Marine, Go Daddy CEO Ta…
| publisher = Marine Corps News
| date = [[2006-02-17]]
| url = http://www.military.com/Careers/…
| accessdate = 2006-06-02 }}
</pre>
{{cite news
| last = Andersen
| first = David
| coauthors = Witter, Lameen
| title = Former Marine, Go Daddy CEO Talks About His Rise to Success
| publisher = Marine Corps News
| date = [[2006-02-17]]
| url = http://www.military.com/Careers/Content1?file=careersArticlesGoDaddy.htm&area=Reference
| accessdate = 2006-06-02 }}
<!-- ************************** cite newsgroup ***************************** -->
|-
| newsgroup<br>&nbsp;posting<br><center>'''DO NOT'''<br>'''USE TO'''<br>'''[[WP:V|VERIFY]]'''</center>
| <nowiki>{{</nowiki>[[template:cite newsgroup|cite&nbsp;newsgroup]]<nowiki>}}</nowiki><br>'''Title'''
| style="vertical-align: top;" |
<pre>
{{cite newsgroup
| title =
| author =
| date =
| newsgroup =
| id =
| url =
| accessdate = }}
</pre>
| style="vertical-align: top;" |
<pre>
{{cite newsgroup
| author = Gary S. Terhune
| title = Lost Ctrl-Alt-Del fu…
| date = [[2004-01-11]]
| newsgroup = microsoft.public…
| id = uAIVMjC2DHA.2336@TK2MSF…
| url = http://groups.google.c…
| accessdate = 2006-05-16 }}
</pre>
{{cite newsgroup
| author = Gary S. Terhune
| title = Lost Ctrl-Alt-Del function on W98, 2nd
| date = [[2004-01-11]]
| newsgroup = microsoft.public.win98.gen_discussion
| id = uAIVMjC2DHA.2336@TK2MSFTNGP09.phx.gbl
| url = http://groups.google.com/group/microsoft.public.win98.gen_discussion/msg/54f1c50b9eab17fb
| accessdate = 2006-05-16 }}
| style="vertical-align: top;" |
<pre>
{{cite newsgroup
| title = How can helping "Kids in Afric…
| author = Trodel
| date = [[2006-06-10]]
| newsgroup= humanities.philosophy.objec…
| id = 1149950890.204481.35810@h76g2000…
| url = http://groups.google.com/group/…
| accessdate = 2006-07-03 }}
</pre>
{{cite newsgroup
| title = How can helping "Kids in Africa" be in my self interest
| author = Trodel
| date = [[2006-06-10]]
| newsgroup = humanities.philosophy.objectivism
| id = 1149950890.204481.35810@h76g2000cwa.googlegroups.com
| url = http://groups.google.com/group/humanities.philosophy.objectivism/browse_frm/thread/79fd9ef419914f2e
| accessdate = 2006-07-03 }}
<!-- **************************** cite paper ******************************* -->
|-
| paper<br>thesis<br>dissertation
| <nowiki>{{</nowiki>[[template:cite paper|cite&nbsp;paper]]<nowiki>}}</nowiki><br>'''Title'''
| style="vertical-align: top;" |
<pre>
{{cite paper
| author =
| title =
| version =
| publisher =
| date =
| url =
| format =
| accessdate = }}
</pre>
| style="vertical-align: top;" |
<pre>
{{cite paper
| author = Ziman, J.M., F.R.S.
| title = Public Knowledge: An…
| date = 1968
| url =http://info.med.yale.edu
| format = [[PDF]]
| accessdate = 2006-07-03 }}
</pre>
{{cite paper
| author = Ziman, J.M., F.R.S.
| title = Public Knowledge: An essay concerning the social dimension of science
| date = 1968
| url = http://info.med.yale.edu/therarad/summers/ziman.htm
| format = [[PDF]]
| accessdate = 2006-07-03 }}
| style="vertical-align: top;" |
<pre>
{{cite paper
| author = Williamson, John and Zagha, R…
| title = From the Hindu Rate of Growth…
| version = Working Paper No 144
| publisher = Center for Research on eco…
| date = 2002
| url = http://scid.stanford.edu/…144.pdf
| format = [[PDF]]
| accessdate = 2006-07-03 }}
</pre>
{{cite paper
| author = Williamson, John and Zagha, Roberto
| title = From the Hindu Rate of Growth to the Hindu Rate of Reform
| version = Working Paper No. 144
| publisher = Center for research on economic development and policy reform
| date = 2002
| url = http://scid.stanford.edu/pdf/credpr144.pdf
| format = [[PDF]]
| accessdate = 2006-07-03 }}
<!-- ************************ cite press release *************************** -->
|-
| press release
| <nowiki>{{</nowiki>[[template:cite press release|cite&nbsp;press&nbsp;release]]<nowiki>}}</nowiki><br>'''Title'''
| style="vertical-align: top;" |
<pre>
{{cite press release
| title =
| publisher =
| date =
| url =
| accessdate = }}
</pre>
| style="vertical-align: top;" |
<pre>
{{cite press release
| title = Nature compares Wik…
| publisher = The Wikimedia F…
| date = [[2005-12-15]]
| url = http://en.wikipedia.or…
| accessdate = 2006-07-03}}
</pre>
{{cite press release
| title = Nature compares Wikipedia and Britannica
| publisher = The Wikimedia Foundation
| date = [[2005-12-15]]
| url = http://en.wikipedia.org/wiki/Wikipedia:Press_releases/Nature_compares_Wikipedia_and_Britannica
| accessdate = 2006-07-03 }}
| style="vertical-align: top;" |
<pre>
{{cite press release
| title = HFPA Announces Timetable for 6…
| publisher = [[Hollywood Foreign Press…]]
| date = [[2006-05-25]]
| url = http://www.hfpa.org/news/id/32
| accessdate = 2006-06-13 }}
</pre>
{{cite press release
| title = HFPA Announces Timetable for 64th Annual Golden Globe Awards
| publisher = [[Hollywood Foreign Press Association]]
| date = [[2006-05-25]]
| url = http://www.hfpa.org/news/id/32
| accessdate = 2006-06-13
}}
<!-- **************************** cite video ******************************* -->
|-
| video
| <nowiki>{{</nowiki>[[template:cite video|cite&nbsp;video]]<nowiki>}}</nowiki><br>'''people'''<br>'''title'''
| style="vertical-align: top;" |
<pre>
{{cite video
| people =
| title =
| medium =
| publisher =
| location =
| date = }}
</pre>
| style="vertical-align: top;" |
<pre>
{{cite video
| people = Al-Issawi, Omar(Dir…
| title = [http…Harab libnan]
| medium = TV-Series
| publisher = Al-Issawi, Omar
| location = Lebanon
| date = 2001 }}
</pre>
{{cite video
| people = Al-Issawi, Omar (Director)
| title = [http://www.imdb.com/title/tt0386207 Harab libnan]
| medium = TV-Series
| publisher = Al-Issawi, Omar
| location = Lebanon
| date = 2001 }}
| style="vertical-align: top;" |
<pre>
{{cite video
| people = Dick Cavett
| title = The Dick Cavett Show — Rock Ic…
| medium = DVD
| publisher = Shout Factory
| date = 2005 }}
</pre>
{{cite video
| people = Dick Cavett
| title = The Dick Cavett Show — Rock Icons (1969)
| medium = DVD
| publisher = Shout Factory
| date = 2005 }}

<!-- **************************** cite web ********************************* -->
|-
| website
| <nowiki>{{</nowiki>[[template:cite web|cite&nbsp;web]]<nowiki>}}</nowiki><br>'''Title'''
| style="vertical-align: top;" |
<pre>
{{cite web
| last =
| first =
| authorlink =
| coauthors =
| title =
| work =
| publisher =
| date =
| url =
| format =
| doi =
| accessdate = }}</pre>
| style="vertical-align: top;" |
<pre>
{{cite web
| last = Spiegel
| first = Rachel
| title = Research: Thalidomide
| url=http://science-education…
| accessdate = 2006-04-30 }}
</pre>
{{cite web
| last = Spiegel
| first = Rachel
| title = Research in the News: Thalidomide
| url = http://science-education.nih.gov/nihHTML/ose/snapshots/multimedia/ritn/Thalidomide/index.html
| accessdate = 2006-04-30 }}
| style="vertical-align: top;" |
<pre>
{{cite web
| last = Hansen
| first = James E.
| authorlink = James Hansen
| coauthors = R. Ruedy, M. Sato, and K.…
| title = GISS Surface Temperature Ana…
| work =
| publisher = [[Goddard Institute for S…
| date = [[2005-12-15]]
| url = http://data.giss.nasa.gov/giste…
| format =
| doi =
| accessdate = 2006-09-28 }}</pre>
{{cite web
| last = Hansen
| first = James E.
| authorlink = James Hansen
| coauthors = R. Ruedy, M. Sato, and K. Lo
| title = GISS Surface Temperature Analysis Global Temperature Trends: 2005 Summation
| work =
| publisher = [[Goddard Institute for Space Studies|NASA Goddard Institute for Space Studies]]
| date = [[2005-12-15]]
| url = http://data.giss.nasa.gov/gistemp/2005/
| format =
| doi =
| accessdate = 2006-09-28 }}

'''Note:''' blank fields (''format'' & ''doi'' above) will not affect the result unless the field is required.
|-
<!-- 34567 10 234567 20 234567 30 234567 40 234567 50 234567 60 234567 70 234567 80-->
<!-- Ref 1 end here(30 chars)->| |<-Ref 2 end there(40 chars) -->
<!-- **************************** cite news ******************************** -->
| colspan = "5" | etc…
|}
<!--


******************************* 2nd table begins here **********************************

-->
{| border="1" cellspacing="0" cellpadding="3"
|-
! What to type
! What it makes
|-
|<nowiki>{{</nowiki>[[Template:Comic book reference|Comic book reference]] <nowiki>| writer=[[Stan Lee|Lee, Stan]] | penciller=[[Jack Kirby|Kirby, Jack]] | inker=[[Christopher Rule|Rule, Christopher]] | story=The Fantastic Four! | title=[[The Fantastic Four]] | volume=1 | issue=1 | date=[[November]], [[1961]] | publisher=[[Marvel Comics]] | page=3 | panel=2 }}</nowiki>

; Notes
*This template allows for a cartoonist field to be used instead of the individual fields if there is a sole creator, as in ''[[Bone (comics)|Bone]]'', or an artist field if the penciller and inker is the same person.
*The style of this template is based on Allen Ellis' [http://www.english.ufl.edu/comics/scholars/guide.html Comic Art in Scholarly Writing: A Citation Guide], [[1999]].
*See the [[Template talk:Comic book reference|talk page]] for more details and field explanations.
|{{ Comic book reference | writer=[[Stan Lee|Lee, Stan]] | penciller=[[Jack Kirby|Kirby, Jack]] | inker=[[Christopher Rule|Rule, Christopher]] | story=The Fantastic Four! | title=[[The Fantastic Four]] | volume=1 | issue=1 | date=[[November]], [[1961]] | publisher=[[Marvel Comics]] | page=3 | panel=2 }}
|-
|<nowiki>{{</nowiki>[[Template:Comic strip reference |Comic strip reference]] <nowiki>| cartoonist=[[Milton Caniff|Caniff, Milton]] | strip=[[Steve Canyon]] | paper=Journal Herald | location=Dayton, OH | date=[[July 15]], [[1967]] | supplement=Color Comics Supplement | syndicate=Newspaper Syndicate | page=1 }}</nowiki>

; Notes
*The style of this template is based on Allen Ellis' [http://www.english.ufl.edu/comics/scholars/guide.html Comic Art in Scholarly Writing: A Citation Guide], [[1999]].
*See the [[Template talk:Comic strip reference|talk page]] for more details and field explanations.
|{{Comic strip reference | cartoonist=[[Milton Caniff|Caniff, Milton]] | strip=[[Steve Canyon]] | paper=Journal Herald | location=Dayton, OH | date=[[July 15]], [[1967]] | supplement=Color Comics Supplement | syndicate=Newspaper Syndicate | page=1 }}
|-
|<nowiki>{{</nowiki>[[Template:Editorial cartoon reference |Editorial cartoon reference]] <nowiki> | cartoonist=[[Steve Bell|Bell, Steve]] | cartoon=The alleged al-Qaida threat to Los Angeles | paper=The Guardian | date=10 February | year=2006 | page=29 | url=http://www.guardian.co.uk/cartoons/stevebell/0,,1706884,00.html}}</nowiki>

; Notes
*The style of this template is based on Allen Ellis' [http://www.english.ufl.edu/comics/scholars/guide.html Comic Art in Scholarly Writing: A Citation Guide], [[1999]].
*See the [[Template talk:Editorial cartoon reference|talk page]] for more details and field explanations.
|{{Editorial cartoon reference | cartoonist=[[Steve Bell|Bell, Steve]] | cartoon=The alleged al-Qaida threat to Los Angeles | paper=The Guardian | date=10 February | year=2006 | page=29 | url=http://www.guardian.co.uk/cartoons/stevebell/0,,1706884,00.html }}
|-valign="top"
|
;Harvard reference templates ([[Template:Harvard reference]])
''(for books, periodicals, contributions to edited books, etc.)''

*'''Books''': <nowiki>{{</nowiki>[[Template:Harvard reference|Harvard reference]]<nowiki> | Surname=Turner | Given=O. | Title=History of the Pioneer Settlement of Phelps and Gorham's Purchase, and Morris' Reserve | Publisher=William Alling | Place=[[Rochester, New York]] | Year=1851 | URL=http://olivercowdery.com/texts/1851Trn1.htm#turn1851 }}.</nowiki>
*'''Periodicals''': <nowiki>{{</nowiki>[[Template:Harvard reference|Harvard reference]]<nowiki> | Surname=Smith | Given=J. III | Authorlink=Joseph Smith III | Title=Last Testimony of Sister Emma | Journal=The Saints' Herald | Volume=26 | Issue=19 | Year=1879 | Page=289 | URL=http://www.lavazone2.com/dbroadhu/IL/sain1872.htm#100179 }}.</nowiki>
*'''Chapters''': <nowiki>{{</nowiki>[[Template:Harvard reference|Harvard reference]]<nowiki> | Surname=Dawson | Given=R. | Year= 1999 | Chapter=Secrets of Power Negotiating | Editor=R.J. Lewicki, D.M. Saunders & J.W. Minton | Title=Negotiation: Readings, Exercises, and Cases | Edition=3rd | Publisher=Irwin/McGraw-Hill | Place=New York | URL=http://huffingtonpost.com | Access-date=[[November 10]], [[2005]] }}.</nowiki>
*'''Multiple authors''': <nowiki>{{</nowiki>[[Template:Harvard reference|Harvard reference]]<nowiki> | Surname1=Lincoln | Given1=A. | Surname2=Washington | Given2=G. | Surname3=Adams | Given3=J. | Title=All the Presidents' Names | Publisher=The Pentagon | Place=Home Base, New York | Year=2007
}}.</nowiki>
*'''Alternate formatting''':all options same as above <nowiki>{{</nowiki>[[Template:Harvrefcol|Harvrefcol]]<nowiki>|Surname=Blust|Given=R.|Year=1999|Chapter=Subgrouping, circularity and extinction: some issues in Austronesian comparative linguistics|Editors=E. Zeitoun & P.J.K Li|Edition=3rd|Title=Selected papers from the Eighth International Conference on Austronesian Linguistics|Place=Taipei|Publisher=Academia Sinica|Pages=31-94}}.</nowiki>
|
*{{Harvard reference | Surname=Turner | Given=O. | Title=History of the Pioneer Settlement of Phelps and Gorham's Purchase, and Morris' Reserve | Publisher=William Alling | Place=[[Rochester, New York]] | Year=1851 | URL=http://olivercowdery.com/texts/1851Trn1.htm#turn1851 }}.
*{{Harvard reference | Surname=Smith | Given=J. III | Authorlink=Joseph Smith III | Title=Last Testimony of Sister Emma | Journal=The Saints' Herald | Volume=26 | Issue=19 | Year=1879 | Pages=289–90 | URL=http://www.lavazone2.com/dbroadhu/IL/sain1872.htm#100179 }}.
*{{Harvard reference | Surname=Dawson | Given=R. | Year= 1999 | Chapter=Secrets of Power Negotiating | Editor=R.J. Lewicki, D.M. Saunders & J.W. Minton | Title=Negotiation: Readings, Exercises, and Cases | Edition=3rd | Publisher=Irwin/McGraw-Hill | Place=New York | URL=http://huffingtonpost.com | Access-date=[[November 10]], [[2005]] }}.
*{{Harvard reference | Surname1=Lincoln | Given1=A. | Surname2=Washington | Given2=G. | Surname3=Adams | Given3=J. | Title=All the Presidents' Names | Publisher=The Pentagon | Place=Home Base, New York | Year=2007
}}.
*{{Harvrefcol|Surname=Blust|Given=R.|Year=1999|Chapter=Subgrouping, circularity and extinction: some issues in Austronesian comparative linguistics|Editors=E. Zeitoun & P.J.K Li|Edition=3rd|Title=Selected papers from the Eighth International Conference on Austronesian Linguistics|Place=Taipei|Publisher=Academia Sinica|Pages=31-94}}
|-valign="top"
|
; Harvard citation examples ( [[Template:Harvard citation]])
Based on related Harvard citation template (automatically creates a one-directional link to the first matching ''Harvard reference'' on the same page):
*<nowiki>{{</nowiki>[[Template:Harvard citation|Harvard citation]]<nowiki>|Turner|1851|pp=10–11}}</nowiki> (full cite format)
*<nowiki>{{</nowiki>[[Template:Harv|Harv]]<nowiki>|Smith|1879|p=289}}</nowiki> (short format)
*<nowiki>{{</nowiki>[[Template:Harvtxt|Harvtxt]]<nowiki>|Turner|1851}}</nowiki> asserts that ... (author's name part of text)
*<nowiki>{{</nowiki>[[Template:Harvnb|Harvnb]]<nowiki>|Smith|1879}}</nowiki> (no braces)
*<nowiki>{{</nowiki>[[Template:Harv|Harv]]<nowiki>|Jones|2006|loc=section 5|Ref=none}}</nowiki> (non-linking)
*<nowiki>{{</nowiki>[[Template:Harv|Harv]]<nowiki>|Lincoln|Washington|Adams|2007|pp=88–89}}</nowiki> (multi-author)
Three '''Harvcol''' templates are altered to use colons to indicate page numbers. Their syntax is identical to the Harvard citation template:
* <nowiki> {{</nowiki>[[Template:Harvcol|Harvcol]]<nowiki>|Turner|1851|pp=10–11}}</nowiki>
* <nowiki> {{</nowiki>[[Template:Harvcol|Harvcolnb]]<nowiki>|Smith|1879|p=289}}</nowiki>
* <nowiki> {{</nowiki>[[Template:Harvcoltxt|Harvcoltxt]]<nowiki>|Blust|1999}}</nowiki> asserts that ...
* <nowiki> {{</nowiki>[[Template:Harvcolnb|Harvcolnb]]<nowiki>|Smith|1879}}</nowiki>
* <nowiki>{{</nowiki>[[Template:Harvcolnb|Harvcolnb]]<nowiki>|Lincoln|Washington|Adams|2007|pp=88–89}}</nowiki>
;Notes
*For compatibility with various author-name referencing styles, ''Surname'' and ''Year'' are mandatory.
*If there is only one author, the parameters ''Surname'' and ''Given'' may be replaced with ''Last'' and ''First'', respectively.
*Template is generally compatible with [[Template:Cite book]].
* See also '''[[Wikipedia:Harvard citation template examples]]'''
|
*{{Harvard citation|Turner|1851|pp=10–11}}
*{{Harv|Smith|1879|p=289}}
*{{Harvtxt|Turner|1851}} asserts that ...
*{{Harvnb|Smith|1879}}
*{{Harv|Jones|2006|loc=section 5|Ref=none}}
*{{Harv|Lincoln|Washington|Adams|2007|pp=88–89}}
'''Harvcol''' templates
* {{Harvcol|Turner|1851|pp=10–11}}
* {{Harvcol|Smith|1879|p=289}}
* {{Harvcoltxt|Blust|1999}} asserts that ...
* {{Harvcolnb|Smith|1879}}
* {{Harvcolnb|Lincoln|Washington|Adams|2007|pp=88–89}}
|}
3,699

edits

Navigation menu