Template:Cite conference: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly><blockquote style="margin:1em 2em; padding:0.5em 1em; border-left:3px solid #aaa; background:#f9f9f9;"> {{{1}}} {{#if:{{{source|}}}|<div style="text-align:right; margin-top:0.5em;">— {{{source}}}</div>}} </blockquote></includeonly><noinclude> Simple quotation template. == Usage == <pre> {{Quote|Quoted text|source=Person or source}} </pre> == Example == <pre> {{Quote| To find a technical group of enthusiasts who will understand the meaning and be inspire..." |
No edit summary |
||
| 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 == | == Usage == | ||
<pre> | <pre> | ||
{{ | {{Cite conference | ||
| last1 = | |||
| first1 = | |||
| title = | |||
| conference = | |||
| location = | |||
| year = | |||
| pages = | |||
| url = | |||
| doi = | |||
| access-date = | |||
}} | |||
</pre> | </pre> | ||
== Notes == | |||
This is a simplified wrapper around book-style citation formatting adapted for conference proceedings. | |||
== Example == | == Example == | ||
<pre> | <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> | </pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 18:25, 19 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
}}