Template:Products/Table: Difference between revisions
Created page with "{| class="{{#if:{{{collapsed|}}}|mw-collapsible mw-collapsed}} wikitable sortable" {{#if:{{{collapsed|}}}| |{{#tag:caption|Click to expand/collapse|style=white-space: nowrap;}}}} ! colspan="2" | Item ! Using ! Skill(s) ! Experience ! Materials {{#cargo_query: tables=Recipes |fields=_pageName=Page,Item,facility=Using,skill,level,xp,outputquantity ,inputitem1,inputquantity1,inputitem2,inputquantity2 |where=inputitem1="{{PAGENAME}}" OR inputitem2="{{PAGENAME}}" |o..." |
No edit summary |
||
Line 8: | Line 8: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Recipes | tables=Recipes | ||
|fields=_pageName=Page,Item, | |fields=_pageName=Page,Item,Facility,Skill,Level,XP,OutputQuantity | ||
,inputitem1,inputquantity1,inputitem2,inputquantity2 | ,inputitem1,inputquantity1,inputitem2,inputquantity2 | ||
|where=inputitem1="{{PAGENAME}}" OR inputitem2="{{PAGENAME}}" | |where=inputitem1="{{PAGENAME}}" OR inputitem2="{{PAGENAME}}" | ||
|order by= | |order by=Skill ASC, Level ASC, XP ASC, Item ASC | ||
|format=template | |format=template | ||
|template=Products/Item | |template=Products/Item |