Template:AddRecipe: Difference between revisions
Created page with "<noinclude>{{#cargo_declare: _table=RecipeTable |Source=Page |RecipeKey=String |Item=Page |Facility=String |Skill=String |Level=String |XP=String |InputItem1=String |InputQuantity1=String |InputItem2=String |InputQuantity2=String |InputItem3=String |InputQuantity3=String |OutputQuantity=Integer }}</noinclude><includeonly><span style="display:none">{{#cargo_store: _table=RecipeTable |Source={{FULLPAGENAMEE}} |RecipeKey={{lc:{{#replace:{..." |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{#cargo_declare: | <noinclude>{{#cargo_declare: | ||
_table=RecipeTable | _table=RecipeTable | ||
|RecipeKey=String | |RecipeKey=String | ||
|Item=Page | |Item=Page | ||
|Facility=String | |Facility=String | ||
|Skill=String | |Skill=String | ||
|Level= | |Level=Integer | ||
|XP= | |XP=Integer | ||
|InputItem1=String | |InputItem1=String | ||
|InputQuantity1= | |InputQuantity1=Integer | ||
|InputItem2=String | |InputItem2=String | ||
|InputQuantity2= | |InputQuantity2=Integer | ||
|InputItem3=String | |InputItem3=String | ||
|InputQuantity3= | |InputQuantity3=Integer | ||
|OutputQuantity=Integer | |OutputQuantity=Integer | ||
}}</noinclude><includeonly><span style="display:none">{{#cargo_store: | }}</noinclude><includeonly><span style="display:none">{{#cargo_store: | ||
_table=RecipeTable | _table=RecipeTable | ||
|RecipeKey={{lc:{{#replace:{{#replace:{{#replace:{{{alt|{{PAGENAMEE}}}}}|%27|}}|_|}}}}}} | |RecipeKey={{lc:{{#replace:{{#replace:{{#replace:{{{alt|{{PAGENAMEE}}}}}|%27|}}|_|}}}}}} | ||
|Item={{ | |Item={{FULLPAGENAMEE}} | ||
|Facility={{{facility|}}} | |Facility={{{facility|}}} | ||
|Skill={{{skill|}}} | |Skill={{{skill|Cooking}}} | ||
|Level={{{level|1}}} | |Level={{{level|1}}} | ||
|XP={{{xp|1}}} | |XP={{{xp|1}}} | ||
|InputItem1={{{inputitem1|}}} | |InputItem1={{{inputitem1|}}} | ||
|InputQuantity1={{{inputquantity1| | |InputQuantity1={{{inputquantity1|0}}} | ||
|InputItem2={{{inputitem2|}}} | |InputItem2={{{inputitem2|}}} | ||
|InputQuantity2={{{inputquantity2| | |InputQuantity2={{{inputquantity2|0}}} | ||
|InputItem3={{{inputitem3|}}} | |InputItem3={{{inputitem3|}}} | ||
|InputQuantity3={{{inputquantity3| | |InputQuantity3={{{inputquantity3|0}}} | ||
|OutputQuantity={{{outputquantity|1}}} | |OutputQuantity={{{outputquantity|1}}} | ||
}}</span></includeonly> | }}</span></includeonly> |