Multidoc Page 24 of 27

soo_if_multidoc_linear

Usage

Conditional tag. Evaluates to true if the current page belongs to a linear Multidoc collection, i.e., a collection in which all pages except Start are immediate children of Start.

<txp:soo_if_multidoc_linear>
    ...show if true...
<txp:else />
    ...show if false...
</txp:soo_if_multidoc_linear>

Attributes

None.

Examples

Use to suppress the “Up” link for a linear collection:

<txp:soo_if_multidoc_linear>
<txp:else />
<txp:soo_multidoc_link rel="up" />
</txp:soo_if_multidoc_linear>