Created page with "{ // !!!!! All comments will be automatically deleted on save !!!!! // Optional "description" field to describe this data "description": {"en": "table description"}, // Optional "sources" field to describe the sources of the data. Can use Wiki Markup "sources": "Copied from [http://example.com Example Data Source]", // Mandatory "license" field. // Recommended license: CC0-1.0. // Please uncomment one of the licenses: "license": "CC0-1.0",..." |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
"fields": [ | "fields": [ | ||
{ | { | ||
"name": " | "name": "page", | ||
"type": " | "type": "string" | ||
}, | }, | ||
{ | { | ||
"name": " | "name": "title", | ||
"type": "string", | "type": "string" | ||
" | }, | ||
{ | |||
} | "name": "flavor", | ||
"type": "string" | |||
}, | |||
{ | |||
"name": "description", | |||
"type": "string" | |||
}, | |||
{ | |||
"name": "effects", | |||
"type": "string" | |||
}, | |||
{ | |||
"name": "effectsVars", | |||
"type": "string" | |||
} | } | ||
] | ] | ||
Line 25: | Line 35: | ||
"data": [ | "data": [ | ||
[ | [ | ||
"", | |||
" | "", | ||
"", | |||
"", | |||
"", | |||
"asd \n asd" | |||
] | ] | ||
] | ] | ||
} | } |
Latest revision as of 00:38, 24 May 2023
table description
page | title | flavor | description | effects | effectsVars |
---|---|---|---|---|---|
string | string | string | string | string | string |
page | title | flavor | description | effects | effectsVars |
asd asd |
Copied from [http://example.com Example Data Source]
Data available under Creative Commons Zero.