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

Content deleted Content added
No edit summary
No edit summary
Line 429:
},
}
 
 
--[[--------------------------< C I T E A R X I V >----------------------------------------------------------
 
]]
 
local arxiv_basic_arguments = {
['arxiv'] = true, -- cite arxiv and arxiv identifiers
['class'] = true, -- cite arxiv only
['eprint'] = true, -- cite arxiv and arxiv identifiers
}
 
 
--[[--------------------------< C I T E B I O R X I V >------------------------------------------------------
 
]]
 
local biorxiv_basic_arguments = {
['biorxiv'] = true,
}
 
 
--[[--------------------------< C I T E C I T E S E E R X >--------------------------------------------------
 
]]
 
local citeseerx_basic_arguments = {
['citeseerx'] = true,
}
 
 
--[[--------------------------< C I T E S S R N >------------------------------------------------------------
 
]]
 
local ssrn_basic_arguments = {
['ssrn'] = true,
['SSRN'] = true,
}
 
 
Line 604 ⟶ 565:
limited_basic_arguments = limited_basic_arguments,
limited_numbered_arguments = limited_numbered_arguments,
arxiv_basic_arguments = arxiv_basic_arguments, -- TODO: delete this
biorxiv_basic_arguments = biorxiv_basic_arguments, -- TODO: delete this
citeseerx_basic_arguments = citeseerx_basic_arguments, -- TODO: delete this
ssrn_basic_arguments = ssrn_basic_arguments, -- TODO: delete this
 
preprint_arguments = preprint_arguments,