Module:Citation/CS1/Whitelist/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 473:
 
 
--[[--------------------------< CP I TR E AP R X I VN T S U P P O R T E D P A R A M E T E R S >--------------------
 
Cite arXiv, cite biorxiv, cite citeseerx, and cite ssrn are preprint templates that use the limited set of parameters
Cite arXiv uses the limited set of parameters defined in the limited_basic_arguments and limited_numbered_arguments
defined in the limited_basic_arguments and limited_numbered_arguments tables. Those lists are supplemented with this list of parameters that are exclusive to cite arXiv but not supporteda
template-specific list of parameters that are required by the particular template and may be exclusive to one of the
by other cs1 templates that use the limited parameter set.
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:
Line 486 ⟶ 487:
]]
 
--[[--------------------------< C I T E A R X I V >----------------------------------------------------------
--[[
 
This is a list of parameters that once were but now are no longer supported:
['ARXIV'] = nil, -- not an initialization
Line 500 ⟶ 502:
 
 
--[[--------------------------< C I T E B I O R X I V S U P P O R T E D P A R A M E T E R S >------------------------------------------------------
 
Cite biorxiv uses the limited set of parameters defined in the limited_basic_arguments and limited_numbered_arguments
tables. Those lists are supplemented with this list of parameters that are exclusive to cite biorxiv but not supported
by other cs1 templates that use the limited parameter set.
 
Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values:
true - these parameters are valid and supported parameters
false - these parameters are deprecated but still supported
nil - these parameters are no longer supported (when setting a parameter to nil, leave a comment stating the reasons for invalidating the parameter)
]]
 
Line 518 ⟶ 511:
 
 
--[[--------------------------< C I T E C I T E S E E R X S U P P O R T E D P A R A M E T E R S >--------------------------------------------------
 
Cite citeseerx uses the limited set of parameters defined in the limited_basic_arguments and limited_numbered_arguments
tables. Those lists are supplemented with this list of parameters that are exclusive to cite citeseerx but not supported
by other cs1 templates that use the limited parameter set.
 
Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values:
true - these parameters are valid and supported parameters
false - these parameters are deprecated but still supported
nil - these parameters are no longer supported (when setting a parameter to nil, leave a comment stating the reasons for invalidating the parameter)
]]
 
local citeseerx_basic_arguments = {
['citeseerx'] = true,
};
 
 
--[[--------------------------< C I T E S S R N >------------------------------------------------------------
 
]]
 
local ssrn_basic_arguments = {
['ssrn'] = true,
['SSRN'] = true,
}
 
Line 624 ⟶ 618:
arxiv_basic_arguments = arxiv_basic_arguments,
biorxiv_basic_arguments = biorxiv_basic_arguments,
citeseerx_basic_arguments = citeseerx_basic_arguments,
ssrn_basic_arguments = ssrn_basic_arguments
};
};