Template:Infobox Recipe/Sandbox
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 |
duration
|
duration in seconds | The amount of time that the recipe takes to complete; e.g. duration = 7.5 will display
7.5s |
Yes |
profession
|
profession name | The profession in which experience is gained, or which has a level requirement, for creating the item.
e.g. |
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 |
kp
|
number | The amount of knowledge points gained for performing the action. e.g. kp = 1.5 will display 1.5%
|
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 |
No |
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 |
rawmat4
|
Exact name of the item | The fourth item used for performing the craft. e.g. Brown Kelp for Brown Kelp
|
No |
rawmat4qty
|
Integer | The amount of the material used 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.
This parameter can be removed if it would be 1 |
No |
showFull
|
boolean | Flag to display all steps of a recipe or only the step specified in the params | No |
hideAlbum
|
boolean | Flag to hide the Album XP from the display, for items that do not award album xp. Defaults to false. | No |
passive
|
boolean | Flag to show a link by the word Experience to Passive activities, and a tooltip to state that passive activity is reduced when overleveled. Defaults to false. | No |
Examples
Show Single Step Recipe
This is an example that uses values from the 10% Potion Healing recipe. Notice that this only shows information of the steps for which the information has been provided.
The showFull
parameter can be omitted entirely if this is the desired outcome as the default value is false
{{Infobox Recipe |facility = Standard Potion Station |duration = 7.5 |profession = Alchemist |level = 0 |exp = 63 |kp = 1.5% |rawmat1 = 10% Preparation Healing |rawmat2 = Bottle |output1 = 10% Potion Healing |output1qty = 1 }}
Requirements | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Facility | Standard Potion Station | |||||||||||
Experience | 63 | |||||||||||
Duration | 7.5 seconds | |||||||||||
Profession | Level | KP | Album XP | |||||||||
Alchemist | 0 | 1.5% | 250 xp | |||||||||
Raw Ingredient | Quantity | Cost | ||||||||||
10% Preparation Healing | 1 | 0 | ||||||||||
Bottle | 1 | 20 | ||||||||||
Total Raw cost | 20 | |||||||||||
Output | Quantity | Value | ||||||||||
10% Potion Healing | 1 | 450 | ||||||||||
Profit | 430 |
Show Full Recipe
This is an example that uses values from the 10% Potion Healing recipe. Notice that the parameters that have been passed to this example do not include 'Brown Kelp'
This is displayed because the showFull
parameter has been set to true
. This causes the Infobox Module to query smw data for each of the provided
raw materials to check if they have raw materials of their own. If they do, they are brought in to the recipe.
{{Infobox Recipe |facility = Standard Potion Station |duration = 7.5 |profession = Alchemist |level = 0 |exp = 63 |kp = 1.5 |rawmat1 = 10% Preparation Healing |rawmat2 = Bottle |output1 = 10% Potion Healing |output1qty = 1 |showFull = true }}
Requirements | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Facility | Standard Potion Station | |||||||||||
Experience | 63 (105 total) | |||||||||||
Duration | 7.5 seconds (12.5 total) | |||||||||||
Profession | Level | KP | Album XP | |||||||||
Alchemist | 0 | 1.5% | 250 xp | |||||||||
Raw Ingredient | Quantity | Cost | ||||||||||
Bottle | 1 | 20 | ||||||||||
Brown Kelp | 1 | 500 | ||||||||||
Total Raw cost | 520 | |||||||||||
Intermediate Ingredient | Quantity | Faciltity | ||||||||||
10% Preparation Healing | 1 | Reagent Preparation Station | ||||||||||
Output | Quantity | Value | ||||||||||
10% Potion Healing | 1 | 450 | ||||||||||
Profit | -70 |
Show Full Recipe with buyable items
This is an example that uses values from the Hammerfist (Basic). As before, the parameters passed to this example are only the materials used in the final step, and the showFull
parameter caused the full recipe tree to be displayed. The 'Coarse Hickory Pole' can be bought, so even though it can be crafted from Coarse Hickory Logs, it was not replaced with its own recipe tree. This allows showFull
to be used for recipes that would otherwise span multiple professions, since in this example only the Stonemason steps are shown.
{{Infobox Recipe |facility = One Handed Melee Workbench (stonemason) |profession = Stonemason |level = 0 |exp = 250 |kp = 3 |rawmat1 = Coarse Flint (Etched) |rawmat1qty = 2 |rawmat2 = Coarse Hickory Pole |output1 = Hammerfist (basic) |showFull = true }}
Requirements | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Facility | One Handed Melee Workbench (stonemason) | |||||||||||
Experience | 250 (324 total) | |||||||||||
Duration | 28 seconds (37.32 total) | |||||||||||
Profession | Level | KP | Album XP | |||||||||
Stonemason | 0 | 3% | 250 xp | |||||||||
Raw Ingredient | Quantity | Cost | ||||||||||
Coarse Hickory Pole | 1 | 742 | ||||||||||
Coarse Flint | 2 | 750 | ||||||||||
Total Raw cost | 1 | 492 | ||||||||||
Intermediate Ingredient | Quantity | Faciltity | ||||||||||
Coarse Flint (Etched) | 2 | T.E.A. Machine | ||||||||||
Output | Quantity | Value | ||||||||||
Hammerfist (basic) | 1 | 0 | ||||||||||
Profit | -1 | 492 |
Blank infobox
{{Infobox Recipe |facility = |duration = |profession = |level = |exp = |kp = |rawmat1 = |rawmat1qty = |rawmat2 = |rawmat2qty = |rawmat3 = |rawmat3qty = |output1 = |output1qty = |showfull = no |hideAlbum = no }}
Template data
Show/hide template's data | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
The following information is used by extensions and applications, such as VisualEditor, to help users implement this template onto pages. Please ensure that it is up-to-date.
No description.
|