Modul:Citation/CS1/Whitelist: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
migrasi ke Lua
 
Farras (bicara | kontrib)
Tidak ada ringkasan suntingan
Baris 1:
--[[
Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items now can have three values:
true - these parameters are valid and supported parameters
false - these parameters are deprecated but still supported
nil - these parameters are no longer supported (when setting a parameter to nil, leave a comment stating the reasons for invalidating the parameter)
]]
whitelist = {
 
Baris 5 ⟶ 11:
['agency'] = true,
['airdate'] = true,
['albumlink'] = false, -- deprecated; set to nil after 1 October 2014; a unique alias of titlelink used by old cite AV media notes
['albumtype'] = nil, -- controled inappropriate functionality in the old cite AV media notes
['archivedate'] = true,
['archive-date'] = true,
Baris 10 ⟶ 18:
['archive-url'] = true,
['article'] = true,
['artist'] = false, -- deprecated; set to nil after 1 October 2014; a unique alias of others used by old cite AV media notes
['arxiv'] = true,
['ARXIV'] = true,
Baris 30 ⟶ 39:
['authors'] = true,
['author-separator'] = true,
['began'] = true,
['bibcode'] = true,
['BIBCODE'] = true,
['booktitle'] = true,
['callsign']=true, -- cite interview
['cartography'] = true,
['chapter'] = true,
['chapterlink'] = true,
['chapterurl'] = true,
['chapter-url'] = true,
['coauthorcity'] = true, -- cite interview
['coauthorscoauthor'] = truefalse,
['coauthors'] = false,
['cointerviewers'] = false, -- cite interview
['conference'] = true,
['conferenceurl'] = true,
Baris 47 ⟶ 59:
['contribution-url'] = true,
['date'] = true,
['day'] = truefalse,
['deadurl'] = true,
['degree'] = true,
['department'] = true,
['dictionary'] = true,
['director'] = false, -- deprecated; set to nil after 1 October 2014; a unique alias of author used by old cite DVD-notes
['displayauthors'] = true,
['display-authors'] = true,
Baris 81 ⟶ 95:
['encyclopaedia'] = true,
['encyclopedia'] = true,
['ended'] = true,
['entry'] = true,
['episodelink'] = true,
['beganevent'] = true,
['eventurl'] = true,
['first'] = true,
['format'] = true,
['given'] = true,
['endedhost'] = true,
['id'] = true,
['ID'] = true,
Baris 92 ⟶ 108:
['ignore-isbn-error'] = true,
['in'] = true,
['inset'] = true,
['institution'] = true,
['interviewer'] = true, --cite interview
['isbn'] = true,
['ISBN'] = true,
Baris 110 ⟶ 129:
['laysource'] = true,
['laysummary'] = true,
['layurl'] = true,
['lccn'] = true,
['LCCN'] = true,
['location'] = true,
['magazine'] = true,
['medium'] = true,
['minutes'] = true,
['month'] = truefalse,
['mr'] = true,
['MR'] = true,
Baris 123 ⟶ 144:
['nocat'] = true,
['nopp'] = true,
['notestitle'] = false, -- deprecated; set to nil after 1 October 2014; a unique alias of chapter used by old cite AV media notes
['notracking'] = true,
['no-tracking'] = true,
Baris 137 ⟶ 159:
['page'] = true,
['pages'] = true,
['people'] = true,
['periodical'] = true,
['place'] = true,
Baris 147 ⟶ 170:
['PPPrefix'] = true,
['PPrefix'] = true,
['program']=true, -- cite interview
['publicationdate'] = true,
['publication-date'] = true,
Baris 152 ⟶ 176:
['publication-place'] = true,
['publisher'] = true,
['publisherid'] = false, -- deprecated; set to nil after 1 October 2014; a unique alias of others used by old cite AV media notes and old cite DVD-notes
['quotation'] = true,
['quote'] = true,
['ref'] = true,
['Ref'] = true,
['registration'] = true,
['rfc'] = true,
['RFC'] = true,
['scale'] = true,
['season'] = true,
['section'] = true,
['sectionurl'] = true,
['separator'] = true,
['series'] = true,
Baris 168 ⟶ 197:
['SSRN'] = true,
['station'] = true,
['subject'] = true,
['subjectlink'] = true,
['subscription'] = true,
['surname'] = true,
Baris 175 ⟶ 206:
['title'] = true,
['titlelink'] = true,
['titleyear'] = false, -- deprecated; set to nil after 1 October 2014; a unique alias of origyear used by old cite DVD-notes
['trans_chapter'] = true,
['trans-chapter'] = true,
Baris 231 ⟶ 263:
['given#'] = true,
['last#'] = true,
['subject#'] = true,
['subjectlink#'] = true,
['surname#'] = true,
},