Module:Infobox Recipe/doc: Difference between revisions

m
no edit summary
(Created page with "{{documentation}} 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== {| 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 = Standard...")
 
mNo edit summary
 
(4 intermediate revisions by one other user not shown)
Line 1:
{{documentationDocumentation}}
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.
 
Line 41:
 
This parameter can be removed if it would be '''1'''
| YesNo
|-
| <code>rawmat2</code>
Line 79:
| No
|-
| <code>preparedmat1output1</code>
| ''Exact name of the item''
| The first intermediary item created duringby performing the craft. e.g. <code>10%Brown Preparation HealingKelp</code> for [[10% Preparation Healing]] which is created from [[Brown Kelp]]
| Yes
|-
| <code>preparedmat1qtyoutput1qty</code>
| ''Integer''
| The amount of the materialoutput usedcreated 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>preparedmat2qtyshowFull</code>
| ''Integerboolean''
| TheFlag amountto display all steps of a recipe or only the materialstep usedspecified in the process.params
 
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>
| ''Exact name of the item''
| The item created by performing the craft. e.g. <code>Brown Kelp</code> for [[Brown Kelp]]
| Yes
|-
| <code>output1qty</code>
| ''Integer''
| The amount of the output created in the process.
| No
|-
|}
 
==ExampleExamples==
===Show Single Step Recipe===
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. Notice that this only shows information of the steps for which the information has been provided.
The <code>showFull</code> parameter can be omitted entirely if this is the desired outcome as the default value is <code>false</code>
<pre>
{{Template Infobox Recipe
|facility = Standard Potion Station
|profession = Alchemist
|level = 0
|exp = 63
|rawmat1 = 10% Preparation Healing
|rawmat2 = Bottle
|output1 = 10% Potion Healing
|output1qty = 1
}}
</pre>
{{Infobox Recipe
|facility = Standard Potion Station
|profession = Alchemist
|level = 0
|exp = 63
|rawmat1 = 10% Preparation Healing
|rawmat2 = Bottle
|output1 = 10% Potion Healing
|output1qty = 1
}}
 
===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 <code>showFull</code> parameter has been set to <code>true</code>. 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.
<pre>
{{Infobox Recipe
|facility = Standard Potion Station
|profession = Alchemist
Line 144 ⟶ 142:
}}
</pre>
{{Template: Infobox RecipeNewRecipe
|facility = Standard Potion Station
|profession = Alchemist
Line 158 ⟶ 156:
==Blank infobox==
<pre>
{{Template:Infobox Recipe
|facility =
|profession =
|level =
|exp =
|rawmat1 =
|rawmat1qty =
|rawmat2 =
|rawmat2qty =
|rawmat3 =
|rawmat3qty =
|output1 =
|output1qty =
</pre><includeonly>[[Category:Infobox templates]]</includeonly>
</pre>
 
{{TemplateData|
<templatedata>
{
"params": {
"facility": {},
"profession": {},
"level": {},
"exp": {},
"rawmat1": {},
"rawmat1qty": {},
"rawmat2": {},
"rawmat2qty": {},
"rawmat3": {},
"rawmat3qty": {},
"output1": {},
"output1qty": {},
"showFull": {}
},
"paramOrder": [
"facility",
"profession",
"level",
"exp",
"rawmat1",
"rawmat1qty",
"rawmat2",
"rawmat2qty",
"rawmat3",
"rawmat3qty",
"output1",
"output1qty",
"showFull"
],
"format": "block"
}
</templatedata>
}}<includeonly>[[Category:Infobox templates]]</includeonly>