Шаблон:Cite conference/doc

Материал из wikixw
Версия от 12:38, 24 февраля 2024; Cc82737 viki (обсуждение | вклад) (Новая страница: «{{docpage}} {{используйте песочницу}} {{OnLua|Citation/CS1}} === Использование === ==== Short copyable version ==== <pre>{{cite conference |first= |last= |authorlink= |title= |book-title= |pages= |publisher= |date= |location= |url= |accessdate= |id= }}</pre> ==== Полная версия ==== <pre> {{cite conference | first = | last = | authorlink = | date = | year = | title...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигации Перейти к поиску

Использование[править]

Short copyable version[править]

{{cite conference |first= |last= |authorlink= |title= |book-title= |pages= |publisher= |date= |location= |url= |accessdate= |id= }}

Полная версия[править]

{{cite conference
 | first         = 
 | last          = 
 | authorlink    = 
 | date          = 
 | year          = 
 | title         = 
 | conference    = 
 | conference-url = 
 | book-title     = 
 | editor        = 
 | others        = 
 | volume        = 
 | edition       = 
 | publisher     = 
 | location      = 
 | pages         = 
 | url           = 
 | format        = 
 | accessdate    = 
 | doi           = 
 | bibcode       = 
 | id            = 
 | oclc          = 
}}

Краткая версия[править]

{{cite conference
 | first      = 
 | last       = 
 | authorlink = 
 | title      = 
 | book-title  = 
 | pages      = 
 | publisher  = 
 | date       = 
 | location   = 
 | url        = 
 | accessdate = 
 | id         = 
}}

Description of parameters[править]

  • 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
    • coauthors: allows additional authors
  • date: Full date of publication, in ISO 8601 YYYY-MM-DD format, eg. 2006-02-17. (Not automatically wikified.)
    • OR: year: Year of publication, and month: Name of the month of publication. If you also have the day, use date instead.
  • title: Title of article. This is a required parameter.
  • conference: Title of the conference.
  • conferenceurl: Website of the conference.
  • booktitle: Title of Proceedings. This is a required parameter. eg: "Proceedings of the conference organizer"
  • editor: No text is added, so labels such as "(ed.)" have to be supplied by user.
  • others: For uses such as "illustrated by Smith" or "trans. Smith".
  • volume: If the proceedings are part of a series.
  • edition: When the book has more than one edition. eg: "2nd edition".
  • pages: 1&ndash;2: first page, and optional last page (put an &ndash; for the range).
  • publisher: Publisher should not include corporate designation such is "Ltd" or "Inc".
    • location: Place of publication (and not conference place). Produces location: publisher (ignored if the publisher field is not used).
  • doi: The Digital Object Identifier.
  • bibcode: The Bibcode.
  • id: Identifier such as ISBN 1-111-22222-9 or {{LCC|Z253.U69}} or {{ISSN|1111-2220}}
  • oclc: Online Computer Library Center ID number, such as 3185581
  • url: url of the online article or proceedings.
    • format: Format, e.g. PDF. HTML implied if not specified.
    • accessdate: Full date when item was accessed, in ISO 8601 YYYY-MM-DD format, eg. 2006-02-17. (Automatically wikified.)

Примеры[править]

Нужно расширить количество примеров.

Wikitext Result
 {{cite conference
 | first = FIRST
 | last = LAST
 | authorlink = Example
 | coauthors = COAUTHORS
 | date = 1996-11-29
 | year = 
 | title = TITLE
 | conference = CONFERENCE
 | conference-url = http://www.wikipedia.org/
 | book-title = BOOKTITLE
 | editor = EDITOR
 | others = OTHERS
 | volume = 1
 | edition = EDITION
 | publisher = PUBLISHER
 | location = LOCATION
 | pages = PAGES
 | url = http://www.wikipedia.org/
 | accessdate = 2006-04-07
 | doi = 1234/5678
 | id = ISBN 1-111-22222-9
 }}

Ошибка Lua в Модуль:Citation/CS1 на строке 3523: attempt to index field 'basic_arguments' (a nil value).

 {{cite conference
 | author = AUTHOR
 | authorlink = Example
 | year = 2006
 | month = January
 | title = TITLE
 | book-title = BOOKTITLE
 | url = http://www.wikipedia.com
 | accessdate = 2006-04-07
 | id = ISBN 1-111-22222-9
 }}
  • Ошибка Lua в Модуль:Citation/CS1 на строке 3523: attempt to index field 'basic_arguments' (a nil value).