Template:Recipe: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{# | <noinclude>{{#cargo_declare: | ||
_table=Recipes | _table=Recipes | ||
| | |RecipeKey=String | ||
| | |Item=Page | ||
| | |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}} | |||
|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" | {| class="wikitable" | ||
Line 17: | Line 31: | ||
{{#if: {{{facility|}}} | {{#if: {{{facility|}}} | ||
|{{!}}- | |{{!}}- | ||
{{!}} Facility | {{!}} class="cell-data-center" {{!}} Facility | ||
{{!}} colspan="2 | {{!}} colspan="2" {{!}} [[{{{facility}}}]] | ||
}} | }} | ||
Line 49: | Line 63: | ||
| colspan="2" | {{ItemIcon|{{PAGENAME}}|size=32px}} [[{{PAGENAME}}]] | | colspan="2" | {{ItemIcon|{{PAGENAME}}|size=32px}} [[{{PAGENAME}}]] | ||
| class="cell-data-right" | {{{outputquantity}}} | | class="cell-data-right" | {{{outputquantity}}} | ||
|} | |}</includeonly> |