Plugin Show Preference
Introduced in Tiki13
Use this wiki plugin to show the value of public whitelisted global preferences. This plugin will show only the "public" preferences.
Table of contents
Parameters
Display the value of public global preferencesIntroduced in Tiki 13. Required parameters are in
bold
.Go to the source code
Preferences required: wikiplugin_showpref
Parameters | Accepted Values | Description | Default | Since |
---|---|---|---|---|
pref |
text | Name of preference to be displayed. | 13.0 |
Examples
This code:
Copy to clipboard
{showpref pref="sitetitle"}
Would produce on this site:
Related pages
- Plugin Smarty - preferences - preferences can be shown with PluginSmarty as well
- Creating New Public Preferences
- Preference Management