Template:Cite conference: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Kgf0
(→‎Note: rm Note section & Template:subst - WP:CITET states that citation templates should not be subst'ed due to "very complex conditional code")
m (63 revisions imported)
 
(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>&#32;{{{coauthors}}}
  }}
}}{{#if: {{{date|}}}
  |&#32;({{{date}}})
  |{{#if: {{{year|}}}
    |{{#if: {{{month|}}}
      |&#32;({{{month}}} {{{year}}})
      |&#32;({{{year}}})
    }}
  }}
}}{{#if: {{{author|}}}{{{last|}}}
  |.
}}{{#if: {{{editor|}}}
  |&#32;{{{editor}}}
}} "{{#if: {{{url|}}}
  |[{{{url}}} {{{title}}}]
  |{{{title}}}
}}"{{#if: {{{format|}}}
  | &#32;({{{format|}}})
}}.&nbsp;''{{{booktitle}}}''{{#if: {{{others|}}}
  |, {{{others}}}
}}{{#if: {{{edition|}}}
  |, {{{edition}}}
}}{{#if: {{{pages|}}}
  |,&#32;{{{pages}}}
}}{{#if: {{{publisher|}}}
  |, {{#if: {{{location|}}}
    |{{{location}}}:&#32;
  }}{{{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>

Latest revision as of 15:24, 1 September 2020