Module:Citation/CS1/Whitelist: Difference between revisions
unsupport |ARXIV= and |BIBCODE=;
m>Trappist the monk (synch from sandbox;) |
m>Trappist the monk (unsupport |ARXIV= and |BIBCODE=;) |
||
Line 7: | Line 7: | ||
['albumtype'] = nil, -- controled inappropriate functionality in the old cite AV media notes | ['albumtype'] = nil, -- controled inappropriate functionality in the old cite AV media notes | ||
['artist'] = nil, -- unique alias of others used by old cite AV media notes | ['artist'] = nil, -- unique alias of others used by old cite AV media notes | ||
['ARXIV'] = nil, -- not an initialization | |||
['Author'] = nil, -- non-standard capitalization | ['Author'] = nil, -- non-standard capitalization | ||
['authorformat'] = nil, -- primarily used to support Vancouver format which functionality now part of name-list-format | ['authorformat'] = nil, -- primarily used to support Vancouver format which functionality now part of name-list-format | ||
Line 13: | Line 14: | ||
['author-separator'] = nil, -- primarily used to support Vancouver format which functionality now part of name-list-format | ['author-separator'] = nil, -- primarily used to support Vancouver format which functionality now part of name-list-format | ||
['began'] = nil, -- module handles date ranges; cite episode and cite series | ['began'] = nil, -- module handles date ranges; cite episode and cite series | ||
['BIBCODE'] = nil, -- not an initialization | |||
['callsign'] = nil, -- cite interview removed | ['callsign'] = nil, -- cite interview removed | ||
['call-sign'] = nil, -- cite interview removed | ['call-sign'] = nil, -- cite interview removed | ||
Line 79: | Line 81: | ||
['article'] = true, | ['article'] = true, | ||
['arxiv'] = true, | ['arxiv'] = true, | ||
['asin'] = true, | ['asin'] = true, | ||
['ASIN'] = true, | ['ASIN'] = true, | ||
Line 94: | Line 95: | ||
['authors'] = true, | ['authors'] = true, | ||
['bibcode'] = true, | ['bibcode'] = true, | ||
['bibcode-access'] = true, | ['bibcode-access'] = true, | ||
['biorxiv'] = true, | ['biorxiv'] = true, | ||
Line 433: | Line 433: | ||
nil - these parameters are no longer supported (when setting a parameter to nil, leave a comment stating the reasons for invalidating the parameter) | nil - these parameters are no longer supported (when setting a parameter to nil, leave a comment stating the reasons for invalidating the parameter) | ||
]] | |||
--[[ | |||
This is a list of parameters that once were but now are no longer supported: | |||
['ARXIV'] = nil, -- not an initialization | |||
['version'] = nil, -- this is the cite arxiv parameter; |version= still supported by other cs1|2 templates | |||
]] | ]] | ||
local arxiv_basic_arguments = { | local arxiv_basic_arguments = { | ||
['arxiv'] = true, | ['arxiv'] = true, | ||
['class'] = true, -- cite arxiv and arxiv identifiers | ['class'] = true, -- cite arxiv and arxiv identifiers | ||
['eprint'] = true, -- cite arxiv and arxiv identifiers | ['eprint'] = true, -- cite arxiv and arxiv identifiers | ||
} | } | ||