Data:CS1/Identifier limits.tab: Difference between revisions
Jump to navigation
Jump to search
Created page with "{ "license": "CC0-1.0", "description": { "en": "Identifier limits for Module:Citation/CS1" }, "schema": "Tabular", "data": [ { "type": "OCLC", "limit": 1000000000 }, { "type": "OSTI", "limit": 9999999 }, { "type": "PMC", "limit": 10000000 }, { "type": "PMID", "limit": 100000000 }, { "type": "RFC", "limit": 9999 }, { "type": "SSRN", "limit": 9999999 }, { "type": "S2CID", "limit": 100000000 } ] }" |
No edit summary |
||
| Line 4: | Line 4: | ||
"en": "Identifier limits for Module:Citation/CS1" | "en": "Identifier limits for Module:Citation/CS1" | ||
}, | }, | ||
"schema": " | "schema": { | ||
"fields": [ | |||
{ "name": "type", "type": "string" }, | |||
{ "name": "limit", "type": "number" } | |||
], | |||
"primaryKey": "type", | |||
"version": "1.0" | |||
}, | |||
"data": [ | "data": [ | ||
{ "type": "OCLC", "limit": 1000000000 }, | { "type": "OCLC", "limit": 1000000000 }, | ||
Latest revision as of 22:39, 30 March 2025
{
"license": "CC0-1.0",
"description": {
"en": "Identifier limits for Module:Citation/CS1"
},
"schema": {
"fields": [
{ "name": "type", "type": "string" },
{ "name": "limit", "type": "number" }
],
"primaryKey": "type",
"version": "1.0"
},
"data": [
{ "type": "OCLC", "limit": 1000000000 },
{ "type": "OSTI", "limit": 9999999 },
{ "type": "PMC", "limit": 10000000 },
{ "type": "PMID", "limit": 100000000 },
{ "type": "RFC", "limit": 9999 },
{ "type": "SSRN", "limit": 9999999 },
{ "type": "S2CID", "limit": 100000000 }
]
}