Template:Food that grants: Difference between revisions

Jump to navigation Jump to search
optimizing
mNo edit summary
(optimizing)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#ifeq: {{{2|list}}}| list | <ul><li> }}{{#invoke:CargoQuery|main
<includeonly>{{#ifeq: {{{2|list}}}| list | <ul><li> }}<!--
|tables=Food, GeneralData
-->{{#invoke:CargoQuery|compound
|join=Food._pageName=GeneralData._pageName
|1=tables=Food=F,GeneralData=GD
|fields=PlainName=Page
;join on=F.ObjectID=GD.ObjectID
|where=CookEffect HOLDS '{{{1|}}}' AND Food._pageNamespace = '0'
;fields={{Favilink format args}}
|template=favilink
;where=F.CookEffect HOLDS '{{{1|}}}' AND F._pageNamespace = '0'
|delimiter={{#switch: {{{2|list}}} |list=<li> |linebreaks=<br> |,<nowiki> </nowiki> }}
|2=tables=Liquids=L,GeneralData=GD
;join on=L.ObjectID=GD.ObjectID
;fields={{Favilink format args}}
;where=L.CookEffect HOLDS '{{{1|}}}' AND L._pageNamespace = '0'
|default=No Results!
|default=No Results!
|template=favilink format
|delimiter = {{#switch: {{{2|list}}} |list=<li> |linebreaks=<br> |,<nowiki> </nowiki> }}
}}
}}
{{#ifeq: {{{2|list}}} | list | </ul> }}</includeonly><noinclude>[[Category:Query Templates]]
{{#ifeq: {{{2|list}}} | list | </ul> }}</includeonly><noinclude>[[Category:Query Templates]]
Template that returns a bulleted list of all food items that grant the specified cooking effect provided in the first argument. This uses <code>LIKE</code>, so as long as the first argument contains the word, it will return.
Template that returns a bulleted list of all food items that grant the specified cooking effect provided in the first argument.


==Default example==
==Default example==

Navigation menu