Template:Cite conference: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Manual revert |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{Cite book | ||
{{ | | last1 = {{{last1|}}} | ||
{{{ | | first1 = {{{first1|}}} | ||
}} | | author1 = {{{author1|}}} | ||
| last2 = {{{last2|}}} | |||
| first2 = {{{first2|}}} | |||
| 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. | |||
{{ | == Usage == | ||
<pre> | |||
{{Cite conference | |||
| last1 = | |||
| first1 = | |||
| title = | |||
| conference = | |||
| location = | |||
| year = | |||
| pages = | |||
| url = | |||
| doi = | |||
| access-date = | |||
}} | }} | ||
</pre> | |||
== Notes == | |||
This is a simplified wrapper around book-style citation formatting adapted for conference proceedings. | |||
{{ | == Example == | ||
<pre> | |||
{{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> | |||
</ | |||
Revision as of 02:59, 20 May 2026
This template formats citations for conference papers and proceedings.
Usage
{{Cite conference
| last1 =
| first1 =
| title =
| conference =
| location =
| year =
| pages =
| url =
| doi =
| access-date =
}}
Notes
This is a simplified wrapper around book-style citation formatting adapted for conference proceedings.
Example
{{Cite conference
| last1 = Smith
| first1 = John
| title = Distributed Storage in Volunteer Systems
| conference = International Conference on Distributed Computing
| year = 2024
| pages = 12–18
}}