Template:Another Dungeon Grid Hard

From Another Eden Wiki


When invoking this template, first call the Another Dungeon Grid.css page, and then the invocation should be called within a div with the class of adgrid-container as shown below:

{{#css:Another Dungeon Grid.css}}
<div class="adgrid-container">

{{#invoke:CargoQuery|main
|q?tables=AnotherDungeons
|q?fields=_pageName=Link,Name,Era,Image,LevelHard,WeaknessHard=Weakness,ResistsHard=Resists,AbsorbsHard=Absorbs,3rdRewardType,IsStoryDungeon,Tomes
|q?where=LevelHard IS NOT NULL AND LevelHard != "-" AND NOT Unreleased
|q?orderBy=LevelHard ASC,Name
|q?groupBy=Name
|template=Another Dungeon Grid Hard
}}

</div>

Note that the Another Dungeon Grid.css page needs only to be called once per page, regardless of how many invocations of this or other templates which require this CSS there are.