| toc | |
| <mm:first>Can be used in a list to determine if this is the fist item in the list. | |
| condition attributes | |
| listreferrer attributes | |
| example 1 |
<mm:listnodes type="typedef">
<mm:first><ul></mm:first>
<li>
<mm:field name="name"/> is: <mm:field name="description"/>
Index: <mm:index />
<mm:odd>(odd item)</mm:odd>
<mm:even>(even item)</mm:even>
<mm:changed>(different from previous item)</mm:changed>
</li>
<mm:last></ul></mm:last>
</mm:listnodes>
|