listcondition

toc
<mm:listcondition> Must be used in the body of a list tag. And the body of itself will only be evaluated if some condition is true.
see alsofirst | last | changed | even | odd
attributes
  • value
    The `value' of the condition, in other words what the condition is, described with a string. There is a limited set available now. They are also available as `macro'-tags on this tag.
    first Show only in first row.
    last Show only in last row.
    odd Show only when row number is odd.
    even Show only when row number is even.
    changed Show only when this row differs from the previous row (or when it is the first).
condition attributes
listreferrer attributes
example 1
<mm:listcondition value="first">(first)</mm:listcondition>
is equivalent to: <mm:first>(first)</mm:first>