Template:Another Dungeon Grid Very 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,LevelVeryHard,WeaknessVeryHard=Weakness,ResistsVeryHard=Resists,AbsorbsVeryHard=Absorbs,3rdRewardType,IsStoryDungeon,Tomes,VHTomes
|q?where=LevelVeryHard IS NOT NULL AND LevelVeryHard != "-" AND NOT Unreleased
|q?orderBy=LevelVeryHard ASC,Name
|q?groupBy=Name
|template=Another Dungeon Grid Very 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.