User:The Gaffer/Sandbox/RecipeCard/doc: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
The Gaffer (talk | contribs) m (The Gaffer moved page User:Template: Recipe/doc to User:The Gaffer/Sandbox/RecipeCard/doc without leaving a redirect) |
The Gaffer (talk | contribs) No edit summary |
||
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 137: | Line 137: | ||
}} |
}} |
||
</pre> |
</pre> |
||
{{ |
{{Template: Infobox Recipe |
||
|facility = Standard Potion Station |
|facility = Standard Potion Station |
||
|profession = Alchemist |
|profession = Alchemist |
||
Line 156: | Line 156: | ||
==Blank infobox== |
==Blank infobox== |
||
<pre> |
<pre> |
||
{{ |
{{Template:Infobox Recipe |
||
|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> |