Template:Usedin: Difference between revisions
From IdleOn MMO Wiki
imported>Kiokurashi No edit summary |
imported>Kiokurashi No edit summary |
||
Line 4: | Line 4: | ||
-->{{#cargo_query:tables=AnvilCraft | -->{{#cargo_query:tables=AnvilCraft | ||
|fields=CONCAT("[[",_pageName,"]]")=Name, Quantity1=Quantity, CONCAT("Smithing")=Source | |fields=CONCAT("[[",_pageName,"]]")=Name, Quantity1=Quantity, CONCAT("Smithing")=Source | ||
|where=Resource1 | |where=Resource1="{{{1|{{PAGENAME}}}}}" | ||
|format=template | |format=template | ||
|template=Usedin/row | |template=Usedin/row | ||
Line 11: | Line 11: | ||
}}{{#cargo_query:tables=AnvilCraft | }}{{#cargo_query:tables=AnvilCraft | ||
|fields=CONCAT("[[",_pageName,"]]")=Name, Quantity2=Quantity, CONCAT("Smithing")=Source | |fields=CONCAT("[[",_pageName,"]]")=Name, Quantity2=Quantity, CONCAT("Smithing")=Source | ||
|where=Resource2 | |where=Resource2="{{{1|{{PAGENAME}}}}}" | ||
|format=template | |format=template | ||
|template=Usedin/row | |template=Usedin/row | ||
Line 18: | Line 18: | ||
}}{{#cargo_query:tables=AnvilCraft | }}{{#cargo_query:tables=AnvilCraft | ||
|fields=CONCAT("[[",_pageName,"]]")=Name, Quantity3=Quantity, CONCAT("Smithing")=Source | |fields=CONCAT("[[",_pageName,"]]")=Name, Quantity3=Quantity, CONCAT("Smithing")=Source | ||
|where=Resource3 | |where=Resource3="{{{1|{{PAGENAME}}}}}" | ||
|format=template | |format=template | ||
|template=Usedin/row | |template=Usedin/row | ||
Line 25: | Line 25: | ||
}}{{#cargo_query:tables=AnvilCraft | }}{{#cargo_query:tables=AnvilCraft | ||
|fields=CONCAT("[[",_pageName,"]]")=Name, Quantity4=Quantity, CONCAT("Smithing")=Source | |fields=CONCAT("[[",_pageName,"]]")=Name, Quantity4=Quantity, CONCAT("Smithing")=Source | ||
|where=Resource4 | |where=Resource4="{{{1|{{PAGENAME}}}}}" | ||
|format=template | |format=template | ||
|template=Usedin/row | |template=Usedin/row | ||
Line 56: | Line 56: | ||
-->{{#cargo_query:tables=UsedinExtraData | -->{{#cargo_query:tables=UsedinExtraData | ||
|fields=CONCAT("[[",Source,"]]")=Name, Amount=Quantity, Type=Source | |fields=CONCAT("[[",Source,"]]")=Name, Amount=Quantity, Type=Source | ||
|where=Item | |where=Item="{{{1|{{PAGENAME}}}}}" | ||
|format=template | |format=template | ||
|template=Usedin/row | |template=Usedin/row |