Template:Sources: Difference between revisions

From IdleOn MMO Wiki
(Created page with "{{#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= |outro= }} |{{#cargo_query:tables=Quests |fields=_pageName |where=Rewards HOLDS LIKE "%>{{{1|{{PAGENAME}}}}}<%" |format=list |group by=_pageName |default= |outro= }} {{#cargo_query:tables=Sources |fields=CONCAT('', Link, '', IF...")
 
(Blanked the page)
Tag: Blanking
 
(70 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=
|outro=
}}
|{{#cargo_query:tables=Quests
|fields=_pageName
|where=Rewards HOLDS LIKE "%>{{{1|{{PAGENAME}}}}}<%"
|format=list
|group by=_pageName
|default=
|outro=
}}
{{#cargo_query:tables=Sources
|fields=CONCAT('[[', Link, ']]', IF(SpecialText = 'None', '', CONCAT(' (', SpecialText, ')')))
|where=Item="{{{1|{{PAGENAME}}}}}"
|format=list
|order by=Source
|default=
}}
{{#cargo_query:tables=Sources
|fields=CONCAT("\n''", Item, " can be obtained from any enemy via 'Event Rules'''")
|where=Item="{{{1|{{PAGENAME}}}}}" AND EventRules=1
|format=list
|group by=Item
|default=
}}

Latest revision as of 15:48, 29 December 2022