Difference between revisions of "Template:Cite EB1922/sandbox"
imported>WOSlinker (sync) |
imported>Trappist the monk |
||
Line 1: | Line 1: | ||
− | {{#if:{{{noicon|}}}|| | + | {{#if:{{{no-icon|{{{noicon|}}}}}}||{{#ifeq: {{{wstitle|}}}||[[File:PD-icon.svg|12px|alt=|link=]] }}}}<!-- |
− | --> | + | -->{{#invoke:template wrapper|{{#if:{{{_debug|}}}|list|wrap}}|_template=cite encyclopedia |
+ | |_exclude=display, no-icon, noicon, short, wstitle, _debug | ||
+ | |_reuse=access-date, accessdate, chapter, title, url <!-- these are reused --> | ||
− | |||
|editor-first = {{#if: {{{short|}}}|<!-- eq to empty -->|{{{editor-first|Hugh}}}}} | |editor-first = {{#if: {{{short|}}}|<!-- eq to empty -->|{{{editor-first|Hugh}}}}} | ||
|editor-last = {{#if: {{{short|}}}|<!-- eq to empty -->|{{{editor-last|Chisholm}}}}} | |editor-last = {{#if: {{{short|}}}|<!-- eq to empty -->|{{{editor-last|Chisholm}}}}} | ||
|encyclopedia={{{encyclopedia|[[Encyclopædia Britannica]]}}} | |encyclopedia={{{encyclopedia|[[Encyclopædia Britannica]]}}} | ||
− | + | ||
− | + | |title={{#if:{{{wstitle|}}}|{{cite wikisource/make link | |
− | + | |link=1922 Encyclopædia Britannica/{{{wstitle}}} | |
+ | |label={{{display|{{{wstitle|}}}}}} | ||
+ | |noicon={{{no-icon|{{{noicon|}}}}}} | ||
+ | }}|{{#if:{{{title|}}}|{{{title}}}|[[s:1922 Encyclopædia Britannica|<span style="color:red">article name needed</span>]]}}}} | ||
<!--if title= wstitle is not set the display a warning in red--> | <!--if title= wstitle is not set the display a warning in red--> | ||
− | |title={{#if:{{{title|}}}|{{{title}}}| | + | <!-- |title={{#if:{{{title|}}}|{{{title}}}| |
− | {{#if:{{{wstitle | + | {{#if:{{{wstitle|}}}|[[Wikisource:1922 Encyclopædia Britannica/{{{wstitle|}}}|{{{display|{{{wstitle|}}}<!-- display --><!-- }}}]]|<sup><span style="color:red">article name needed</span></sup>}} |
− | }} | + | }} --> |
<!--Only set url= if title= is also set.--> | <!--Only set url= if title= is also set.--> | ||
− | |{{#if: {{{title|}}} |{{#if:{{{url|}}} |url |HIDE_PARAMETER1}} |HIDE_PARAMETER1}}={{#if: {{{title|}}} |{{#if:{{{url|}}} |{{{url|}}} }} }} | + | <!-- |{{#if: {{{title|}}} |{{#if:{{{url|}}} |url |HIDE_PARAMETER1}} |HIDE_PARAMETER1}}={{#if: {{{title|}}} |{{#if:{{{url|}}} |{{{url|}}} }} }} --> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | |url={{#if:{{{wstitle|}}}|<!--eq to empty--> | |
− | + | |<!--then set--> {{{url|}}} | |
+ | |<!--else leave unset--> | ||
+ | }} | ||
+ | |access-date={{#if:{{{wstitle|}}}||{{{access-date|{{{accessdate|}}}}}} }} | ||
+ | |edition=12th | ||
+ | |date=1922 | ||
+ | |location={{#if: {{{short|}}}|<!-- eq to empty -->|{{{location|London & New York}}}}} | ||
+ | |publisher={{#if: {{{short|}}}|<!-- eq to empty -->|The Encyclopædia Britannica Company}} | ||
− | + | <!-- pass on unnamed parameters for error processing by {{cite encyclopedia}}--> | |
− | + | |{{#if:{{{1|}}} |1 |HIDE_PARAMETERone}}={{{1|}}} | |
− | |||
− | |{{#if:{{{ | ||
}}<!-- | }}<!-- | ||
--><includeonly><!-- | --><includeonly><!-- | ||
Line 46: | Line 48: | ||
}}<!--end title--> | }}<!--end title--> | ||
}}<!--end wstitle--> | }}<!--end wstitle--> | ||
− | |||
− | |||
− | |||
}}<!--end NAMESPACE no white space | }}<!--end NAMESPACE no white space | ||
--></includeonly><noinclude> | --></includeonly><noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> |
Revision as of 22:38, 29 June 2019
Chisholm, Hugh, ed. (1922). . Encyclopædia Britannica (12th ed.). London & New York: The Encyclopædia Britannica Company.
![]() | This is the template sandbox page for Template:Cite EB1922 (diff). See also the companion subpage for test cases. |
Contents
Purpose
This template enables the citation of articles from the Wikisource project 1922 Encyclopædia Britannica in the manner of {{cite encyclopedia}}.
Usage
minimum usage is:
{{Cite EB1922|wstitle=name of the article}}
or
{{Cite EB1922|title=name of the article}}
The template {{{BASENAME}}} is a wrapper around {{cite encyclopedia}} some of the parameters used by {{cite encyclopedia}} can be set when calling this template. These are:
- |author= |first= |last= |page= |pages= |url= |volume=
See the documentation of {{cite encyclopedia}} for more details about these parameters.
There are three other parameters which can be used in this template that affect it and are not passed on as parameters into {{cite encyclopedia}} these are:
- |noicon=x |vb=x |display=display name
Details of theses parameters can be found lower down this page.
Examples
Display using wstitle
(Wikisource link)
{{Cite EB1922|wstitle=Fischer, Theobald}}
displays as:
- Chisholm, Hugh, ed. (1922). Encyclopædia Britannica (12th ed.). London & New York: The Encyclopædia Britannica Company. .
Display using title
(no Wikisource link)
{{Cite EB1922|title=Fischer, Theobald}}
displays as:
Chisholm, Hugh, ed. (1922). "Fischer, Theobald". Encyclopædia Britannica (12th ed.). London & New York: The Encyclopædia Britannica Company.
When title
is being used, url
can be used to specify an external link.
With comment
{{Cite EB1922|wstitle=Fischer, Theobald}} A German-born geographer who developed the Mediterranean region concept.
displays as:
- Chisholm, Hugh, ed. (1922). Encyclopædia Britannica (12th ed.). London & New York: The Encyclopædia Britannica Company. A German-born geographer who developed the Mediterranean region concept. .
Using noicon
{{Cite EB1922|wstitle=Fischer, Theobald|noicon=x}}
displays as:
- Chisholm, Hugh, ed. (1922). "Fischer, Theobald". Encyclopædia Britannica (12th ed.). London & New York: The Encyclopædia Britannica Company.
Using vb
If text is incorporated verbatim into an article, the vb
parameter can be used to tack on a notice appropriate to the policy in Wikipedia:Plagiarism.
{{Cite EB1922|wstitle=Lowell, Abbott Lawrence|vb=x}}
displays as:
- This article incorporates text from a publication now in the public domain: Chisholm, Hugh, ed. (1922). . Encyclopædia Britannica (12th ed.). London & New York: The Encyclopædia Britannica Company.
Using display
The mechanics of Wikisource will sometimes require that a link have disambiguation information which is not part of the original title. The display
parameter allows this information to be hidden for the purpose of the citation. For example:
{{Cite EB1922|wstitle=Nicholas (Russian Grand Duke)|display=Nicholas (Nikolai Nikolayevich), Russian Grand Duke}}
displays as:
- Chisholm, Hugh, ed. (1922). Encyclopædia Britannica (12th ed.). London & New York: The Encyclopædia Britannica Company. .
Hidden categories
For an overview category for this template see: Category:Wikipedia articles incorporating a citation from the 1922 Encyclopædia Britannica.
See also
- {{EB1922 poster}}
The above documentation is transcluded from Template:Cite EB1922/doc. (edit | history) Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages. Please add categories to the /doc subpage. Subpages of this template. |