Infobox Cheese
JonTillman (talk | contribs) m (added more variables) |
JonTillman (talk | contribs) m (more DOP image fuckery) |
||
| (9 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=" | <image source="cheese_label"> | ||
<default> | <default>Afeugal-pitu-profile-header-300x176.jpg</default> | ||
<alt source="cheese- | <alt source="cheese-label-alt"> | ||
<default>{{PAGENAME}} logo</default> | <default>{{PAGENAME}} logo</default> | ||
</alt> | </alt> | ||
| Line 8: | Line 8: | ||
<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> | ||
<data source="cheese_milk"> | <data source="cheese_milk"> | ||
| Line 48: | Line 51: | ||
<label>Flavor:</label> | <label>Flavor:</label> | ||
<default>CHEESE FLAVOR</default> | <default>CHEESE FLAVOR</default> | ||
</data> | </data> | ||
<image source="cheese_dop_logo"> | <image source="cheese_dop_logo"> | ||
| Line 74: | Line 57: | ||
</alt> | </alt> | ||
</image> | </image> | ||
<data source="cheese_dop"> | |||
<label>DOP:</label> | |||
<format>[[{{{cheese_dop}}}]]</format> | |||
</data> | |||
<image source="cheese_images" /> | <image source="cheese_images" /> | ||
</infobox> | </infobox> | ||
[[Category:{{{cheese_type}}}]] | |||
[[Category:{{{ | |||
<noinclude>{{Documentation}} | <noinclude>{{Documentation}} | ||
| Line 90: | Line 69: | ||
{ | { | ||
"params": { | "params": { | ||
"cheese_maker": { | "cheese_maker": { | ||
"description": "The person or commercial entity that made this cheese", | "description": "The person or commercial entity that made this cheese", | ||
| Line 131: | Line 100: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
"cheese_dop": { | "cheese_dop": { | ||
| Line 178: | Line 121: | ||
"type": "string", | "type": "string", | ||
"default": "Pasteurized", | "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 | "required": true | ||
} | } | ||
| Line 187: | Line 161: | ||
"cheese_blurb", | "cheese_blurb", | ||
"cheese_maker", | "cheese_maker", | ||
" | "cheese_type", | ||
"cheese_dop", | "cheese_dop", | ||
"cheese_milk", | "cheese_milk", | ||
"cheese_milk_treatment", | "cheese_milk_treatment", | ||
"cheese_shape", | "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 |