Templates: Junecode: interval
This documentation was updated on Tuesday, July 14, 2009 at 4:26 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 <junecode:entries> tag, the contents would be displayed for every third entry.
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
<junecode:interval count="3">
<br style="clear:both" />
</junecode:interval>
Changes
This tag was added in version 2.0 beta 2.