Module:Citation/CS1/Whitelist/sandbox: Difference between revisions
Richardpruen (talk | contribs) m 1 revision imported |
No edit summary |
||
Line 1: | Line 1: | ||
--[[ | --[[ | ||
History of changes since last sync: | History of changes since last sync: 2022-01-22 | ||
2022-09-22: add support for |article_number= in journal and conference cites; see Help_talk:Citation_Style_1/Archive_85#article_numbers | |||
]] | ]] | ||
--[[--------------------------< 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 28: | ||
['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 129: | ||
['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 253: | ||
['zbl'] = true, | ['zbl'] = true, | ||
['ZBL'] = true, | ['ZBL'] = true, | ||
} | } | ||
local numbered_arguments = { | local numbered_arguments = { | ||
Line 331: | Line 333: | ||
['translator-mask#'] = true, | ['translator-mask#'] = true, | ||
['translator#-mask'] = true, | ['translator#-mask'] = true, | ||
} | } | ||
Line 410: | Line 412: | ||
['vauthors'] = true, | ['vauthors'] = true, | ||
['year'] = true, | ['year'] = true, | ||
} | } | ||
local limited_numbered_arguments = { | local limited_numbered_arguments = { | ||
Line 470: | Line 472: | ||
['transcript'] = true, | ['transcript'] = true, | ||
['transcript-format'] = true, | ['transcript-format'] = true, | ||
['transcripturl'] = false, | |||
['transcript-url'] = true, | ['transcript-url'] = true, | ||
}, | }, |