'img', 'auto_activate' => true, 'requires_pair' => false, 'load_function' => '\data_img', 'title' => 'Image', 'help_page' => 'DataPluginImg', 'description' => KernelTools::tra( "Allows you to insert an image into your page with little effort and a multitude of styling options." ), 'help_function' => '\data_img_help', 'syntax' => "{img src=http://www.google.at/logos/olympics06_ski_jump.gif}", 'plugin_type' => DATA_PLUGIN, 'booticon' => '{biticon ipackage="icons" iname="image-x-generic" iexplain="Web Image"}', 'taginsert' => '{img src= width= height= align= description= link=}', ]; $gLibertySystem->registerPlugin( PLUGIN_GUID_DATAIMG, $pluginParams ); $gLibertySystem->registerDataTag( $pluginParams['tag'], PLUGIN_GUID_DATAIMG ); function data_img_help() { return '
| '.KernelTools::tra( "Key" ).' | ' .''.KernelTools::tra( "Type" ).' | ' .''.KernelTools::tra( "Comments" ).' | ' .'
|---|---|---|
| src | ' .''.KernelTools::tra( "string").' '.KernelTools::tra("(required)").' | '
.''.KernelTools::tra( "Specify where the path to the image.").' | ' .'
| link | ' .''.KernelTools::tra( "string").' '.KernelTools::tra("(optional)").' | '
.''.KernelTools::tra( "If you want your image to link to a web address, use link='link/to/page'." ).' | ' .'
| '.KernelTools::tra( "styling" ).' | ' .''.KernelTools::tra( "string").' '.KernelTools::tra("(optional)").' | '
.''.KernelTools::tra( "Multiple styling options available: padding, margin, background, border, text-align, color, font, font-size, font-weight, font-family, align. Please view CSS guidelines on what values these settings take.").' | ' .'