Template:Infobox Recipe/doc: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
The Gaffer (talk | contribs) No edit summary |
The Gaffer (talk | contribs) No edit summary |
||
Line 46: | Line 46: | ||
| ''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 |
||
|- |
|- |
||
| <code>mat2qty</code> |
| <code>mat2qty</code> |
||
Line 53: | Line 53: | ||
This parameter can be removed if it would be '''1''' |
This parameter can be removed if it would be '''1''' |
||
| |
| No |
||
|- |
|- |
||
| <code>mat3</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 |
||
|- |
|- |
||
| <code>mat3qty</code> |
| <code>mat3qty</code> |
||
Line 65: | Line 65: | ||
This parameter can be removed if it would be '''1''' |
This parameter can be removed if it would be '''1''' |
||
| No |
|||
|- |
|||
| <code>preparedmat1</code> |
|||
| ''Exact name of the item'' |
|||
| The first intermediary item created during the craft. e.g. <code>10% Preparation Healing</code> for [[10% Preparation Healing]] which is created from [[Brown Kelp]] |
|||
| Yes |
| Yes |
||
|- |
|||
| <code>preparedmat1qty</code> |
|||
| ''Integer'' |
|||
| The amount of the material used in the process. |
|||
This parameter can be removed if it would be '''1''' |
|||
| Yes |
|||
|- |
|||
| <code>preparedmat1fac</code> |
|||
| ''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 |
|||
|- |
|||
| <code>preparedmat2</code> |
|||
| ''Exact name of the item'' |
|||
| The second intermediary item created during the craft. e.g. <code>Bottle</code> for [[Bottle]] |
|||
| No |
|||
|- |
|||
| <code>preparedmat2qty</code> |
|||
| ''Integer'' |
|||
| The amount of the material used in the process. |
|||
This parameter can be removed if it would be '''1''' |
|||
| No |
|||
|- |
|||
| <code>preparedmat2fac</code> |
|||
| ''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 |
|||
|- |
|- |
||
| <code>output1</code> |
| <code>output1</code> |
||
Line 80: | Line 118: | ||
==Example== |
==Example== |
||
This is an example that uses |
This is an example that uses values from the 10% Potion Healing recipe |
||
<pre> |
<pre> |
||
{{Infobox Recipe |
{{Template Infobox Recipe |
||
|facility = |
|facility = Standard Potion Station |
||
|profession = |
|profession = Alchemist |
||
|level = |
|level = 0 |
||
|exp = |
|exp = 63 |
||
| |
|rawmat1 = Brown Kelp |
||
| |
|rawmat1qty = 1 |
||
⚫ | |||
|mat2 = Raw Chicken |
|||
| |
|preparedmat1qty = 1 |
||
|preparedmat1fac = Reagent Preparation Station |
|||
|mat3 = Pastry |
|||
|preparedmat2 = Bottle |
|||
|mat3qty = 1 |
|||
|preparedmat2qty = 1 |
|||
|output1 = Basic Raw Chicken and Leek Pie |
|||
|preparedmat2fac = Standard Potion Station |
|||
|output1 = 10% Potion Healing |
|||
|output1qty = 1 |
|output1qty = 1 |
||
}} |
}} |
||
</pre> |
</pre> |
||
⚫ | |||
|facility = Standard Potion Station |
|||
⚫ | |||
|profession = Alchemist |
|||
⚫ | |||
| |
|level = 0 |
||
| |
|exp = 63 |
||
|rawmat1 = Brown Kelp |
|||
|exp = 76 |
|||
|rawmat1qty = 1 |
|||
|mat1 = Valent Leek |
|||
|preparedmat1 = 10% Preparation Healing |
|||
|mat1qty = 1 |
|||
|preparedmat1qty = 1 |
|||
|mat2 = Raw Chicken |
|||
|preparedmat1fac = Reagent Preparation Station |
|||
|mat2qty = 1 |
|||
|preparedmat2 = Bottle |
|||
|mat3 = Pastry |
|||
| |
|preparedmat2qty = 1 |
||
|preparedmat2fac = Standard Potion Station |
|||
|output1 = Basic Raw Chicken and Leek Pie |
|||
|output1 = 10% Potion Healing |
|||
|output1qty = 1 |
|output1qty = 1 |
||
}} |
}} |
||
Line 115: | Line 156: | ||
==Blank infobox== |
==Blank infobox== |
||
<pre> |
<pre> |
||
{{Infobox Recipe |
{{Template:Infobox Recipe |
||
|facility = |
|facility = |
||
|profession = |
|profession = |
||
|level = |
|level = |
||
|exp = |
|exp = |
||
| |
|rawmat1 = |
||
| |
|rawmat1qty = |
||
| |
|rawmat2 = |
||
| |
|rawmat3qty = |
||
| |
|rawmat3 = |
||
| |
|rawmat2qty = |
||
|preparedmat1 = |
|||
⚫ | |||
|preparedmat1qty = |
|||
⚫ | |||
|preparedmat1fac = |
|||
}} |
|||
|preparedmat2 = |
|||
|preparedmat2qty = |
|||
|preparedmat2fac = |
|||
⚫ | |||
⚫ | |||
</pre> |
</pre> |
||
<includeonly>[[Category:Infobox templates| |
<includeonly>[[Category:Infobox templates|ChefRecipeTest]]</includeonly> |