Module:Citation/CS1/Whitelist: Difference between revisions
Sync from sandbox; streamlined deprecated parameter detection;
m>Trappist the monk (Synch from sandbox; Migrate cite thesis;) |
m>Trappist the monk (Sync from sandbox; streamlined deprecated parameter detection;) |
||
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 38: | Line 44: | ||
['chapterurl'] = true, | ['chapterurl'] = true, | ||
['chapter-url'] = true, | ['chapter-url'] = true, | ||
['coauthor'] = | ['coauthor'] = false, | ||
['coauthors'] = | ['coauthors'] = false, | ||
['conference'] = true, | ['conference'] = true, | ||
['conferenceurl'] = true, | ['conferenceurl'] = true, | ||
Line 47: | Line 53: | ||
['contribution-url'] = true, | ['contribution-url'] = true, | ||
['date'] = true, | ['date'] = true, | ||
['day'] = | ['day'] = false, | ||
['deadurl'] = true, | ['deadurl'] = true, | ||
['degree'] = true, | ['degree'] = true, | ||
Line 119: | Line 125: | ||
['medium'] = true, | ['medium'] = true, | ||
['minutes'] = true, | ['minutes'] = true, | ||
['month'] = | ['month'] = false, | ||
['mr'] = true, | ['mr'] = true, | ||
['MR'] = true, | ['MR'] = true, |