Module:Citation/CS1/Whitelist: Difference between revisions
sync from sandbox;
(sync from sandbox;) |
(sync from sandbox;) |
||
Line 127: | Line 127: | ||
['contributionurl'] = true, | ['contributionurl'] = true, | ||
['contribution-url'] = true, | ['contribution-url'] = true, | ||
['contribution-url-access'] = true, | |||
['contributor'] = true, | ['contributor'] = true, | ||
['contributor-first'] = true, | ['contributor-first'] = true, | ||
Line 136: | Line 137: | ||
['credits'] = true, -- cite episode, cite serial | ['credits'] = true, -- cite episode, cite serial | ||
['date'] = true, | ['date'] = true, | ||
['deadurl'] = | ['deadurl'] = false, | ||
['dead-url'] = | ['dead-url'] = false, | ||
['degree'] = true, | ['degree'] = true, | ||
['department'] = true, | ['department'] = true, | ||
Line 228: | Line 229: | ||
['laysource'] = true, | ['laysource'] = true, | ||
['lay-source'] = true, | ['lay-source'] = true, | ||
['laysummary'] = | ['laysummary'] = false, | ||
['lay-summary'] = | ['lay-summary'] = false, | ||
['lay-format'] = true, | ['lay-format'] = true, | ||
['layurl'] = true, | ['layurl'] = true, | ||
Line 243: | Line 244: | ||
['mapurl'] = true, -- cite map only | ['mapurl'] = true, -- cite map only | ||
['map-url'] = true, -- cite map only | ['map-url'] = true, -- cite map only | ||
['map-url-access'] = true, -- cite map only | |||
['medium'] = true, | ['medium'] = true, | ||
['message-id'] = true, -- cite newsgroup | ['message-id'] = true, -- cite newsgroup | ||
Line 295: | Line 297: | ||
['RFC'] = true, | ['RFC'] = true, | ||
['scale'] = true, | ['scale'] = true, | ||
['script-article'] = true, | |||
['script-chapter'] = true, | ['script-chapter'] = true, | ||
['script-contribution'] = true, | |||
['script-entry'] = true, | |||
['script-journal'] = true, | |||
['script-magazine'] = true, | |||
['script-newspaper'] = true, | |||
['script-periodical'] = true, | |||
['script-section'] = true, | |||
['script-title'] = true, | ['script-title'] = true, | ||
['script-website'] = true, | |||
['script-work'] = true, | |||
['season'] = true, | ['season'] = true, | ||
['section'] = true, | ['section'] = true, | ||
Line 329: | Line 341: | ||
['titlelink'] = true, | ['titlelink'] = true, | ||
['title-link'] = true, | ['title-link'] = true, | ||
['trans-map'] = true, | ['trans-map'] = true, | ||
['transcript'] = true, | ['transcript'] = true, | ||
Line 335: | Line 346: | ||
['transcripturl'] = true, | ['transcripturl'] = true, | ||
['transcript-url'] = true, | ['transcript-url'] = true, | ||
['translator'] = true, | ['translator'] = true, | ||
['translator-first'] = true, | ['translator-first'] = true, | ||
Line 343: | Line 353: | ||
['translator-link'] = true, | ['translator-link'] = true, | ||
['translator-mask'] = true, | ['translator-mask'] = true, | ||
['trans-article'] = true, | |||
['trans-chapter'] = true, | |||
['trans-contribution'] = true, | |||
['trans-entry'] = true, | |||
['trans-journal'] = true, | |||
['trans-magazine'] = true, | |||
['trans-newspaper'] = true, | |||
['trans-periodical'] = true, | |||
['trans-section'] = true, | |||
['trans-title'] = true, | |||
['trans-website'] = true, | |||
['trans-work'] = true, | |||
['type'] = true, | ['type'] = true, | ||
['url'] = true, | ['url'] = true, | ||
['URL'] = true, | ['URL'] = true, | ||
['url-access'] = true, | ['url-access'] = true, | ||
['url-status'] = true, | |||
['vauthors'] = true, | ['vauthors'] = true, | ||
['veditors'] = true, | ['veditors'] = true, | ||
Line 438: | Line 461: | ||
--[[--------------------------< | --[[--------------------------< P R E P R I N T S U P P O R T E D P A R A M E T E R S >-------------------- | ||
Cite arXiv | Cite arXiv, cite biorxiv, cite citeseerx, and cite ssrn are preprint templates that use the limited set of parameters | ||
tables. Those lists are supplemented with | defined in the limited_basic_arguments and limited_numbered_arguments tables. Those lists are supplemented with a | ||
template-specific list of parameters that are required by the particular template and may be exclusive to one of the | |||
proeprint templates. Some of these parameters may also be available to the general cs1|2 templates. | |||
Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: | Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: | ||
Line 451: | Line 475: | ||
]] | ]] | ||
--[[ | --[[--------------------------< C I T E A R X I V >---------------------------------------------------------- | ||
This is a list of parameters that once were but now are no longer supported: | This is a list of parameters that once were but now are no longer supported: | ||
['ARXIV'] = nil, -- not an initialization | ['ARXIV'] = nil, -- not an initialization | ||
Line 465: | Line 490: | ||
--[[--------------------------< C I T E B I O R X I V | --[[--------------------------< C I T E B I O R X I V >------------------------------------------------------ | ||
]] | ]] | ||
Line 483: | Line 499: | ||
--[[--------------------------< C I T E C I T E S E E R X | --[[--------------------------< C I T E C I T E S E E R X >-------------------------------------------------- | ||
]] | ]] | ||
local citeseerx_basic_arguments = { | local citeseerx_basic_arguments = { | ||
['citeseerx'] = true, | ['citeseerx'] = true, | ||
} | |||
--[[--------------------------< C I T E S S R N >------------------------------------------------------------ | |||
]] | |||
local ssrn_basic_arguments = { | |||
['ssrn'] = true, | |||
['SSRN'] = true, | |||
} | } | ||
Line 589: | Line 606: | ||
arxiv_basic_arguments = arxiv_basic_arguments, | arxiv_basic_arguments = arxiv_basic_arguments, | ||
biorxiv_basic_arguments = biorxiv_basic_arguments, | biorxiv_basic_arguments = biorxiv_basic_arguments, | ||
citeseerx_basic_arguments = citeseerx_basic_arguments | citeseerx_basic_arguments = citeseerx_basic_arguments, | ||
}; | ssrn_basic_arguments = ssrn_basic_arguments | ||
}; |