'biticon', 'auto_activate' => TRUE, 'requires_pair' => FALSE, 'load_function' => 'data_biticon', 'title' => 'bitweaver Icon', 'help_page' => 'DataPluginBiticon', 'description' => 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 TRUE on success, FALSE on failure - mErrors will contain reason for failure */ function data_biticon_help() { $help = '
| ' . tra( "Key" ) . ' | ' .'' . tra( "Type" ) . ' | ' .'' . tra( "Comments" ) . ' | ' .'
|---|---|---|
| ipackage | ' .'' . tra( "key-words") . ' ' . tra( "(optional)" ) . ' | '
.'' . tra( "Package the icon is taken from. The icon style icons take the value 'icons'.") . ' | ' .'
| iname | ' .'' . tra( "key-words") . ' ' . tra("(required)") . ' | '
.'' . tra( "Name of the icon to be displayed" ) . ' | ' .'
| ixplain | ' .'' . tra( "string" ) . ' ' . tra("(optional)") . ' | '
.'' . tra( "Explanation of the icon - visible when hovering over the icon.").' | ' .'