Food: Difference between revisions
From IdleOn MMO Wiki
mNo edit summary |
Kiokurashi (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
==Health Food== | ==Health Food== | ||
{{Food/head|Health Food}} | {{Food/head|Health Food}} | ||
{{#cargo_query:tables=Items | {{#cargo_query:tables=Items, SlabOrder | ||
|fields=_pageName=Name, Image=Image, Description=description, SellPrice=sellprice, Source=source | |join on=Items._pageName=SlabOrder.Item | ||
|fields=Items._pageName=Name, Items.Image=Image, Items.Type=type, Items.Description=description, Items.SellPrice=sellprice, Items.Source=source | |||
|named args=yes | |named args=yes | ||
|where=type="Health Food" AND NOT Source LIKE "%Unobtainable%" | |where=type="Health Food" AND NOT Items.Source LIKE "%Unobtainable%" | ||
|format=template | |format=template | ||
|template=InfoItem/Foodrow | |template=InfoItem/Foodrow | ||
|default= | |default= | ||
|order by=SlabOrder | |order by=SlabOrder.Number | ||
}} | }} | ||
|} | |} | ||
Line 14: | Line 15: | ||
==Boost Food== | ==Boost Food== | ||
{{Food/head|Boost Food}} | {{Food/head|Boost Food}} | ||
{{#cargo_query:tables=Items | {{#cargo_query:tables=Items, SlabOrder | ||
|fields=_pageName=Name, Image=Image, Description=description, SellPrice=sellprice, Source=source | |join on=Items._pageName=SlabOrder.Item | ||
|fields=Items._pageName=Name, Items.Image=Image, Items.Type=type, Items.Description=description, Items.SellPrice=sellprice, Items.Source=source | |||
|named args=yes | |named args=yes | ||
|where=type="Boost Food" AND NOT Source LIKE "%Unobtainable%" | |where=type="Boost Food" AND NOT Items.Source LIKE "%Unobtainable%" | ||
|format=template | |format=template | ||
|template=InfoItem/Foodrow | |template=InfoItem/Foodrow | ||
|default= | |default= | ||
|order by=SlabOrder | |order by=SlabOrder.Number | ||
}} | }} | ||
|} | |} | ||
Line 27: | Line 29: | ||
==Golden Food== | ==Golden Food== | ||
{{Food/head|Golden Food}} | {{Food/head|Golden Food}} | ||
{{#cargo_query:tables=Items | {{#cargo_query:tables=Items, SlabOrder | ||
|fields=_pageName=Name, Image=Image, Description=description, SellPrice=sellprice, Source=source | |join on=Items._pageName=SlabOrder.Item | ||
|fields=Items._pageName=Name, Items.Image=Image, Items.Type=type, Items.Description=description, Items.SellPrice=sellprice, Items.Source=source | |||
|named args=yes | |named args=yes | ||
|where=type="Golden Food" AND NOT Source LIKE "%Unobtainable%" | |where=type="Golden Food" AND NOT Items.Source LIKE "%Unobtainable%" | ||
|format=template | |format=template | ||
|template=InfoItem/Foodrow | |template=InfoItem/Foodrow | ||
|default= | |default= | ||
|order by=SlabOrder | |order by=SlabOrder.Number | ||
}} | }} | ||
|} | |} | ||
[[Category:Food]] | [[Category:Food]] |
Revision as of 17:04, 2 March 2023
Health Food
Name | Image | Description | Sell Price | Source
Error: No field named "Source" found for the database table "Items".
|
---|
Boost Food
Name | Image | Description | Sell Price | Source
Error: No field named "Source" found for the database table "Items".
|
---|
Golden Food
Name | Image | Description | Sell Price | Source
Error: No field named "Source" found for the database table "Items".
|
---|