Infobox Cheese
JonTillman (talk | contribs) m (XML formatting fix) |
JonTillman (talk | contribs) m (more DOP image fuckery) |
||
| (14 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<infobox type="cheese" layout="stacked" theme="eating-asturias"> | <infobox type="cheese" layout="stacked" theme="eating-asturias"> | ||
<image source="cheese_label"> | |||
<image source=" | <default>Afeugal-pitu-profile-header-300x176.jpg</default> | ||
<default> | <alt source="cheese-label-alt"> | ||
<alt source=" | |||
<default>{{PAGENAME}} logo</default> | <default>{{PAGENAME}} logo</default> | ||
</alt> | </alt> | ||
</image> | </image> | ||
<data source="cheese_blurb"> | <data source="cheese_blurb"> | ||
<default>DESCRIBE THIS CHEESE</default> | <default>DESCRIBE THIS CHEESE</default> | ||
<format>''{{{cheese_blurb}}}''</format> | |||
</data> | </data> | ||
<data source="cheese_maker"> | <data source="cheese_maker"> | ||
<label>Producer:</label> | <label>Producer:</label> | ||
<default>INSERT CHEESE MAKER HERE</default> | <default>INSERT CHEESE MAKER HERE</default> | ||
<format>[[{{{cheese_maker}}}]]</format> | |||
</data> | </data> | ||
<data source="cheese_type"> | <data source="cheese_type"> | ||
<label>Type:</label> | <label>Type:</label> | ||
<default> | <default>Blue Cheese</default> | ||
<format>[[:Category:{{{cheese_type}}}|{{{cheese_type}}}]]</format> | |||
</data> | |||
<data source="cheese_milk"> | |||
<label>Milk:</label> | |||
<default>Cow</default> | |||
</data> | |||
<data source="cheese_milk_treatment"> | |||
<label>Milk Treatment:</label> | |||
<default>Raw</default> | |||
</data> | </data> | ||
<data source="cheese_shape"> | <data source="cheese_shape"> | ||
<label>Shape:</label> | <label>Shape:</label> | ||
<default> | <default>CHEESE SHAPE</default> | ||
</data> | |||
<data source="cheese_weight"> | |||
<label>Weight:</label> | |||
<default>CHEESE WEIGHT</default> | |||
</data> | </data> | ||
<data source="cheese_rind"> | <data source="cheese_rind"> | ||
<label>Rind:</label> | <label>Rind:</label> | ||
<default> | <default>CHEESE RIND</default> | ||
</data> | </data> | ||
<data source="cheese_paste"> | <data source="cheese_paste"> | ||
<label>Paste:</label> | <label>Paste:</label> | ||
<default> | <default>CHEESE PASTE</default> | ||
</data> | </data> | ||
<data source="cheese_aroma"> | <data source="cheese_aroma"> | ||
<label> | <label>Aroma:</label> | ||
<default> | <default>CHEESE Aroma</default> | ||
</data> | </data> | ||
<data source="cheese_flavor"> | <data source="cheese_flavor"> | ||
<label> | <label>Flavor:</label> | ||
<default> | <default>CHEESE FLAVOR</default> | ||
</data> | |||
<image source="cheese_dop_logo"> | |||
<alt source="cheese_dop-logo-alt"> | |||
<default>{{PAGENAME}} dop logo</default> | |||
</alt> | |||
</image> | |||
<data source="cheese_dop"> | |||
<label>DOP:</label> | |||
<format>[[{{{cheese_dop}}}]]</format> | |||
</data> | </data> | ||
<image source="cheese_images" /> | |||
</infobox> | </infobox> | ||
[[Category:{{{cheese_type}}}]] | |||
<noinclude>{{Documentation}} | |||
<templatedata> | |||
{ | { | ||
"params": { | "params": { | ||
" | "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_dop": { | |||
"label": "DOP", | |||
"description": "If the cheese has a DOP, insert the official name here", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"cheese_milk": { | |||
"label": "Milk(s):", | |||
"description": "What milk(s) are used in the production of this cheese?", | |||
"example": "Cow / Sheep / Goat", | |||
"type": "string", | |||
"default": "Cow", | |||
"required": true | |||
}, | |||
"cheese_milk_treatment": { | |||
"label": "Treatment:", | |||
"description": "How has the milk been treated, if it has?", | |||
"example": "Raw / Pasteurized", | |||
"type": "string", | |||
"default": "Pasteurized", | |||
"required": true | |||
}, | |||
"cheese_weight": { | |||
"label": "Weight", | |||
"description": "Describe the weight of the cheese as produced", | |||
"example": "1 kg", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"cheese_rind": { | |||
"label": "Rind", | |||
"description": "Describe the exterior of the cheese", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"cheese_paste": { | |||
"label": "Paste", | |||
"description": "Describe the interior of the cheese", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"cheese_aroma": { | |||
"label": "Aroma", | |||
"description": "Describe the aroma(s) of the cheese", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"cheese_flavor": { | |||
"label": "Flavor", | |||
"description": "Describe the flavor(s) of the cheese", | |||
"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", | |||
"cheese_type", | |||
"cheese_dop", | |||
"cheese_milk", | |||
"cheese_milk_treatment", | |||
"cheese_shape", | |||
"cheese_weight", | |||
"cheese_rind", | |||
"cheese_paste", | |||
"cheese_aroma", | |||
"cheese_flavor" | |||
] | |||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> | ||
Latest revision as of 09:35, 31 August 2023
[[Category:{{{cheese_type}}}]]
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 |
| Cheese Type | cheese_type | The type of cheese this is according to Julie Harbutt's classification scheme
| Page name | required |
| DOP | cheese_dop | If the cheese has a DOP, insert the official name here | String | suggested |
| Milk(s): | cheese_milk | What milk(s) are used in the production of this cheese?
| String | required |
| Treatment: | cheese_milk_treatment | How has the milk been treated, if it has?
| String | required |
| Cheese Shape | cheese_shape | A description of the shape of the cheese when made | String | required |
| Weight | cheese_weight | Describe the weight of the cheese as produced
| String | suggested |
| Rind | cheese_rind | Describe the exterior of the cheese | String | required |
| Paste | cheese_paste | Describe the interior of the cheese | String | required |
| Aroma | cheese_aroma | Describe the aroma(s) of the cheese | String | required |
| Flavor | cheese_flavor | Describe the flavor(s) of the cheese | String | required |