Data:Feat.tab: Difference between revisions

From Kronopolis and the Flat Plane
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
Line 8: Line 8:
         "fields": [
         "fields": [
             {
             {
                 "name": "header1",
                 "name": "page",
                 "type": "number",
                 "type": "string"
                "title": {
                    "en": "header 1"
                }
             },
             },
             {
             {
                 "name": "header2",
                 "name": "title",
                 "type": "string",
                 "type": "string"
                 "title": {
            },
                    "en": "header 2"
            {
                 }
                 "name": "flavor",
                "type": "string"
            },
            {
                "name": "description",
                "type": "string"
            },
            {
                "name": "effects",
                 "type": "string"
            },
            {
                "name": "effectsVars",
                "type": "string"
             }
             }
         ]
         ]
     },
     },
     "data": [
     "data": []
        [
            42,
            "peace"
        ]
    ]
}
}

Revision as of 23:37, 23 May 2023

table description

pagetitleflavordescriptioneffectseffectsVars
stringstringstringstringstringstring
pagetitleflavordescriptioneffectseffectsVars

Copied from [http://example.com Example Data Source]

Data available under Creative Commons Zero.