Module:Citation/CS1/Whitelist: Difference between revisions

Jump to navigation Jump to search
SW
m (1 revision)
 
(SW)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 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 = {
whitelist = {


Line 5: Line 11:
     ['agency'] = true,
     ['agency'] = true,
     ['airdate'] = 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,
     ['archivedate'] = true,
     ['archive-date'] = true,
     ['archive-date'] = true,
Line 10: Line 18:
     ['archive-url'] = true,
     ['archive-url'] = true,
     ['article'] = 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,
     ['ARXIV'] = true,
     ['ARXIV'] = true,
Line 33: Line 42:
     ['BIBCODE'] = true,
     ['BIBCODE'] = true,
     ['booktitle'] = true,
     ['booktitle'] = true,
['callsign']=true, -- cite interview
     ['cartography'] = true,
     ['cartography'] = true,
     ['chapter'] = true,
     ['chapter'] = true,
Line 38: Line 48:
     ['chapterurl'] = true,
     ['chapterurl'] = true,
     ['chapter-url'] = true,
     ['chapter-url'] = true,
     ['coauthor'] = true,
['city']=true, -- cite interview
     ['coauthors'] = true,
     ['coauthor'] = false,
     ['coauthors'] = false,
    ['cointerviewers'] = false, -- cite interview
     ['conference'] = true,
     ['conference'] = true,
     ['conferenceurl'] = true,
     ['conferenceurl'] = true,
Line 47: Line 59:
     ['contribution-url'] = true,
     ['contribution-url'] = true,
     ['date'] = true,
     ['date'] = true,
     ['day'] = true,
     ['day'] = false,
     ['deadurl'] = true,
     ['deadurl'] = true,
    ['degree'] = true,
     ['department'] = true,
     ['department'] = true,
     ['dictionary'] = 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,
     ['displayauthors'] = true,
     ['display-authors'] = true,
     ['display-authors'] = true,
     ['displayeditors'] = true,
     ['displayeditors'] = true,
     ['display-editors'] = true,
     ['display-editors'] = true,
    ['distributor'] = true,
     ['docket'] = true,
     ['docket'] = true,
     ['doi'] = true,
     ['doi'] = true,
Line 84: Line 97:
     ['entry'] = true,
     ['entry'] = true,
     ['episodelink'] = true,
     ['episodelink'] = true,
    ['event'] = true,
    ['eventurl'] = true,
     ['first'] = true,
     ['first'] = true,
     ['format'] = true,
     ['format'] = true,
     ['given'] = true,
     ['given'] = true,
    ['host'] = true,
     ['id'] = true,
     ['id'] = true,
     ['ID'] = true,
     ['ID'] = true,
Line 93: Line 109:
     ['in'] = true,
     ['in'] = true,
     ['inset'] = true,
     ['inset'] = true,
    ['institution'] = true,
['interviewer'] = true, --cite interview
     ['isbn'] = true,
     ['isbn'] = true,
     ['ISBN'] = true,
     ['ISBN'] = true,
Line 118: Line 136:
     ['medium'] = true,
     ['medium'] = true,
     ['minutes'] = true,
     ['minutes'] = true,
     ['month'] = true,
     ['month'] = false,
     ['mr'] = true,
     ['mr'] = true,
     ['MR'] = true,
     ['MR'] = true,
Line 126: Line 144:
     ['nocat'] = true,
     ['nocat'] = true,
     ['nopp'] = 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,
     ['notracking'] = true,
     ['no-tracking'] = true,
     ['no-tracking'] = true,
Line 151: Line 170:
     ['PPPrefix'] = true,
     ['PPPrefix'] = true,
     ['PPrefix'] = true,
     ['PPrefix'] = true,
['program']=true, -- cite interview
     ['publicationdate'] = true,
     ['publicationdate'] = true,
     ['publication-date'] = true,
     ['publication-date'] = true,
Line 156: Line 176:
     ['publication-place'] = true,
     ['publication-place'] = true,
     ['publisher'] = 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,
     ['quotation'] = true,
     ['quote'] = true,
     ['quote'] = true,
Line 176: Line 197:
     ['SSRN'] = true,
     ['SSRN'] = true,
     ['station'] = true,
     ['station'] = true,
    ['subject'] = true,
    ['subjectlink'] = true,
     ['subscription'] = true,
     ['subscription'] = true,
     ['surname'] = true,
     ['surname'] = true,
Line 183: Line 206:
     ['title'] = true,
     ['title'] = true,
     ['titlelink'] = 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,
     ['trans-chapter'] = true,
     ['trans-chapter'] = true,
Line 239: Line 263:
     ['given#'] = true,
     ['given#'] = true,
     ['last#'] = true,
     ['last#'] = true,
    ['subject#'] = true,
    ['subjectlink#'] = true,
     ['surname#'] = true,
     ['surname#'] = true,
},
},
14,061

edits

Navigation menu