Loading...
 

Plugin Image

Introduced in version 3.0 as Experimental. Deprecated in version 5.0

 Warning!
Starting with version 4.0, Plugin Image's features are incorporated into PluginImg. With version 5.0, Plugin Image will no longer be available. Upgrade scripts for 5.0 will automatically convert existing uses of Plugin Image to Plugin Img.

This Wiki Plugin displays an image or configured image element or a series of them. Images can be identified by URL address, file gallery ID number or image gallery ID number. An image element or block consists of the image itself, space around the image, the title of the image (if specified) and an icon for enlarging the image, all surrounded by a border (unless the border is turned off).

Here's a quick example of an image element:

 Plugin Image
The "id" parameter is not allowed unless "file_galleries_redirect_from_image_gallery" preference is enabled.

and here's the code...

Copy to clipboard
{IMAGE(src=>img/icons/book_open.png, desc=>Tool Tip Icon, align=>left, title=>Tool Tip Icon, block=>both)}{IMAGE}

Here's an example displaying the plain image:

 Plugin Image
The "id" parameter is not allowed unless "file_galleries_redirect_from_image_gallery" preference is enabled.

and here's the code...

Copy to clipboard
{IMAGE(src=>img/icons/book_open.png, align=>center, descoptions=>off, border=>off, width=>16, block=>both)}{IMAGE}
List Slides
Plugin Image Introduced in version 3.0 as Experimental . Deprecated in version 5.0 Warning! Starting with version 4.0, Plugin Image's features are incorporated into PluginImg . With version 5.0, Plugin Image will no longer be available. Upgrade scripts for 5.0 will automatically convert existing uses of Plugin Image to Plugin Img. This Wiki Plugin displays an image or configured image element or a series of them. Images can be identified by URL address, file gallery ID number or image gallery ID number. An image element or block consists of the image itself, space around the image, the title of the image (if specified) and an icon for enlarging the image, all surrounded by a border (unless the border is turned off). Here's a quick example of an image element: Plugin Image The "id" parameter is not allowed unless "file_galleries_redirect_from_image_gallery" preference is enabled. and here's the code... Copy to clipboard {IMAGE(src=>img/icons/book_open.png, desc=> Tool Tip Icon , align=>left, title=>Tool Tip Icon, block=>both)}{IMAGE} Here's an example displaying the plain image: Plugin Image The "id" parameter is not allowed unless "file_galleries_redirect_from_image_gallery" preference is enabled. and here's the code... Copy to clipboard {IMAGE(src=>img/icons/book_open.png, align=>center, descoptions=>off, border=>off, width=>16, block=>both)}{IMAGE}