|
|
(111 intermediate revisions by 55 users not shown) |
Line 1: |
Line 1: |
| {{#if: {{{title|}}}
| | <includeonly>{{#invoke:citation/CS1|citation |
| |{{#if: {{{first|}}}{{{last|}}}
| | |CitationClass=news |
| |{{#if: {{{last|}}}
| | }}</includeonly><noinclude> |
| |{{{last}}},
| | {{documentation}} |
| }}{{{first|}}}{{#if: {{{coauthors|}}}| <nowiki>;</nowiki> {{{coauthors}}} }},
| |
| |{{#if: {{{author|}}}
| |
| |{{{author|}}}{{#if: {{{coauthors|}}}| <nowiki>;</nowiki> {{{coauthors}}} }}.
| |
| }}
| |
| }}{{#if: {{{curly|}}}|“|"}}{{#if: {{{url|}}}
| |
| |[{{{url}}} {{{title}}}]
| |
| |{{{title}}}
| |
| }}{{#if: {{{curly|}}}|”|"}}{{#if: {{{work|}}}
| |
| |,  ''{{{work}}}''}}{{#if: {{{publisher|}}}
| |
| |, ''{{{publisher}}}''
| |
| }}{{#if: {{{date|}}}
| |
| |, {{{date}}}
| |
| }}{{#if: {{{pages|}}}
| |
| |, pp. {{{pages}}}
| |
| |{{#if: {{{page|}}}
| |
| |, p. {{{page}}}
| |
| }}
| |
| }}{{#if: {{{accessdate|}}}
| |
| |. Retrieved on [[{{{accessdate}}}]]
| |
| }}.|Template error: argument '''title''' is required.}}<noinclude>
| |
| {{esoteric}}
| |
| == Usage == | |
| <pre>
| |
| {{cite news
| |
| |first =
| |
| |last =
| |
| |author =
| |
| |coauthors =
| |
| |url =
| |
| |title =
| |
| |work =
| |
| |publisher =
| |
| |pages =
| |
| |page =
| |
| |date =
| |
| |accessdate =
| |
| }} | |
| </pre> | |
| *'''title''' is required, rest is optional.
| |
| * '''author''': Author
| |
| ** '''last''' works with '''first''' to produce <code>last, first</code>
| |
| ** '''coauthors''' allows additional authors
| |
| * '''publisher''': Publisher, if any.
| |
| * '''date''': date of publication. [[ISO 8601]] YYYY-MM-DD format recommended. May be [[m:Help:Preferences#Date_format|wikilinked]] to enable [http://en.wikipedia.org/wiki/Special:Preferences#prefsection-4 date user preferences].
| |
| * '''accessdate''': Date when item was accessed. Use [[ISO 8601]] YYYY-MM-DD format.
| |
| * '''work''': If this item is part of a larger work, name of that work.
| |
| * '''pages''' overrides '''page'''
| |
| | |
| [[Category:Citation templates|{{PAGENAME}}]]
| |
| [[Category:Templates using ParserFunctions|{{PAGENAME}}]]
| |
| | |
| [[vi:Tiêu bản:Chú thích báo]]
| |
| [[zh:Cite news]]
| |
| </noinclude> | | </noinclude> |