Module:Infobox Recipe/doc: Difference between revisions

m
no edit summary
No edit summary
Tag: Manual revert
mNo edit summary
 
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 103:
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
Line 114:
}}
</pre>
{{Template: Infobox RecipeNewRecipe
|facility = Standard Potion Station
|profession = Alchemist
Line 130:
raw materials to check if they have raw materials of their own. If they do, they are brought in to the recipe.
<pre>
{{Template Infobox Recipe
|facility = Standard Potion Station
|profession = Alchemist
Line 142:
}}
</pre>
{{Template: Infobox RecipeNewRecipe
|facility = Standard Potion Station
|profession = Alchemist
Line 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>