====== List Item Tag ======
===== Syntax =====
{$Name}
===== Description =====
Compile time component for handling the '''' tag, which is used to contain the content for rendering the items (rows) in a [[tag:list:list|List Tag]].
==== Available Properties ====
^ ''{$ListRowEven}'' | Set if current row is even. |
^ ''{$ListRowOdd}'' | Set if current row is odd. |
^ ''{$ListRowNumber}'' | Numer of the current row. |
^ ''{$Parity}'' | Emits ''odd'' or ''even'' depending on row. |
===== See Also =====
* [[tag:list:list|list tag]]
* [[tag:list:default|list default tag]]
* [[http://wact.sourceforge.net/examples/show.php?group=tags/list/|List Tag Examples]]