Items: Difference between revisions

2,140 bytes added ,  1 year ago
no edit summary
(Created page with "An overview of all general use items implemented on the wiki {{ItemTable|<dpl> namespace = category = Items notcategory = Collectible notcategory = Gifts ordermethod = firstedit includesubpages = true mode = userformat format = ,,, includepage = {Item|ItemRow} </dpl> }}")
 
No edit summary
 
(18 intermediate revisions by 2 users not shown)
Line 1:
__TOC__
An overview of all general use items implemented on the wiki
A listing of various game items implemented on the wiki. See also [[Consumables]], [[Ooparts]].
 
=Activity reports=
{{ItemTable|<dpl>
An overview of all Activity report items that provide character XP.
namespace =
{{ItemTable |
category = Items
{{#cargo_query:
notcategory = Collectible
tables = items
notcategory = Gifts
| fields = _pageName=Page, NameEN, DescriptionEN, Rarity, Icon
ordermethod = firstedit
| where = Category="Activity report"
includesubpages = true
| order by = Id ASC
mode = userformat
| format = ,,,template
| named args = yes
includepage = {Item|ItemRow}
| template = ItemRow
</dpl>
| limit = 200
}}
}}
=Enhancement stones=
An overview of all Enhancement stones that provide [[Equipment]] XP.
{{ItemTable |
{{#cargo_query:
tables = items
| fields = _pageName=Page, NameEN, DescriptionEN, Rarity, Icon
| where = Category="Enhancement Stone"
| order by = Id ASC
| format = template
| named args = yes
| template = ItemRow
| limit = 200
}}
}}
=Weapon components=
An overview of all Weapon components that provide [[Unique weapons]] XP.
{{ItemTable |
{{#cargo_query:
tables = items
| fields = _pageName=Page, NameEN, DescriptionEN, Rarity, Icon
| where = Category="Weapon Component"
| order by = Id ASC
| format = template
| named args = yes
| template = ItemRow
| limit = 200
}}
}}
=Materials=
An overview of all upgrade use materials implemented on the wiki
{{ItemTable |
{{#cargo_query:
tables = items
| fields = _pageName=Page, NameEN, DescriptionEN, Rarity, Icon
| where = Category="Material"
| order by = Id ASC
| format = template
| named args = yes
| template = ItemRow
| limit = 200
}}
}}
=Equipment=
An overview of all character equipment implemented on the wiki
{{ItemTable |
{{#cargo_query:
tables = items
| fields = _pageName=Page, NameEN, DescriptionEN, Rarity, Icon
| where = Category IN("Hat","Gloves","Shoes","Bag","Badge","Hairpin","Charm","Watch","Necklace")
| order by = Id ASC
| format = template
| named args = yes
| template = ItemRow
| limit = 200
}}
}}
=Eleph=
An overview of all character elephs implemented on the wiki
{{ItemTable |
{{#cargo_query:
tables = items
| fields = _pageName=Page, NameEN, DescriptionEN, Rarity, Icon
| where = Category="Eleph"
| order by = Id ASC
| format = template
| named args = yes
| template = ItemRow
| limit = 200
}}
}}
=Currencies=
An overview of all currencies (including event-limited ones) on the wiki
{{ItemTable |
{{#cargo_query:
tables = items
| fields = _pageName=Page, NameEN, DescriptionEN, Rarity, Icon
| where = Category="Currency"
| order by = Collection ASC, Rarity ASC, Id ASC
| format = template
| named args = yes
| template = ItemRow
}}
}}