Module:Citation/CS1/Whitelist: Difference between revisions
Richardpruen (talk | contribs) m 1 revision imported: Template for journal |
update per RfC; |
||
Line 1: | Line 1: | ||
--[[--------------------------< 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 5: | Line 4: | ||
true - these parameters are valid and supported parameters | true - these parameters are valid and supported parameters | ||
false - these parameters are deprecated but still supported | false - these parameters are deprecated but still supported | ||
tracked - these parameters are valid and supported parameters tracked in an eponymous properties category | |||
nil - these parameters are no longer supported. remove entirely | nil - these parameters are no longer supported. remove entirely | ||
Line 120: | Line 120: | ||
['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 244: | Line 244: | ||
['zbl'] = true, | ['zbl'] = true, | ||
['ZBL'] = true, | ['ZBL'] = true, | ||
} | } | ||
local numbered_arguments = { | local numbered_arguments = { | ||
Line 324: | Line 324: | ||
['translator-mask#'] = true, | ['translator-mask#'] = true, | ||
['translator#-mask'] = true, | ['translator#-mask'] = true, | ||
} | } | ||
Line 334: | Line 334: | ||
preprint templates. Some of these parameters may also be available to the general cs1|2 templates. | preprint templates. Some of these parameters may also be available to the general cs1|2 templates. | ||
Same conventions for true/false/ | Same conventions for true/false/tracked/nil as above. | ||
]] | ]] | ||
Line 363: | Line 363: | ||
limited subset of parameters allowed to all other cs1|2 templates. The limited subset is defined here. | limited subset of parameters allowed to all other cs1|2 templates. The limited subset is defined here. | ||
Same conventions for true/false/ | Same conventions for true/false/tracked/nil as above. | ||
]] | ]] | ||
Line 403: | Line 403: | ||
['vauthors'] = true, | ['vauthors'] = true, | ||
['year'] = true, | ['year'] = true, | ||
} | } | ||
local limited_numbered_arguments = { | local limited_numbered_arguments = { | ||
Line 433: | Line 433: | ||
table are the template's CitationClass parameter value | table are the template's CitationClass parameter value | ||
Same conventions for true/false/ | Same conventions for true/false/tracked/nil as above. | ||
]] | ]] |