625
edits
(creates template doc) |
(changes name to 'Infobox recipe', removes docs on deprecated wikibooks/commons links, adds Date docs, adds instructions field) |
||
Line 2: | Line 2: | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | ||
==Usage== | ==Usage== | ||
{{Infobox | {{Infobox recipe | ||
| name = {{{name}}} | | name = {{{name}}} | ||
| image = {{{image}}} | | image = {{{image}}} | ||
| caption = {{{caption}}} | | caption = {{{caption}}} | ||
| alternate_name = {{{alternate_name}}} | | alternate_name = {{{alternate_name}}} | ||
| | | location = {{{location}}} | ||
| creator = {{{creator}}} | | creator = {{{creator}}} | ||
| | | date = {{{date}}} | ||
| time1 = {{{time1}}} | | time1 = {{{time1}}} | ||
| time2 = {{{time2}}} | | time2 = {{{time2}}} | ||
Line 19: | Line 17: | ||
| main_ingredient = {{{main_ingredient}}} | | main_ingredient = {{{main_ingredient}}} | ||
| minor_ingredient = {{{minor_ingredient}}} | | minor_ingredient = {{{minor_ingredient}}} | ||
| instructions = {{{instructions}}} | |||
| variations = {{{variations}}} | | variations = {{{variations}}} | ||
| serving_size = 100 g | | serving_size = 100 g | ||
Line 31: | Line 30: | ||
}} | }} | ||
<pre style="overflow:auto"> | <pre style="overflow:auto"> | ||
{{Infobox | {{Infobox recipe | ||
| name = | | name = | ||
| image = | | image = | ||
| caption = | | caption = | ||
| alternate_name = | | alternate_name = | ||
| | | location = | ||
| creator = | | creator = | ||
| | | date = | ||
| time1 = | | time1 = | ||
| time2 = | | time2 = | ||
Line 48: | Line 45: | ||
| main_ingredient = | | main_ingredient = | ||
| minor_ingredient = | | minor_ingredient = | ||
| instructions = | |||
| variations = | | variations = | ||
| serving_size = 100 g | | serving_size = 100 g | ||
Line 81: | Line 79: | ||
* '''main_ingredient''' – Main ingredient(s) for the dish. Separate multiple values by using {{tl|Plainlist}}. | * '''main_ingredient''' – Main ingredient(s) for the dish. Separate multiple values by using {{tl|Plainlist}}. | ||
* '''minor_ingredient''' – Minor ingredient(s) for the dish. | * '''minor_ingredient''' – Minor ingredient(s) for the dish. | ||
* '''instructions''' o;– Instructions for preparing the dish. Separate multiple values by using {{tl|Plainlist}}. | |||
* '''variations''' – Variations for making the dish. | * '''variations''' – Variations for making the dish. | ||
* '''serving_size''' – Size of the default serving, (use 100 g for the standard 100 [[gram|g]] serving size). | * '''serving_size''' – Size of the default serving, (use 100 g for the standard 100 [[gram|g]] serving size). | ||
Line 92: | Line 91: | ||
* '''other''' – Other information. | * '''other''' – Other information. | ||
* '''complexity''' – The complexity of cooking. Should if provided contain a number between 1 and 5. | * '''complexity''' – The complexity of cooking. Should if provided contain a number between 1 and 5. | ||
==Microformats== | ==Microformats== | ||
===Recipe=== | ===Recipe=== | ||
{{UF-hrecipe}} | {{UF-hrecipe}} | ||
<includeonly> | <includeonly> | ||
</includeonly> | </includeonly> |