|
|
(50 intermediate revisions by 26 users not shown) |
Line 1: |
Line 1: |
| <cite style="font-style:normal">{{ | | <includeonly>{{#invoke:citation/CS1|citation |
| #if:{{{author|}}}{{{last|}}} | | |CitationClass=encyclopaedia |
| |{{#if:{{{authorlink|}}}
| | }}</includeonly><noinclude> |
| |[[{{{authorlink}}}|{{
| | {{documentation}} |
| #if: {{{last|}}}
| |
| |{{{last}}}{{#if:{{{first|}}}|, {{{first}}}}}.
| |
| |{{{author}}}.
| |
| }}]]
| |
| |{{#if: {{{last|}}}
| |
| |{{{last}}}{{#if:{{{first|}}}|, {{{first}}}}}.
| |
| |{{{author}}}.
| |
| }}
| |
| }}{{
| |
| #if:{{{coauthors|}}}
| |
| |<nowiki>;</nowiki> {{{coauthors}}}
| |
| }}{{
| |
| #if:{{{date|}}}
| |
| | ({{{date}}}).
| |
| |{{#if:{{{year|}}}
| |
| |{{#if:{{{month|}}}
| |
| | ({{{month}}} {{{year}}}).
| |
| | ({{{year}}}).
| |
| }}
| |
| }}
| |
| }}
| |
| }} "{{
| |
| #if:{{{url|}}}
| |
| |{{
| |
| #if:{{{article|}}}
| |
| |[{{{url}}} {{{article}}}]
| |
| |[{{{url}}} {{{title}}}]
| |
| }}|{{
| |
| #if:{{{article|}}}
| |
| |{{{article}}}
| |
| |{{{title}}}
| |
| }}
| |
| }}".{{
| |
| #if:{{{encyclopedia|}}}{{{ency|}}}
| |
| | ''{{{encyclopedia|{{{ency}}}}}}''
| |
| }}{{
| |
| #if:{{{edition|}}}{{{volume|}}}{{{pages|}}}
| |
| | ({{
| |
| #if:{{{edition|}}}
| |
| |{{{edition}}}{{
| |
| #if:{{{volume|}}}{{{pages|}}}
| |
| |, 
| |
| }}
| |
| }}{{
| |
| #if:{{{volume|}}}
| |
| |{{{volume}}}{{
| |
| #if:{{{pages}}}
| |
| |, 
| |
| }}
| |
| }}{{
| |
| #if:{{{pages|}}}
| |
| |{{{pages}}}
| |
| }}).
| |
| |.
| |
| }}{{
| |
| #if:{{{last|}}}{{{author|}}}
| |
| | 
| |
| |{{
| |
| #if:{{{date|}}}
| |
| | ({{{date}}}).
| |
| |{{#if:{{{year|}}}
| |
| |{{#if:{{{month|}}}
| |
| | ({{{month}}} {{{year}}}).
| |
| | ({{{year}}}).
| |
| }}
| |
| }}
| |
| }}
| |
| }}{{
| |
| #if:{{{editor|}}}
| |
| | Ed. {{{editor}}}.
| |
| }}{{
| |
| #if:{{{publisher|}}}|{{
| |
| #if:{{{location|}}}
| |
| | {{{location}}}:
| |
| }} {{{publisher}}}.
| |
| }}{{
| |
| #if:{{{doi|}}}
| |
| | [[Digital object identifier|DOI]]:[http://dx.doi.org/{{{doi}}} {{{doi}}}].
| |
| }}{{
| |
| #if:{{{id|}}}
| |
| | {{{id}}}.
| |
| }}{{
| |
| #if:{{{accessdate|}}}
| |
| | Retrieved on [[{{{accessdate}}}]].
| |
| |{{
| |
| #if:{{{accessyear|}}}|{{
| |
| #if:{{{accessmonth|}}}
| |
| | Retrieved on {{{accessmonth}}} {{{accessyear}}}.
| |
| | Retrieved on {{{accessyear}}}.
| |
| }}
| |
| }}
| |
| }}</cite><noinclude>
| |
|
| |
|
| ----
| | [[Category:Lua-based templates]] |
| | |
| ==Usage==
| |
| All fields '''must''' be in lowercase. Copy a blank version to use.
| |
| | |
| {| cellpadding="0" cellspacing="6"
| |
| ! Full version !! Most common fields
| |
| |- width="50%"
| |
| |
| |
| <pre>
| |
| {{cite encyclopedia
| |
| | last =
| |
| | first =
| |
| | authorlink =
| |
| | coauthors =
| |
| | editor =
| |
| | encyclopedia =
| |
| | title =
| |
| | url =
| |
| | accessdate =
| |
| | accessyear =
| |
| | accessmonth =
| |
| | edition =
| |
| | date =
| |
| | year =
| |
| | month =
| |
| | publisher =
| |
| | volume =
| |
| | location =
| |
| | id =
| |
| | doi =
| |
| | pages =
| |
| }}
| |
| </pre>
| |
| | style="vertical-align: top;" |
| |
| <pre>
| |
| {{cite encyclopedia
| |
| | year =
| |
| | title =
| |
| | encyclopedia =
| |
| | publisher =
| |
| | location =
| |
| | id =
| |
| }}
| |
| </pre>
| |
| |}
| |
| | |
| </pre>
| |
| | |
| ===Note===
| |
| {{esoteric}}
| |
| [[Category:Citation templates|{{PAGENAME}}]] | |
| [[Category:Templates using ParserFunctions|{{PAGENAME}}]]
| |
| </noinclude> | | </noinclude> |