Module:Citation/CS1/Whitelist/sandbox: Difference between revisions
Richardpruen (talk | contribs) m 1 revision imported |
imported>Trappist the monk reset changes list; |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
--[[ | --[[ | ||
History of changes since last sync: | History of changes since last sync: 2023-01-14 | ||
]] | |||
--[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- | --[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- | ||
Line 27: | Line 26: | ||
['article'] = true, | ['article'] = true, | ||
['article-format'] = true, | ['article-format'] = true, | ||
['article-number'] = true, -- {{cite journal}}, {{cite conference}}; {{citation}} when |journal= has a value | |||
['article-url'] = true, | ['article-url'] = true, | ||
['article-url-access'] = true, | ['article-url-access'] = true, | ||
Line 127: | Line 127: | ||
['language'] = true, | ['language'] = true, | ||
['last'] = true, | ['last'] = true, | ||
['lay-date'] = | ['lay-date'] = false, | ||
['lay-format'] = | ['lay-format'] = false, | ||
['lay-source'] = | ['lay-source'] = false, | ||
['lay-url'] = | ['lay-url'] = false, | ||
['lccn'] = true, | ['lccn'] = true, | ||
['LCCN'] = true, | ['LCCN'] = true, | ||
Line 251: | Line 251: | ||
['zbl'] = true, | ['zbl'] = true, | ||
['ZBL'] = true, | ['ZBL'] = true, | ||
} | } | ||
local numbered_arguments = { | local numbered_arguments = { | ||
Line 331: | Line 331: | ||
['translator-mask#'] = true, | ['translator-mask#'] = true, | ||
['translator#-mask'] = true, | ['translator#-mask'] = true, | ||
} | } | ||
Line 410: | Line 410: | ||
['vauthors'] = true, | ['vauthors'] = true, | ||
['year'] = true, | ['year'] = true, | ||
} | } | ||
local limited_numbered_arguments = { | local limited_numbered_arguments = { | ||
Line 470: | Line 470: | ||
['transcript'] = true, | ['transcript'] = true, | ||
['transcript-format'] = true, | ['transcript-format'] = true, | ||
['transcripturl'] = false, | |||
['transcript-url'] = true, | ['transcript-url'] = true, | ||
}, | }, |