Lompat ke isi

Templat:Cite journal: Perbedaan antara revisi

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas
Konten dihapus Konten ditambahkan
k bot kosmetik perubahan
k ←Membatalkan revisi 3410317 oleh AABot (Bicara)
Baris 22: Baris 22:
}}
}}
}}{{#if:{{{date|}}}
}}{{#if:{{{date|}}}
| ({{{date}}})
| ({{{date}}})
|{{#if:{{{year|}}}
|{{#if:{{{year|}}}
|{{#if:{{{month|}}}
|{{#if:{{{month|}}}
| ({{{month}}} {{{year}}})
| ({{{month}}} {{{year}}})
| ({{{year}}})
| ({{{year}}})
}}
}}
}}
}}
}}{{#if:{{{author|}}}{{{last|}}}{{{year|}}}
}}{{#if:{{{author|}}}{{{last|}}}{{{year|}}}
|.
|. 
}}{{#if:{{{url|}}}
}}{{#if:{{{url|}}}
|[{{{url}}}
|[{{{url}}}
Baris 38: Baris 38:
|
|
}}{{#if: {{{format|}}}
}}{{#if: {{{format|}}}
| ({{{format}}})
|  ({{{format}}})
}}{{#if:{{{journal|}}}
}}{{#if:{{{journal|}}}
|. ''{{{journal}}}''
|. ''{{{journal}}}''
}}{{#if:{{{volume|}}}
}}{{#if:{{{volume|}}}
| '''{{{volume}}}'''
| '''{{{volume}}}'''
}}{{#if:{{{issue|}}}
}}{{#if:{{{issue|}}}
| ({{{issue}}})
| ({{{issue}}})
}}{{#if:{{{pages|}}}
}}{{#if:{{{pages|}}}
|<nowiki>:</nowiki> {{{pages}}}
|<nowiki>:</nowiki> {{{pages}}}
Baris 52: Baris 52:
|. {{{id}}}
|. {{{id}}}
}}{{#if: {{{accessdate|}}}
}}{{#if: {{{accessdate|}}}
| Diakses pada {{#iferror: {{#time: j F Y|{{{accessdate}}}}} | {{{accessdate}}} | {{#time: j F Y|{{{accessdate}}}}} }}
| &#32;Diakses pada {{#iferror: {{#time: j F Y|{{{accessdate}}}}} | {{{accessdate}}} | {{#time: j F Y|{{{accessdate}}}}} }}
}}{{#if: {{{accessmonthday|}}}
}}{{#if: {{{accessmonthday|}}}
| }}{{#if: {{{accessdaymonth|}}}
| }}{{#if: {{{accessdaymonth|}}}
| Diakses pada {{#time:j F|{{{accessdaymonth}}}}} {{{accessyear}}}
| &#32;Diakses pada {{#time:j F|{{{accessdaymonth}}}}} {{{accessyear}}}
}}.</cite><noinclude>
}}.</cite><noinclude>


Baris 115: Baris 115:
* '''volume''': Volume number of the journal in which the article is found
* '''volume''': Volume number of the journal in which the article is found
* '''issue''': Issue number of the journal in which the article is found
* '''issue''': Issue number of the journal in which the article is found
* '''pages''': ''<nowiki>45–47</nowiki>'': first page, and optional last page.
* '''pages''': ''<nowiki>45&ndash;47</nowiki>'': first page, and optional last page.
* '''doi''': [[digital object identifier]]. See also {{tl|doi}}
* '''doi''': [[digital object identifier]]. See also {{tl|doi}}
* '''id''': Identifier such as ''<nowiki>{{</nowiki>[[:Template:ISSN|ISSN]]|1111-2220}}'', PMID 15128012
* '''id''': Identifier such as ''<nowiki>{{</nowiki>[[:Template:ISSN|ISSN]]|1111-2220}}'', PMID 15128012
** other suitable id-related templates: {{tl|doi}}, {{tl|US patent}}
**other suitable id-related templates: {{tl|doi}}, {{tl|US patent}}
* '''url''': URL of a copy of the article, if available online.
* '''url''': URL of a copy of the article, if available online.
** '''format''': Format, i.e. PDF. Don't specify for HTML (implied as default).
** '''format''': Format, i.e. PDF. Don't specify for HTML (implied as default).
Baris 127: Baris 127:
[[de:Vorlage:Cite journal]]
[[de:Vorlage:Cite journal]]
[[ru:Шаблон:Статья]]
[[ru:Шаблон:Статья]]
[[vi:Bản mẫu:Chú thích tạp chí]]
[[vi:Tiêu bản:Chú thích tạp chí]]
</noinclude>
</noinclude>

Revisi per 6 Juli 2010 13.07

"{{{title}}}".

Usage

using first, last using author
{{cite journal
 | last = 
 | first = 
 | authorlink = 
 | coauthors = 
 | year = 
 | month = 
 | title = '''REQUIRED'''
 | journal = 
 | volume = 
 | issue = 
 | pages = 
 | doi =
 | id = 
 | url =
 | format = 
 | accessdate = 
 }}
{{cite journal
 | author = 
 | year = 
 | month = 
 | title = '''REQUIRED'''
 | journal = 
 | volume = 
 | issue = 
 | pages = 
 | doi =
 | id = 
 | url = 
 | format = 
 | accessdate = 
 }}
  • author: Author
    • last works with first to produce last, first
    • authorlink works either with author or with last & first to link to the appropriate article (internal link)
    • coauthors: allows additional authors
  • date: January 1, 2006. Full date of publication.
    • year: 2006. Year of publication (ignored if the date field is used).
      • month: January. Month of publication (ignored if the date field is used, or if the year field is not used).
  • title: Title of article. This is the only required parameter. All other parameters are optional.
  • journal: Name of the journal.
  • volume: Volume number of the journal in which the article is found
  • issue: Issue number of the journal in which the article is found
  • pages: 45–47: first page, and optional last page.
  • doi: digital object identifier. See also {{doi}}
  • id: Identifier such as {{ISSN|1111-2220}}, PMID 15128012
  • url: URL of a copy of the article, if available online.
    • format: Format, i.e. PDF. Don't specify for HTML (implied as default).
  • accessdate: Full date when URL was accessed, in ISO 8601 YYYY-MM-DD format, eg. 2006-02-17.