|
|
(54 intermediate revisions by 24 users not shown) |
Line 1: |
Line 1: |
| <cite style="font-style:normal">{{#if: {{{author|}}}{{{last|}}} | | <includeonly>{{#invoke:citation/CS1|citation |
| |{{#if: {{{authorlink|}}}
| | |CitationClass=conference |
| |[[{{{authorlink}}}|{{#if: {{{last|}}}
| | }}</includeonly><noinclude> |
| |{{{last}}}{{#if: {{{first|}}}
| | {{documentation}} |
| |, {{{first}}}
| |
| }}
| |
| |{{{author}}}
| |
| }}]]
| |
| |{{#if: {{{last|}}}
| |
| |{{{last}}}{{#if: {{{first|}}}
| |
| |, {{{first}}}
| |
| }}
| |
| |{{{author}}}
| |
| }}
| |
| }}
| |
| }}{{#if: {{{author|}}}{{{last|}}}
| |
| |{{#if: {{{coauthors|}}}
| |
| |<nowiki>;</nowiki> {{{coauthors}}}
| |
| }}
| |
| }}{{#if: {{{date|}}}
| |
| | ({{{date}}})
| |
| |{{#if: {{{year|}}}
| |
| |{{#if: {{{month|}}}
| |
| | ({{{month}}} {{{year}}})
| |
| | ({{{year}}})
| |
| }}
| |
| }}
| |
| }}{{#if: {{{author|}}}{{{last|}}}
| |
| |.
| |
| }}{{#if: {{{editor|}}}
| |
| | {{{editor}}}
| |
| }} "{{#if: {{{url|}}}
| |
| |[{{{url}}} {{{title}}}]
| |
| |{{{title}}}
| |
| }}"{{#if: {{{format|}}}
| |
| |  ({{{format|}}})
| |
| }}. ''{{{booktitle}}}''{{#if: {{{others|}}}
| |
| |, {{{others}}}
| |
| }}{{#if: {{{edition|}}}
| |
| |, {{{edition}}}
| |
| }}{{#if: {{{pages|}}}
| |
| |, {{{pages}}}
| |
| }}{{#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}}}]]
| |
| }}.</cite><noinclude>
| |
| | |
| ----
| |
| | |
| This template replaces the deprecated {{tl|conference reference}}.
| |
| | |
| === Usage summary ===
| |
| ==== Full version ====
| |
| <pre>
| |
| {{cite conference
| |
| | first =
| |
| | last =
| |
| | authorlink =
| |
| | coauthors =
| |
| | date =
| |
| | year =
| |
| | month =
| |
| | title =
| |
| | booktitle =
| |
| | editor =
| |
| | others =
| |
| | edition =
| |
| | publisher =
| |
| | location =
| |
| | pages =
| |
| | url =
| |
| | format =
| |
| | accessdate =
| |
| | doi =
| |
| | id =
| |
| }} | |
| </pre> | |
| ==== Short (common) version ====
| |
| <pre> | |
| {{cite conference | |
| | first =
| |
| | last =
| |
| | authorlink =
| |
| | coauthors =
| |
| | title =
| |
| | booktitle =
| |
| | pages =
| |
| | publisher =
| |
| | date =
| |
| | location =
| |
| | url =
| |
| | accessdate =
| |
| | id =
| |
| }} | |
| </pre>
| |
| See [[:Template Talk:Cite conference|talk page]] for full description of parameter usage.
| |
| | |
| {{esoteric}}
| |
| [[Category:Citation templates|{{PAGENAME}}]]
| |
| [[Category:Templates using ParserFunctions|{{PAGENAME}}]]
| |
| [[cs:Šablona:Citace konference]]
| |
| </noinclude> | | </noinclude> |