Difference between revisions of "Materials"
Jump to navigation
Jump to search
>Maximum Leech |
>Maximum Leech |
||
| Line 1: | Line 1: | ||
{{NoticeUnderConstruction}} | {{NoticeUnderConstruction}} | ||
| + | ==Upgrade Materials== | ||
{{#cargo_query:tables=Materials | {{#cargo_query:tables=Materials | ||
|fields=CONCAT('[[File:', Id, '.png|64px|link=', _pageName, ']]')=Icon,CONCAT( '[[', Name, ']]' ) = Name,Description,Obtain,Uses | |fields=CONCAT('[[File:', Id, '.png|64px|link=', _pageName, ']]')=Icon,CONCAT( '[[', Name, ']]' ) = Name,Description,Obtain,Uses | ||
| + | |where=Category LIKE "1%" | ||
| + | |order by=SortId | ||
| + | |group by=_pageName | ||
| + | |format=table | ||
| + | }} | ||
| + | ==Treasure== | ||
| + | {{#cargo_query:tables=Materials | ||
| + | |fields=CONCAT('[[File:', Id, '.png|64px|link=', _pageName, ']]')=Icon,CONCAT( '[[', Name, ']]' ) = Name,Description,Obtain,Uses | ||
| + | |where=Category LIKE "2%" | ||
|order by=SortId | |order by=SortId | ||
|group by=_pageName | |group by=_pageName | ||
|format=table | |format=table | ||
}} | }} | ||