User:The Gaffer/Sandbox/RecipeCard/doc: Difference between revisions
The Gaffer (talk | contribs) (Created page with "{{documentation}} The '''Infobox ChefRecipeTest''' template is used to show the details of a recipe step in item articles, such as a potion mixture or adding a cooking ingredient. It can also be used to display the experience gained for item creation. ==Parameters== {| class="wikitable" ! Parameter ! Format ! Usage ! Mandatory? |- | <code>facility</code> | ''Link to facility'' | The name of the facility that is required to create the item; e.g. <code><nowiki>facility =...") |
The Gaffer (talk | contribs) No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{documentation}} |
{{documentation}} |
||
The '''Infobox |
The '''Infobox Recipe''' template is used to show the details of a recipe step in item articles, such as a potion mixture or adding a cooking ingredient. It can also be used to display the experience gained for item creation. |
||
==Parameters== |
==Parameters== |
||
Line 31: | Line 31: | ||
| Yes |
| Yes |
||
|- |
|- |
||
| <code> |
| <code>rawmat1</code> |
||
| ''Exact name of the item'' |
| ''Exact name of the item'' |
||
| The primary item used for performing the craft. e.g. <code>Brown Kelp</code> for [[Brown Kelp]] |
| The primary item used for performing the craft. e.g. <code>Brown Kelp</code> for [[Brown Kelp]] |
||
| Yes |
| Yes |
||
|- |
|- |
||
| <code> |
| <code>rawmat1qty</code> |
||
| ''Integer'' |
| ''Integer'' |
||
| The amount of the material used in the process. |
| The amount of the material used in the process. |
||
Line 43: | Line 43: | ||
| Yes |
| Yes |
||
|- |
|- |
||
| <code> |
| <code>rawmat2</code> |
||
| ''Exact name of the item'' |
| ''Exact name of the item'' |
||
| The secondary item used for performing the craft. e.g. <code>Brown Kelp</code> for [[Brown Kelp]] |
| The secondary item used for performing the craft. e.g. <code>Brown Kelp</code> for [[Brown Kelp]] |
||
| No |
| No |
||
|- |
|- |
||
| <code> |
| <code>rawmat2qty</code> |
||
| ''Integer'' |
| ''Integer'' |
||
| The amount of the material used in the process. |
| The amount of the material used in the process. |
||
Line 55: | Line 55: | ||
| No |
| No |
||
|- |
|- |
||
| <code> |
| <code>rawmat3</code> |
||
| ''Exact name of the item'' |
| ''Exact name of the item'' |
||
| The tertiary item used for performing the craft. e.g. <code>Brown Kelp</code> for [[Brown Kelp]] |
| The tertiary item used for performing the craft. e.g. <code>Brown Kelp</code> for [[Brown Kelp]] |
||
| No |
| No |
||
|- |
|- |
||
| <code> |
| <code>rawmat3qty</code> |
||
| ''Integer'' |
| ''Integer'' |
||
| The amount of the material used in the process. |
| The amount of the material used in the process. |
||
Line 120: | Line 120: | ||
This is an example that uses values from the 10% Potion Healing recipe |
This is an example that uses values from the 10% Potion Healing recipe |
||
<pre> |
<pre> |
||
{{ |
{{Template Infobox Recipe |
||
|facility = Standard Potion Station |
|facility = Standard Potion Station |
||
|profession = Alchemist |
|profession = Alchemist |
||
Line 127: | Line 127: | ||
|rawmat1 = Brown Kelp |
|rawmat1 = Brown Kelp |
||
|rawmat1qty = 1 |
|rawmat1qty = 1 |
||
⚫ | |||
|rawmat2qty = 1 |
|||
|preparedmat1 = 10% Preparation Healing |
|preparedmat1 = 10% Preparation Healing |
||
|preparedmat1qty = 1 |
|preparedmat1qty = 1 |
||
|preparedmat1fac = Reagent Preparation Station |
|preparedmat1fac = Reagent Preparation Station |
||
⚫ | |||
|preparedmat2qty = 1 |
|||
|preparedmat2fac = Standard Potion Station |
|||
|output1 = 10% Potion Healing |
|output1 = 10% Potion Healing |
||
|output1qty = 1 |
|output1qty = 1 |
||
}} |
}} |
||
</pre> |
</pre> |
||
{{Template: Infobox Recipe |
|||
{{User:The Gaffer/Infobox ChefRecipeTest |
|||
|facility = Standard Potion Station |
|facility = Standard Potion Station |
||
|profession = Alchemist |
|profession = Alchemist |
||
Line 144: | Line 144: | ||
|rawmat1 = Brown Kelp |
|rawmat1 = Brown Kelp |
||
|rawmat1qty = 1 |
|rawmat1qty = 1 |
||
⚫ | |||
|rawmat2qty = 1 |
|||
|preparedmat1 = 10% Preparation Healing |
|preparedmat1 = 10% Preparation Healing |
||
|preparedmat1qty = 1 |
|preparedmat1qty = 1 |
||
|preparedmat1fac = Reagent Preparation Station |
|preparedmat1fac = Reagent Preparation Station |
||
⚫ | |||
|preparedmat2qty = 1 |
|||
|preparedmat2fac = Standard Potion Station |
|||
|output1 = 10% Potion Healing |
|output1 = 10% Potion Healing |
||
|output1qty = 1 |
|output1qty = 1 |
||
Line 155: | Line 156: | ||
==Blank infobox== |
==Blank infobox== |
||
<pre> |
<pre> |
||
{{ |
{{Template:Infobox Recipe |
||
|facility = |
|facility = |
||
|profession = |
|profession = |
||
Line 176: | Line 177: | ||
</pre> |
</pre> |
||
<includeonly>[[Category:Infobox templates| |
<includeonly>[[Category:Infobox templates|ChefRecipeTest]]</includeonly> |
||
<templatedata> |
|||
{ |
|||
"params": {}, |
|||
"format": "block" |
|||
} |
|||
</templatedata> |
Latest revision as of 19:29, 11 November 2024
The Infobox Recipe template is used to show the details of a recipe step in item articles, such as a potion mixture or adding a cooking ingredient. It can also be used to display the experience gained for item creation.
Parameters
Parameter | Format | Usage | Mandatory? |
---|---|---|---|
facility
|
Link to facility | The name of the facility that is required to create the item; e.g. facility = Standard Potion Station will display
|
Yes |
profession
|
profession name | The profession in which experience is gained, or which has a level requirement, for creating the item | Yes |
level
|
Integer | The level required in the profession to create the item. | Yes |
exp
|
number | The amount of experience gained for performing the action. | Yes |
rawmat1
|
Exact name of the item | The primary item used for performing the craft. e.g. Brown Kelp for Brown Kelp
|
Yes |
rawmat1qty
|
Integer | The amount of the material used in the process.
This parameter can be removed if it would be 1 |
Yes |
rawmat2
|
Exact name of the item | The secondary item used for performing the craft. e.g. Brown Kelp for Brown Kelp
|
No |
rawmat2qty
|
Integer | The amount of the material used in the process.
This parameter can be removed if it would be 1 |
No |
rawmat3
|
Exact name of the item | The tertiary item used for performing the craft. e.g. Brown Kelp for Brown Kelp
|
No |
rawmat3qty
|
Integer | The amount of the material used in the process.
This parameter can be removed if it would be 1 |
No |
preparedmat1
|
Exact name of the item | The first intermediary item created during the craft. e.g. 10% Preparation Healing for 10% Preparation Healing which is created from Brown Kelp
|
Yes |
preparedmat1qty
|
Integer | The amount of the material used in the process.
This parameter can be removed if it would be 1 |
Yes |
preparedmat1fac
|
Exact name of the facility | The facility used to create the first intermediary item in the process.
This parameter can be removed if it would be 1 |
Yes |
preparedmat2
|
Exact name of the item | The second intermediary item created during the craft. e.g. Bottle for Bottle
|
No |
preparedmat2qty
|
Integer | The amount of the material used in the process.
This parameter can be removed if it would be 1 |
No |
preparedmat2fac
|
Exact name of the facility | The facility used to create the second intermediary item in the process.
This parameter can be removed if it would be 1 |
No |
output1
|
Exact name of the item | The item created by performing the craft. e.g. Brown Kelp for Brown Kelp
|
Yes |
output1qty
|
Integer | The amount of the output created in the process. | No |
Example
This is an example that uses values from the 10% Potion Healing recipe
{{Template Infobox Recipe |facility = Standard Potion Station |profession = Alchemist |level = 0 |exp = 63 |rawmat1 = Brown Kelp |rawmat1qty = 1 |preparedmat1 = 10% Preparation Healing |preparedmat1qty = 1 |preparedmat1fac = Reagent Preparation Station |preparedmat2 = Bottle |preparedmat2qty = 1 |preparedmat2fac = Standard Potion Station |output1 = 10% Potion Healing |output1qty = 1 }}
Requirements | |||
---|---|---|---|
Facility | Standard Potion Station | ||
Profession | Level | XP | |
Alchemist | 0 | 63 | |
Raw Ingredient | Quantity | Cost | |
Brown Kelp | 1 | 500 | |
Total Raw cost | 500 | ||
Intermediate Ingredient | Quantity | Facility | |
10% Preparation Healing | 1 | Reagent Preparation Station | |
Bottle | 1 | Standard Potion Station | |
Ouput | Quantity | Value | |
10% Potion Healing | 1 | 450 | |
Profit | -50 |
Blank infobox
{{Template:Infobox Recipe |facility = |profession = |level = |exp = |rawmat1 = |rawmat1qty = |rawmat2 = |rawmat3qty = |rawmat3 = |rawmat2qty = |preparedmat1 = |preparedmat1qty = |preparedmat1fac = |preparedmat2 = |preparedmat2qty = |preparedmat2fac = |output1 = |output1qty =
No description.
Parameter | Description | Type | Status | |||
---|---|---|---|---|---|---|
No parameters specified |