Template:Infobox Recipe/doc: Difference between revisions
no edit summary
The Gaffer (talk | contribs) No edit summary |
The Gaffer (talk | contribs) No edit summary |
||
Line 46:
| ''Exact name of the item''
| The secondary item used for performing the craft. e.g. <code>Brown Kelp</code> for [[Brown Kelp]]
|
|-
| <code>mat2qty</code>
Line 53:
This parameter can be removed if it would be '''1'''
|
|-
| <code>mat3</code>
| ''Exact name of the item''
| The tertiary item used for performing the craft. e.g. <code>Brown Kelp</code> for [[Brown Kelp]]
|
|-
| <code>mat3qty</code>
Line 65:
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
|-
| <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>
Line 80 ⟶ 118:
==Example==
This is an example that uses
<pre>
{{Template Infobox Recipe
|facility =
|profession =
|level =
|exp =
|
|
|
|preparedmat1fac = Reagent Preparation Station
|preparedmat2 = Bottle
|preparedmat2qty = 1
|preparedmat2fac = Standard Potion Station
|output1 = 10% Potion Healing
|output1qty = 1
}}
</pre>
{{Template: Infobox Recipe▼
|facility = Standard Potion Station
▲{{Infobox Recipe
|profession = Alchemist
▲|facility = Preparation Table
|
|
|rawmat1 = Brown Kelp
|rawmat1qty = 1
|preparedmat1 = 10% Preparation Healing
|preparedmat1qty = 1
|preparedmat1fac = Reagent Preparation Station
|preparedmat2 = Bottle
|
|preparedmat2fac = Standard Potion Station
|output1 = 10% Potion Healing
|output1qty = 1
}}
Line 115 ⟶ 156:
==Blank infobox==
<pre>
{{Template:Infobox Recipe
|facility =
|profession =
|level =
|exp =
|
|
|
|
|
|
|preparedmat1 =
|output1 = ▼
|preparedmat1qty =
|output1qty = ▼
|preparedmat1fac =
|preparedmat2 =
|preparedmat2qty =
|preparedmat2fac =
</pre>
<includeonly>[[Category:Infobox templates|
|