Difference between revisions of "Template:HerbTableBody"
From A Wiki in the Desert
Line 22: | Line 22: | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
− | "label": "Herb" | + | "label": "Herb", |
+ | "type": "string", | ||
+ | "required": true | ||
}, | }, | ||
"2": { | "2": { | ||
− | "label": "Requires" | + | "label": "Requires", |
+ | "type": "string", | ||
+ | "required": true | ||
}, | }, | ||
"3": { | "3": { | ||
− | "label": "Has leaf" | + | "label": "Has leaf", |
+ | "type": "string", | ||
+ | "required": true | ||
}, | }, | ||
"4": { | "4": { | ||
− | "label": "Has stem" | + | "label": "Has stem", |
+ | "type": "string", | ||
+ | "required": true | ||
}, | }, | ||
"5": { | "5": { | ||
− | "label": "Has color" | + | "label": "Has color", |
+ | "type": "string", | ||
+ | "required": true | ||
}, | }, | ||
"6": { | "6": { | ||
− | "label": "Is similar to" | + | "label": "Is similar to", |
+ | "type": "string", | ||
+ | "required": true | ||
}, | }, | ||
"7": { | "7": { | ||
− | "label": "Has image" | + | "label": "Has image", |
+ | "type": "string", | ||
+ | "required": true | ||
} | } | ||
}, | }, |
Latest revision as of 18:50, 25 May 2021
This template is used as part of a semantic media wiki query to generate the body of a query for herb data.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Herb | 1 | no description | String | required |
Requires | 2 | no description | String | required |
Has leaf | 3 | no description | String | required |
Has stem | 4 | no description | String | required |
Has color | 5 | no description | String | required |
Is similar to | 6 | no description | String | required |
Has image | 7 | no description | String | required |