Template:CookingRecipe/ja
ナビゲーションに移動
検索に移動
Template documentation
|
---|
Note: portions of the template sample may not be visible without values provided. |
View or edit the template documentation. (About template documentation) |
Editors can experiment in this template's sandbox and test case pages.
|
This template has existing relatives or sub-templates: Template:CookingRecipe |
Usage
Use to display subrecipes of dishes.
!Note: This template will only get the litteral data that was passed into the specified template. This means defaults will be read out as empty!
Syntax
{{CookingRecipe
|name =
|start_action =
|start_action_amount =
|start_crafter =
|start_ingredients =
|ingredients =
}}
Field | Accepted Parameters | Example |
---|---|---|
name
|
page name | Celebration Cake |
start_action_amount
|
any number | 1 |
start_action
|
name from Cooking Minigame | Stirring |
start_ingredients
|
An {{ItemList}} of Intermediate Ingredients, should include amounts necessary for starting the recipe | {{ItemList
|Blueberries = 2
}}
|
ingredients
|
An {{ItemList}} of Intermediate Ingredients | {{ItemList
|Ground Sweet Leaf
}}
|
Example
{{CookingRecipe
|name=Celebration Cake
|start_action =
|start_action_amount =
|start_crafter = Prep Station
|start_ingredient1 = {{ItemList
|Blueberries = 1
|Jellied Cake Layer = 3
|Frosting = 1
}}
|ingredients = {{ItemList
|Ground Sweet Leaf
|Cake Batter
|Cake Layer
|Jellied Cake Layer
|Frosting
|Ground Sweet Leaf
|Fruit Frosting
}}
}}