Templates: Juneindex: interval
This documentation was updated on Tuesday, July 14, 2009 at 4:27 AM
Inserts its contents each time a counter reaches the number specified. For example, if the count is set to 3, and the tag is placed inside of a <juneindex:files> tag, the contents would be displayed for every third file.
Attributes
count: any number.
id: optional. If you’re using this tag more than once in a single template, you should give each one a unique id. This will make sure the counters are kept separate.
Example
<juneindex:interval count="3">
<br style="clear:both" />
</juneindex:interval>