Editing User:The Gaffer/Sandbox/RecipeCard/doc
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{{documentation}} |
{{documentation}} |
||
The '''Infobox |
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== |
==Parameters== |
||
Line 31: | Line 31: | ||
| Yes |
| Yes |
||
|- |
|- |
||
| <code> |
| <code>mat1</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>mat1qty</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>mat2</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>mat2qty</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>mat3</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>mat3qty</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> |
||
{{ |
{{User:The Gaffer/Infobox ChefRecipeTest |
||
|facility = Standard Potion Station |
|facility = Standard Potion Station |
||
|profession = Alchemist |
|profession = Alchemist |
||
Line 137: | Line 137: | ||
}} |
}} |
||
</pre> |
</pre> |
||
{{ |
{{User:The Gaffer/Infobox ChefRecipeTest |
||
|facility = Standard Potion Station |
|facility = Standard Potion Station |
||
|profession = Alchemist |
|profession = Alchemist |
||
Line 156: | Line 156: | ||
==Blank infobox== |
==Blank infobox== |
||
<pre> |
<pre> |
||
{{ |
{{User:The Gaffer/Infobox ChefRecipeTest |
||
|facility = |
|facility = |
||
|profession = |
|profession = |
||
Line 178: | Line 178: | ||
<includeonly>[[Category:Infobox templates|ChefRecipeTest]]</includeonly> |
<includeonly>[[Category:Infobox templates|ChefRecipeTest]]</includeonly> |
||
<templatedata> |
|||
{ |
|||
"params": {}, |
|||
"format": "block" |
|||
} |
|||
</templatedata> |