Module:CS1/IdentifierLimits: Difference between revisions
NeonWabbit (talk | contribs) Created page with "local data = { {"OCLC", 10240000000}, {"OSTI", 23010000}, {"PMC", 11300000}, {"PMID", 38900000}, {"RFC", 9300}, {"SSRN", 4800000}, {"S2CID", 270000000} } return data" |
(No difference)
|
Latest revision as of 02:35, 30 May 2024
Documentation for this module may be created at Module:CS1/IdentifierLimits/doc
local data = {
{"OCLC", 10240000000},
{"OSTI", 23010000},
{"PMC", 11300000},
{"PMID", 38900000},
{"RFC", 9300},
{"SSRN", 4800000},
{"S2CID", 270000000}
}
return data