{fulltext:item_ids}

Description

Renders one or more items using their slice fulltext template - the full-item HTML layout defined in slice admin under Design, Full text format (top, fulltext, bottom), with the slice Remove rules applied. The output is exactly what a single-item full view produces. Pass one id or a dash-separated list of short or long ids; each active item is rendered in turn and the results are concatenated. Ids that match no active item - inactive, expired, deleted, or simply unknown - are skipped and contribute nothing, so an empty or all-invalid argument yields an empty string. Because the output is the HTML your slice defines, it is install-specific; use it where you want a stored items full presentation rather than a single field.

Parameters

item_ids required

One id or a dash-separated list of item ids (short 32-character or long ids). Each active item is rendered with its slice fulltext template and the results are concatenated. Ids that match no active item are skipped.

Examples

virtual{fulltext:5726c2c6b035d7aab450d1794e9e90d7}
Expected(the item rendered through its slice fulltext HTML template)
Actual
Gamma
04/08/2026
_#FULLTEXT
Renders the Gamma fixture item through its slice fulltext (full-item) HTML template - the same output a single-item full view produces. Output is HTML defined in slice admin, so it is install-specific and marked illustrative.
test[{fulltext:}]
Expected[]
Actual[]
With no id the command outputs an empty string. The brackets are literal in this example to make the empty result visible.
test[{fulltext:00000000000000000000000000000000}]
Expected[]
Actual[]
An id that matches no active item contributes nothing. Inactive, expired, or deleted items are skipped the same way, so the result is empty.
virtual{fulltext:5726c2c6b035d7aab450d1794e9e90d7-ce4ac95c48c3bbe590b80794e47c3e7b}
Expected(Gamma rendered, then Zeta rendered, concatenated)
Actual
Gamma
04/08/2026
_#FULLTEXT
Zeta
04/08/2026
_#FULLTEXT
Pass a dash-separated list to render several items in order; each item is rendered with its own slice fulltext template and the results are concatenated. Illustrative because the output is slice-defined HTML.