The TypeList tags are for displaying data from your TypeLists.
The MTListInclude tag displays your TypeLists as pre-formatted html code blocks in an advanced template. The list items are enclosed automatically in <li>list item</li> markup and the display of the list is set in the advanced configuration for the TypeList.
Use the name attribute to specify the TypeList to display:
The TypeList Name is the name you gave the TypeList and is set in the configuration for the TypeList. The name is case sensitive so use it in the tag exactly as it is entered in the TypeList configuration.
You can also use the MTUserLists container to include all of the lists that you have selected to display on your About Page. The name attribute is not used, the MTListInclude tag is surrounded by the MTUserLists container instead:
These tags give you full control of the TypeList display. The MTList container loops through the list items and displays each using the MTListItem tag.
Use the name to specify the TypeList to display:
Use field with the <$MTListItem$> tag to specify the field that you would like to display from the TypeList. Each list type (People, Link, Reading, Music) has its own set of valid fields:
<$MTListItem field="name"$><$MTListItem field="site_name"$><$MTListItem field="htmlurl"$><$MTListItem field="email"$><$MTListItem field="notes"$>Display a list of people with the Site Name linked and the One-Line Bio as the link tooltip:
<$MTListItem field="title"$><$MTListItem field="url"$><$MTListItem field="notes"$>Display a list of links that use the link title as the link and open in a new window:
<$MTListItem field="title"$><$MTListItem field="author"$><$MTListItem field="notes"$><$MTListItem field="rating"$><$MTListItemRating$><$MTListItem field="asin"$><$MTListItemURL$><$MTListItemImage$>Display a list with the thumbnail of the book, the title of the book, and the rating as stars:
<$MTListItem field="song"$><$MTListItem field="artist"$><$MTListItem field="album"$><$MTListItem field="notes"$><$MTListItem field="rating"$><$MTListItemRating$><$MTListItemURL$><$MTListItemImage$>Display a text list of albums with the artist as the tooltip and also display the notes for the item:
|
Copyright © 2003-2005 Six Apart |