History: PluginInsert
Preview of version: 10
Plugin Insert
Introduced in Tiki10
Use this wiki plugin Create a tracker element when the plugin is inserted in the page. The plugin code is removed and replaced by a link to the newly created element. This plugin does not have its own parameters. it accedes to parameters external to the plugin. for example the combination permanentName="value"
Parameters
Create a tracker item when the plugin is inserted in the page. The plugin code is removed and replaced by a link to the newly created item.Introduced in Tiki 10.
Go to the source code
Preferences required: wikiplugin_insert, feature_trackers, wikiplugin_objectlink
Parameters |
---|
no parameters |
example of use
you create a page or modify a page and you want to put a tracking element (a link) to a data in a tracker.
Copy to clipboard
{INSERT(ActuOthor="Eric Michel", ActuBook="how to build home" )} {INSERT}
ActuOthor and ActuBook are permanent names and eric michel and "how to build home" are the values to insert
the saved data goes into the tracker you have defined with the preference tracker_insert_allowed. choose a tracker where your data will be saved.
Related pages
- http://sourceforge.net/p/tikiwiki/code/42556 - Commit creating this plugin