Template:Cite encyclopedia: Difference between revisions
Appearance
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..." |
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 | | Volume (just the number, e.g. 4 — the template adds "Vol."). | ||
|- | |- | ||
| pages | | pages | ||
| No | | No | ||
| Page numbers | | Page numbers (just the numbers, e.g. 152–156 — the template adds "pp."). | ||
|- | |- | ||
| url | | url | ||
| No | | No | ||
| | | Link to an online version (just the URL). | ||
|- | |- | ||
| access-date | | access-date | ||
| No | | No | ||
| Date accessed | | Date accessed (e.g. 2 July 2026). | ||
|} | |} | ||
== Example == | == Example == | ||
<pre> | <pre> | ||
<ref>{{Cite encyclopedia | <ref>{{Cite encyclopedia | ||
|title=Fleet Street | |title=Fleet Street | ||
|encyclopedia=Encyclopædia Britannica | |encyclopedia=Encyclopædia Britannica | ||
|publisher=Encyclopædia Britannica, Inc. | |publisher=Encyclopædia Britannica, Inc. | ||
|year=2025 | |year=2025 | ||
|url=https://www.britannica.com/place/Fleet-Street | |||
|access-date=2 July 2026 | |||
|url= | |||
|access-date= | |||
}}</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.