Using this wiki plugin, introduced in Tiki21, allows you to build your own administration panels.
It is a way to delegate permission to set only certain preferences to non-administrators.
So we could create limited admin panels with just what people need, without giving tiki_p_admin permission by only specifying which preferences will be included in the wiki page.
Parameters
Required parameters are inbold. Go to the source code Preferences required: wikiplugin_preference
This plugin is not displayed to anonymous users. For other users, those in the Registered group for example, if they have permission to edit the wiki page on which the plugin is embedded, they can change the plugin's parameter values and must wait for admin approval.
After changing the values of the name parameter and registering the wiki page (here named My admin panel) by a non-administrator, he will see this:
Click to expand
Wiki page
When the plugin loads, it makes sure that the current page matches the current wiki page's parameter value, which prevents someone from using an approved plugin on another page with different permissions.