Template:Cite conference: Difference between revisions

From BOINC Projects
Jump to navigation Jump to search
Al Piskun (talk | contribs)
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..."
 
Al Piskun (talk | contribs)
No edit summary
Line 1: Line 1:
<includeonly><blockquote style="margin:1em 2em; padding:0.5em 1em; border-left:3px solid #aaa; background:#f9f9f9;">
<includeonly>{{Cite book
{{{1}}}
| last1 = {{{last1|}}}
{{#if:{{{source|}}}|<div style="text-align:right; margin-top:0.5em;">— {{{source}}}</div>}}
| first1 = {{{first1|}}}
</blockquote></includeonly><noinclude>
| 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>


Simple quotation template.
This template formats citations for conference papers and proceedings.


== Usage ==
== Usage ==
<pre>
<pre>
{{Quote|Quoted text|source=Person or source}}
{{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>
{{Quote|
{{Cite conference
To find a technical group of enthusiasts who will understand the meaning and be inspired!
| last1 = Smith
|source=Data freezer project description
| first1 = John
| title = Distributed Storage in Volunteer Systems
| conference = International Conference on Distributed Computing
| year = 2024
| pages = 12–18
}}
}}
</pre>
</pre>
Produces:
{{Quote|
To find a technical group of enthusiasts who will understand the meaning and be inspired!
|source=Data freezer project description
}}


</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
}}