Jump to content

Template:Cite encyclopedia: Difference between revisions

From Encyclopedia Folklorica
Eashcroft (talk | contribs)
Created page with "<includeonly>{{{author|}}}. "{{{title|}}}." ''{{{encyclopedia|}}}''{{{edition|}}}. {{{publisher|}}}, {{{year|}}}.{{{volume|}}}{{{pages|}}}{{{url|}}}{{{access-date|}}}</includeonly><noinclude> = Template:Cite encyclopedia = Formats a citation for an encyclopedia article. == Usage == <pre> <ref>{{Cite encyclopedia |author= |title= |encyclopedia= |edition= |publisher= |year= |volume= |pages= |url= |access-date= }}</ref> </pre> == Parameters == {| class="wiki..."
 
Eashcroft (talk | contribs)
No edit summary
 
Line 1: Line 1:
<includeonly>{{{author|}}}. "{{{title|}}}." ''{{{encyclopedia|}}}''{{{edition|}}}. {{{publisher|}}}, {{{year|}}}.{{{volume|}}}{{{pages|}}}{{{url|}}}{{{access-date|}}}</includeonly><noinclude>
<includeonly>{{#if:{{{author|}}}|{{{author}}}. }}"{{{title|}}}." ''{{{encyclopedia|}}}''.{{#if:{{{edition|}}}| {{{edition}}}.}}{{#if:{{{publisher|}}}| {{{publisher}}},}} {{{year|}}}.{{#if:{{{volume|}}}| Vol. {{{volume}}}.}}{{#if:{{{pages|}}}| pp. {{{pages}}}.}}{{#if:{{{url|}}}| [{{{url}}} Online].}}{{#if:{{{access-date|}}}| Retrieved {{{access-date}}}.}}</includeonly>
 
<noinclude>
= Template:Cite encyclopedia =
== Template:Cite encyclopedia ==
 
Formats a citation for an encyclopedia article.
Formats a citation for an encyclopedia article.
== Usage ==
== Usage ==
<pre>
<pre>
<ref>{{Cite encyclopedia
<ref>{{Cite encyclopedia
Line 21: Line 18:
}}</ref>
}}</ref>
</pre>
</pre>
== Parameters ==
== Parameters ==
{| class="wikitable"
{| class="wikitable"
! Parameter
! Parameter
Line 55: Line 50:
| volume
| volume
| No
| No
| Volume information. Include the leading text (e.g. " Vol. 4.").
| Volume (just the number, e.g. 4 — the template adds "Vol.").
|-
|-
| pages
| pages
| No
| No
| Page numbers. Include the leading text (e.g. " pp. 152–156.").
| Page numbers (just the numbers, e.g. 152–156 — the template adds "pp.").
|-
|-
| url
| url
| No
| No
| Online version. Include the leading space (e.g. " [https://example.com Online]").
| Link to an online version (just the URL).
|-
|-
| access-date
| access-date
| No
| No
| Date accessed. Include the leading text (e.g. " Retrieved 2 July 2026.").
| Date accessed (e.g. 2 July 2026).
|}
|}
== Example ==
== Example ==
<pre>
<pre>
<ref>{{Cite encyclopedia
<ref>{{Cite encyclopedia
|author=
  |title=Fleet Street
  |title=Fleet Street
  |encyclopedia=Encyclopædia Britannica
  |encyclopedia=Encyclopædia Britannica
|edition=
  |publisher=Encyclopædia Britannica, Inc.
  |publisher=Encyclopædia Britannica, Inc.
  |year=2025
  |year=2025
|volume=
  |url=https://www.britannica.com/place/Fleet-Street
|pages=
  |access-date=2 July 2026
  |url= [https://www.britannica.com/place/Fleet-Street Online]
  |access-date= Retrieved 2 July 2026.
}}</ref>
}}</ref>
</pre>
</pre>
Produces:
Produces:
"Fleet Street." ''Encyclopædia Britannica''. Encyclopædia Britannica, Inc., 2025. Online. Retrieved 2 July 2026.
"Fleet Street." ''Encyclopædia Britannica''. Encyclopædia Britannica, Inc., 2025. Online. Retrieved 2 July 2026.
[[Category:Citation templates]]
[[Category:Citation templates]]
</noinclude>
</noinclude>

Latest revision as of 15:19, 2 July 2026


Template:Cite encyclopedia

Formats a citation for an encyclopedia article.

Usage

<ref>{{Cite encyclopedia
 |author=
 |title=
 |encyclopedia=
 |edition=
 |publisher=
 |year=
 |volume=
 |pages=
 |url=
 |access-date=
}}</ref>

Parameters

Parameter Required Description
author No Author of the encyclopedia entry.
title Yes Title of the encyclopedia entry.
encyclopedia Yes Name of the encyclopedia.
edition No Edition information (e.g. "15th ed.").
publisher No Publisher.
year Yes Publication year.
volume No Volume (just the number, e.g. 4 — the template adds "Vol.").
pages No Page numbers (just the numbers, e.g. 152–156 — the template adds "pp.").
url No Link to an online version (just the URL).
access-date No Date accessed (e.g. 2 July 2026).

Example

<ref>{{Cite encyclopedia
 |title=Fleet Street
 |encyclopedia=Encyclopædia Britannica
 |publisher=Encyclopædia Britannica, Inc.
 |year=2025
 |url=https://www.britannica.com/place/Fleet-Street
 |access-date=2 July 2026
}}</ref>

Produces: "Fleet Street." Encyclopædia Britannica. Encyclopædia Britannica, Inc., 2025. Online. Retrieved 2 July 2026.