Template:Recipe: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(13 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" | {| class="wikitable" | ||
! colspan="3" | {{#if:{{{facility|}}}{{{required|}}}|{{!}}-{{newline}}{{!}} colspan="3" {{!}} Requirements}} | ||
{{#if: {{{facility|}}} | {{#if: {{{facility|}}}|{{!}}- | ||
{{!}} Facility | |||
{{!}} class="cell-data-center" colspan="2" {{!}} [[{{{facility}}}]]}} | |||
{{#if: {{{required|}}} | |||
|{{!}}- | |{{!}}- | ||
{{!}} class="cell-data-center" | {{!}} Using | ||
{{!}} class="cell-data-center" colspan="2" {{!}} {{{required}}} | |||
}} | }} | ||
|- | |- | ||
Line 31: | 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 42: | Line 61: | ||
! Quantity | ! Quantity | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | {{ItemIcon|{{PAGENAME}}|size=32px}} [[{{PAGENAME}}]] | ||
| class="cell-data-right" | {{{outputquantity}}} | | class="cell-data-right" | {{{outputquantity}}} | ||
|} | |}</includeonly> |
Revision as of 20:34, 4 July 2025
This template defines the table "Recipes". View table.