MWML [INDEXITEMNAME]-Tag

MWML [INDEXITEMNAME]-Tag

Placeholder for the name of the table of contents entry.

Usage

Email templates, landing page templates

Child: -

Syntax

[INDEXITEMNAME /]

Example
  1. [INDEXITEM type='ul']
  2.     <li>
  3.     [INDEXITEMANCHOR type='a']
  4.         [INDEXITEMNAME /]
  5.     [/INDEXITEMANCHOR]
  6.     </li>
  7. [/INDEXITEM]

Attributes

Attribute
Value
Description
type
HTML-Tag
any HTML tag: span, div, ...
attributes
Text
Attributes for the HTML tag.
Example: attributes='class="my_class" style="border:solid 1px #000;"'