You use an albumsInGallery tqTag to enable a tqAdmin (with suitable permissions) to display a list of all albums in a given gallery.
<tqtag name="albumsInGallery0" type="albumsInGallery" maxItems="20" >
...
</tqtag>
Example 1 - albumsInGallery example of use (based on template 271)
<tqtag type="albumsInGallery" maxItems="20" >
<div>
<a href="@link@" ><img class="albumImg" src="@image@" alt="@title@" title="@title@" /></a>
</div>
</tqtag>
Within the albumsInGallery tqtag you can use the following tqoptions:
head,
if,
lastItemInRow,
tail.