Loading...
 

Plugin Pref

Introduced in Tiki11

Use this wiki plugin to display content based on global preference settings.

Parameters

Display content based on global preference settings
Introduced in Tiki 11.
Go to the source code
Preferences required: wikiplugin_pref

Parameters
(body of plugin) - Wiki text to display if conditions are met. The body may contain {ELSE}. Text after the marker will be displayed if not matching the conditions.
no parameters


Examples

Basic syntax

Copy to clipboard
{PREF(preference_name="value" preference_name="value")}If all met, display this!{ELSE}Other content.{PREF}

Language preference

Copy to clipboard
{PREF(language="fr")}Salut ! {ELSE}Hello!{PREF}

Related pages

List Slides