Difference between revisions
Removed
Added
<strong>MediaWiki has been installed.</strong>
<div class="main-page">
<div class="main-page-bg">{{CdnImage|hytale-hero-capsule.webp}}</div>
{{MainPage/Hero
|title=Hytale Wiki
|subtitle=Your ultimate Hytale resource. Discover creatures, items, armor, biomes, and everything about the world of Hytale.
}}
== Getting started ==
{{MainPage/QuickStats|
{{MainPage/QuickStat|icon=pets|value={{#invoke:CargoQuery|count|tables=Mobs}}|label=Mobs|link=Mobs}}
{{MainPage/QuickStat|icon=inventory_2|value={{#invoke:CargoQuery|count|tables=Items}}|label=Items|link=Items}}
{{MainPage/QuickStat|icon=swords|value={{#invoke:CargoQuery|count|tables=Items|where=category='Weapons'}}|label=Weapons|link=Weapons}}
{{MainPage/QuickStat|icon=shield|value={{#invoke:CargoQuery|count|tables=Items|where=category='Armor'}}|label=Armor|link=Armor}}
}}
{{MainPage/FeatureCards|
{{MainPage/FeatureCard
|title=Mobs
|link=Mobs
|gallery={{#invoke:CargoQuery|main
|tables=Mobs
|fields=icon
|where=icon!=''
|order by=name
|limit=9
|template=MainPage/IconGalleryItem
}}
|icon=pets
|color=red
|description=Complete list of all creatures with stats, drops, and spawn locations.
}}
{{MainPage/FeatureCard
|title=Items
|link=Items
|gallery={{#invoke:CargoQuery|main
|tables=Items
|fields=icon
|where=icon!=''
|order by=category, name
|limit=9
|template=MainPage/IconGalleryItem
}}
|icon=inventory_2
|color=light
|description=Browse all items including materials, consumables, tools, and more.
}}
{{MainPage/FeatureCard
|title=Weapons
|link=Weapons
|gallery={{#invoke:CargoQuery|main
|tables=Items
|fields=icon
|where=category='Weapons' AND icon!=''
|order by=base_damage DESC
|limit=9
|template=MainPage/IconGalleryItem
}}
|icon=swords
|color=gray
|description=Combat equipment with damage stats for battling creatures.
}}
{{MainPage/FeatureCard
|title=Armor
|link=Armor
|gallery={{#invoke:CargoQuery|main
|tables=Items
|fields=icon
|where=category='Armor' AND icon!=''
|order by=item_level DESC
|limit=9
|template=MainPage/IconGalleryItem
}}
|icon=shield
|color=blue
|description=Protective gear with health bonuses and damage resistance stats.
}}
}}
{{MainPage/SectionHeader
|title=Mobs
|subtitle=Discover all the creatures that inhabit the world of Hytale
|link=Mobs
|link_text=View all {{#invoke:CargoQuery|count|tables=Mobs}} Mobs
}}
<div class="entity-card-grid">
{{#invoke:CargoQuery|main
|tables=Mobs
|fields=name, icon, category, health, speed, damage
|order by=name
|limit=6
|template=MobCard
}}
</div>
{{MainPage/SectionHeader
|title=Weapons
|subtitle=Powerful weapons to aid you in combat
|link=Weapons
|link_text=View all {{#invoke:CargoQuery|count|tables=Items|where=category='Weapons'}} Weapons
}}
<div class="entity-card-grid">
{{#invoke:CargoQuery|main
|tables=Items
|fields=name, icon, category, quality, item_level, base_damage, health_bonus, physical_resistance
|where=category='Weapons'
|order by=base_damage DESC
|limit=6
|template=ItemCard
}}
</div>
{{MainPage/SectionHeader
|title=Armor
|subtitle=Protective gear with health bonuses and damage resistance
|link=Armor
|link_text=View all {{#invoke:CargoQuery|count|tables=Items|where=category='Armor'}} Armor
}}
<div class="entity-card-grid">
{{#invoke:CargoQuery|main
|tables=Items
|fields=name, icon, category, quality, item_level, base_damage, health_bonus, physical_resistance
|where=category='Armor'
|order by=item_level DESC
|limit=6
|template=ItemCard
}}
</div>
</div>
[[Category:Hytale]]

