'biticon', 'auto_activate' => true, 'requires_pair' => false, 'load_function' => '\data_biticon', 'title' => 'bitweaver Icon', 'help_page' => 'DataPluginBiticon', 'description' => KernelTools::tra( "Display any bitweaver icon" ), 'help_function' => '\data_biticon_help', 'syntax' => '{biticon ipackage= iname= iexplain=}', 'plugin_type' => DATA_PLUGIN, ]; $gLibertySystem->registerPlugin( PLUGIN_GUID_DATABITICON, $pluginParams ); $gLibertySystem->registerDataTag( $pluginParams['tag'], PLUGIN_GUID_DATABITICON ); /** * data_biticon_help * * @access public * @return string */ function data_biticon_help() { $help = '
| ' . KernelTools::tra( "Key" ) . ' | ' .'' . KernelTools::tra( "Type" ) . ' | ' .'' . KernelTools::tra( "Comments" ) . ' | ' .'
|---|---|---|
| ipackage | ' .'' . KernelTools::tra( "key-words") . ' ' . KernelTools::tra( "(optional)" ) . ' | '
.'' . KernelTools::tra( "Package the icon is taken from. The icon style icons take the value 'icons'.") . ' | ' .'
| iname | ' .'' . KernelTools::tra( "key-words") . ' ' . KernelTools::tra("(required)") . ' | '
.'' . KernelTools::tra( "Name of the icon to be displayed" ) . ' | ' .'
| ixplain | ' .'' . KernelTools::tra( "string" ) . ' ' . KernelTools::tra("(optional)") . ' | '
.'' . KernelTools::tra( "Explanation of the icon - visible when hovering over the icon.").' | ' .'