Plugin Pref
Introduced in Tiki11
Use this wiki plugin to display content based on global preference settings.
Parameters
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
{PREF(preference_name="value" preference_name="value")}If all met, display this!{ELSE}Other content.{PREF}
Language preference
{PREF(language="fr")}Salut ! {ELSE}Hello!{PREF}