Editing Module:Infobox Recipe/doc
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{{ |
{{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. |
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 97: | Line 97: | ||
|- |
|- |
||
|} |
|} |
||
{{Template: Infobox RecipeNew |
|||
|facility = |
|||
|profession = |
|||
|level = |
|||
|exp = |
|||
|rawmat1 = |
|||
|rawmat2 = |
|||
|output1 = |
|||
|output1qty = |
|||
}} |
|||
==Examples== |
==Examples== |
||
===Show Single Step Recipe=== |
===Show Single Step Recipe=== |
||
Line 103: | Line 112: | ||
The <code>showFull</code> parameter can be omitted entirely if this is the desired outcome as the default value is <code>false</code> |
The <code>showFull</code> parameter can be omitted entirely if this is the desired outcome as the default value is <code>false</code> |
||
<pre> |
<pre> |
||
{{Infobox Recipe |
{{Template Infobox Recipe |
||
|facility = Standard Potion Station |
|facility = Standard Potion Station |
||
|profession = Alchemist |
|profession = Alchemist |
||
Line 114: | Line 123: | ||
}} |
}} |
||
</pre> |
</pre> |
||
{{Infobox |
{{Template: Infobox RecipeNew |
||
|facility = Standard Potion Station |
|facility = Standard Potion Station |
||
|profession = Alchemist |
|profession = Alchemist |
||
Line 130: | Line 139: | ||
raw materials to check if they have raw materials of their own. If they do, they are brought in to the recipe. |
raw materials to check if they have raw materials of their own. If they do, they are brought in to the recipe. |
||
<pre> |
<pre> |
||
{{Infobox Recipe |
{{Template Infobox Recipe |
||
|facility = Standard Potion Station |
|facility = Standard Potion Station |
||
|profession = Alchemist |
|profession = Alchemist |
||
Line 142: | Line 151: | ||
}} |
}} |
||
</pre> |
</pre> |
||
{{Infobox |
{{Template: Infobox RecipeNew |
||
|facility = Standard Potion Station |
|facility = Standard Potion Station |
||
|profession = Alchemist |
|profession = Alchemist |
||
Line 156: | Line 165: | ||
==Blank infobox== |
==Blank infobox== |
||
<pre> |
<pre> |
||
{{Infobox Recipe |
{{Template:Infobox Recipe |
||
|facility = |
|facility = |
||
|profession = |
|profession = |
||
|level = |
|level = |
||
|exp = |
|exp = |
||
|rawmat1 = |
|rawmat1 = |
||
|rawmat1qty = |
|rawmat1qty = |
||
|rawmat2 = |
|rawmat2 = |
||
|rawmat2qty = |
|rawmat2qty = |
||
|rawmat3 = |
|rawmat3 = |
||
|rawmat3qty = |
|rawmat3qty = |
||
|output1 = |
|output1 = |
||
|output1qty = |
|output1qty = |
||
</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> |
|||
⚫ |