Template:Sources: Difference between revisions

From IdleOn MMO Wiki
No edit summary
(Blanked the page)
Tag: Blanking
 
(61 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#cargo_query:tables=DropTables
 
|fields=CONCAT("[[", DropSourceEntity, "]]")
|where=DropItem="{{{1|{{PAGENAME}}}}}" AND NOT DropSourceEntity LIKE "%DropTable%"
|format=list
|group by=DropSourceEntity
|order by=DropSourceEntity ASC
|default=
}}{{#cargo_query:tables=Quests
|fields=_pageName
|where=Rewards HOLDS LIKE "%>{{{1|{{PAGENAME}}}}}<%"
|format=list
|group by=_pageName
|default=
|intro= 
}}{{#cargo_query:tables=VendorItems
|fields=CONCAT('[[Vendors#', Vendor, '\{\{!\}\}', Vendor, ']]')
|where=Item="{{{1|{{PAGENAME}}}}}"
|format=list
|order by=Vendor
|default=
|intro= 
}}{{#cargo_query:tables=Sources
|fields=CONCAT('[[', Link, ']]', IF(SpecialText = 'None', '', CONCAT(' (', SpecialText, ')')))
|where=Item="{{{1|{{PAGENAME}}}}}"
|format=list
|order by=Source
|default=
|intro= 
}}{{#cargo_query:tables=Sources
|fields=CONCAT("<br/><sup>''", Item, " can be obtained from any enemy during its event.''</sup>")
|where=Item="{{{1|{{PAGENAME}}}}}" AND EventRules=1
|format=list
|group by=Item
|default=
}}

Latest revision as of 15:48, 29 December 2022