Template:Recipe: Difference between revisions
Created page with "{{#cargo_store: _table=Recipes |facility={{{facility}}} |skill={{{skill}}} |level={{{level}}} |xp={{{xp}}} |inputitem1={{{inputitem1}}} |inputquantity1={{{inputquantity1}}} |inputitem2={{{inputitem2}}} |inputquantity2={{{inputquantity2}}} |outputitem={{{outputitem|Bronze Bar}}} |outputquantity={{{outputquantity}}} }} {| class="wikitable" ! colspan="3" | Requirements |- | class="cell-data-center" | Facility | colspan="2" | [[{{{facility}}}]] |- ! Ski..." |
No edit summary |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{# | <noinclude>{{#cargo_declare: | ||
_table=Recipes | _table=Recipes | ||
| | |RecipeKey=String | ||
| | |Item=Page | ||
| | |Required=String | ||
| | |Facility=String | ||
| | |Skill=String | ||
| | |Level=Integer | ||
| | |XP=Integer | ||
| | |InputItem1=String | ||
| | |InputQuantity1=Integer | ||
|InputItem2=String | |||
|InputQuantity2=Integer | |||
|OutputQuantity=Integer | |||
}}</noinclude><includeonly><span style="display:none">{{#cargo_store: | |||
_table=Recipes | |||
|RecipeKey={{lc:{{#replace:{{#replace:{{#replace:{{{alt|{{PAGENAMEE}}}}}|%27|}}|_|}}}}}} | |||
|Item={{FULLPAGENAMEE}} | |||
|Required={{{required|}}} | |||
|Facility={{{facility|}}} | |||
|Skill={{{skill|}}} | |||
|Level={{{level|0}}} | |||
|XP={{{xp|0}}} | |||
|InputItem1={{{inputitem1|}}} | |||
|InputQuantity1={{{inputquantity1|0}}} | |||
|InputItem2={{{inputitem2|}}} | |||
|InputQuantity2={{{inputquantity2|0}}} | |||
|OutputQuantity={{{outputquantity|1}}} | |||
}}</span> | |||
{| class="wikitable" | |||
{{#if:{{{facility|}}}{{{required|}}}|{{!}}-{{newline}}{{!}} colspan="3" {{!}} Requirements}} | |||
{{#if: {{{facility|}}}|{{!}}- | |||
{{!}} Facility | |||
{{!}} class="cell-data-center" colspan="2" {{!}} [[{{{facility}}}]]}} | |||
{{#if: {{{required|}}} | |||
|{{!}}- | |||
{{!}} Using | |||
{{!}} class="cell-data-center" colspan="2" {{!}} {{{required}}} | |||
}} | }} | ||
|- | |- | ||
! Skill | ! Skill | ||
Line 29: | Line 50: | ||
! Quantity | ! Quantity | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | {{ItemIcon|{{{inputitem1}}}|size=32px}} [[{{{inputitem1}}}]] | ||
| class="cell-data-right" | {{{inputquantity1}}} | | class="cell-data-right" | {{{inputquantity1}}} | ||
{{#if: {{{inputitem2|}}} | {{#if: {{{inputitem2|}}} | ||
|{{!}}- | |{{!}}- | ||
{{!}} colspan="2" {{!}} | {{!}} colspan="2" {{!}} {{ItemIcon|{{{inputitem2}}}|size=32px}} [[{{{inputitem2}}}]] | ||
{{!}} class="cell-data-right" {{!}} {{{inputquantity2}}} | {{!}} class="cell-data-right" {{!}} {{{inputquantity2}}} | ||
}} | }} | ||
Line 40: | Line 61: | ||
! Quantity | ! Quantity | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | {{ItemIcon|{{PAGENAME}}|size=32px}} [[{{PAGENAME}}]] | ||
| class="cell-data-right" | {{{outputquantity}}} | | class="cell-data-right" | {{{outputquantity}}} | ||
|} | |}</includeonly> |