Infobox Cheese
JonTillman (talk | contribs) m (XML formatting fix) |
JonTillman (talk | contribs) m (completed TemplateData) |
||
| Line 64: | Line 64: | ||
{ | { | ||
"params": { | "params": { | ||
"conceyu": {}, | "conceyu": { | ||
"cheese_maker": {}, | "aliases": [ | ||
"cheese_type": {} | "concejo" | ||
], | |||
"label": "Conceyu", | |||
"description": "The county level political division of Asturias", | |||
"example": "Langreo", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"cheese_maker": { | |||
"description": "The person or commercial entity that made this cheese", | |||
"example": "Quesería Picurriellu", | |||
"type": "wiki-page-name", | |||
"required": true, | |||
"label": "Cheese Maker" | |||
}, | |||
"cheese_type": { | |||
"description": "The type of cheese this is according to Julie Harbutt's classification scheme", | |||
"example": "Semi-Soft Cheese", | |||
"type": "wiki-page-name", | |||
"required": true, | |||
"label": "Cheese Type" | |||
}, | |||
"cheese_logo": { | |||
"label": "Cheese Logo", | |||
"description": "A photograph of the label on this cheese, or a picture of the cheese if a label is not available", | |||
"type": "wiki-file-name", | |||
"required": true | |||
}, | |||
"cheese_blurb": { | |||
"label": "Cheese Blurb", | |||
"description": "A short, pithy, description of the cheese", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"cheese_shape": { | |||
"label": "Cheese Shape", | |||
"description": "A description of the shape of the cheese when made", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"cheese_rind": { | |||
"label": "Cheese Rind", | |||
"description": "A description of the rind of the cheese when purchased", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"cheese_paste": { | |||
"label": "Cheese Paste", | |||
"description": "A description of the interior of the cheese when sampled", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"cheese_aroma": { | |||
"label": "Cheese Aroma", | |||
"description": "A description of the aroma of the cheese when sampled", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"cheese_flavor": { | |||
"label": "Cheese Flavor", | |||
"description": "A description of the flavor of the cheese when sampled", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | }, | ||
"description": "An infobox for displaying pertinent information about an individual cheese made in Asturias" | "description": "An infobox for displaying pertinent information about an individual cheese made in Asturias", | ||
"format": "block", | |||
"paramOrder": [ | |||
"cheese_logo", | |||
"cheese_blurb", | |||
"cheese_maker", | |||
"conceyu", | |||
"cheese_type", | |||
"cheese_shape", | |||
"cheese_rind", | |||
"cheese_paste", | |||
"cheese_aroma", | |||
"cheese_flavor" | |||
] | |||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> | ||
Revision as of 16:51, 6 January 2023
[[Category:{{{conceyu}}}]]
<ul><li>Property "Cheese Maker" (as page type) with input value "{{{cheese_maker}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.</li> <!--br--><li>Property "Cheese Type" (as page type) with input value "{{{cheese_type}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.</li></ul>
An infobox for displaying pertinent information about an individual cheese made in Asturias
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Cheese Logo | cheese_logo | A photograph of the label on this cheese, or a picture of the cheese if a label is not available | File | required |
| Cheese Blurb | cheese_blurb | A short, pithy, description of the cheese | String | required |
| Cheese Maker | cheese_maker | The person or commercial entity that made this cheese
| Page name | required |
| Conceyu | conceyu concejo | The county level political division of Asturias
| String | required |
| Cheese Type | cheese_type | The type of cheese this is according to Julie Harbutt's classification scheme
| Page name | required |
| Cheese Shape | cheese_shape | A description of the shape of the cheese when made | String | required |
| Cheese Rind | cheese_rind | A description of the rind of the cheese when purchased | String | required |
| Cheese Paste | cheese_paste | A description of the interior of the cheese when sampled | String | required |
| Cheese Aroma | cheese_aroma | A description of the aroma of the cheese when sampled | String | required |
| Cheese Flavor | cheese_flavor | A description of the flavor of the cheese when sampled | String | required |