More actions
No edit summary Tag: 2017 source edit |
No edit summary |
||
Line 15: | Line 15: | ||
tables=ItemRecipes, Swords;fields=CONCAT('[[File:', Swords.Sprite, '.png]]')=Image,Swords._pageName=Name;where=ItemRecipes.ResourceLongname ='{{{Codename}}}';join on=Swords.Codename=ItemRecipes.ItemCodename | tables=ItemRecipes, Swords;fields=CONCAT('[[File:', Swords.Sprite, '.png]]')=Image,Swords._pageName=Name;where=ItemRecipes.ResourceLongname ='{{{Codename}}}';join on=Swords.Codename=ItemRecipes.ItemCodename | ||
|tables=ItemRecipes, Ranged;fields=CONCAT('[[File:', Ranged.Sprite, '.png]]')=Image,Ranged._pageName=Name;where=ItemRecipes.ResourceLongname ='{{{Codename}}}';join on=Ranged.Codename=ItemRecipes.ItemCodename | |tables=ItemRecipes, Ranged;fields=CONCAT('[[File:', Ranged.Sprite, '.png]]')=Image,Ranged._pageName=Name;where=ItemRecipes.ResourceLongname ='{{{Codename}}}';join on=Ranged.Codename=ItemRecipes.ItemCodename | ||
|format=table | |||
|headers=yes | |||
}} | |||
== Unique Characters with this item == | |||
{{#cargo_query: | |||
table=Spawners, InventorySlot | |||
|fields=Spawners._pageName = Name | |||
|where=InventorySlot.ItemCodename = '{{{Codename}}}' AND Spawners.IsUnique = true | |||
|join on = Spawners.Codename = InventorySlot.OwnerCodename | |||
|format=table | |format=table | ||
|headers=yes | |headers=yes | ||
Line 28: | Line 39: | ||
|headers=yes | |headers=yes | ||
}} | }} | ||
}} | |||
</includeonly> | </includeonly> |
Revision as of 03:16, 9 November 2024
This template defines the table "Resources". View table.