Carnivorous: Difference between revisions

1 byte removed ,  13:15, 29 August 2019
→‎Food that contains plants or fungus: fixed query not returning mushrooms
(Added a tiny disadvantages and advantages section, but I have never really used this mutation or cooking, so it is quite barebones.)
(→‎Food that contains plants or fungus: fixed query not returning mushrooms)
Line 24: Line 24:
{{#cargo_query:table=Food,GeneralData|join on=Food._pageName=GeneralData._pageName|fields=CONCAT('[[File:',Image,'|16px]] [[',Food._pageName,']]')|where=FoodContains LIKE "%Meat%" AND Food._pageNamespace = '0'|format = ul}}
{{#cargo_query:table=Food,GeneralData|join on=Food._pageName=GeneralData._pageName|fields=CONCAT('[[File:',Image,'|16px]] [[',Food._pageName,']]')|where=FoodContains LIKE "%Meat%" AND Food._pageNamespace = '0'|format = ul}}
==Food that contains plants or fungus==
==Food that contains plants or fungus==
{{#cargo_query:table=Food,GeneralData|join on=Food._pageName=GeneralData._pageName|fields=CONCAT('[[File:',Image,'|16px]] [[',Food._pageName,']]')|where=FoodContains LIKE "%Plant%" OR FoodContains LIKE "%Fungus%" AND Food._pageNamespace = '0'|format = ul}}
{{#cargo_query:table=Food,GeneralData|join on=Food._pageName=GeneralData._pageName|fields=CONCAT('[[File:',Image,'|16px]] [[',Food._pageName,']]')|where=FoodContains LIKE "%Plant%" OR FoodContains LIKE "%Fungi%" AND Food._pageNamespace = '0'|format = ul}}
{{Mutation Navbox}}
{{Mutation Navbox}}