|
|
| Line 1: |
Line 1: |
| <includeonly>{{Cite book | | <includeonly> |
| | last1 = {{{last1|}}}
| | {{#if:{{{author|{{{last1|}}}}}}| |
| | first1 = {{{first1|}}}
| | {{{author|{{{last1|}}}}}}{{#if:{{{first1|}}}|, {{{first1}}}}}. |
| | author1 = {{{author1|}}} | | }} |
| | last2 = {{{last2|}}}
| | |
| | first2 = {{{first2|}}}
| | "{{{title|}}}". |
| | author2 = {{{author2|}}}
| |
| | editor-last = {{{editor-last|}}}
| |
| | editor-first = {{{editor-first|}}}
| |
| | title = {{{title|}}}
| |
| | book-title = {{{book-title|}}}
| |
| | conference = {{{conference|}}} | |
| | location = {{{location|}}}
| |
| | publisher = {{{publisher|}}}
| |
| | date = {{{date|}}}
| |
| | year = {{{year|}}}
| |
| | pages = {{{pages|}}}
| |
| | url = {{{url|}}}
| |
| | doi = {{{doi|}}}
| |
| | access-date = {{{access-date|}}}
| |
| | quote = {{{quote|}}}
| |
| }}</includeonly><noinclude>
| |
|
| |
|
| This template formats citations for conference papers and proceedings.
| | {{#if:{{{conference|}}}|In ''{{{conference}}}''.}} |
|
| |
|
| == Usage ==
| | {{#if:{{{editor|{{{editor-last|}}}}}}| |
| <pre>
| | Edited by {{{editor|{{{editor-last|}}}}}}{{#if:{{{editor-first|}}}|, {{{editor-first}}}}}. |
| {{Cite conference | |
| | last1 = | |
| | first1 = | |
| | title = | |
| | conference = | |
| | location = | |
| | year =
| |
| | pages = | |
| | url = | |
| | doi =
| |
| | access-date =
| |
| }} | | }} |
| </pre>
| |
|
| |
|
| == Notes ==
| | {{#if:{{{location|}}}|{{{location}}}. }} |
| This is a simplified wrapper around book-style citation formatting adapted for conference proceedings.
| | {{#if:{{{publisher|}}}|{{{publisher}}}. }} |
|
| |
|
| == Example ==
| | {{#if:{{{date|{{{year|}}}}}}| |
| <pre>
| | ({{{date|{{{year}}}}}}). |
| {{Cite conference | |
| | last1 = Smith | |
| | first1 = John | |
| | title = Distributed Storage in Volunteer Systems | |
| | conference = International Conference on Distributed Computing
| |
| | year = 2024 | |
| | pages = 12–18
| |
| }} | | }} |
| </pre>
| |
|
| |
|
| </noinclude> | | {{#if:{{{pages|}}}|pp. {{{pages}}}. }} |
| | |
| | {{#if:{{{url|}}}|[{{{url}}} link] }} |
| | {{#if:{{{doi|}}}|DOI: {{{doi}}}. }} |
| | |
| | </includeonly> |