Loading...
 
Skip to main content

History: module random_images

Source of version: 2 (current)

Copy to clipboard
            ! Module random_images
This module is used to display a random image in a wiki page.

!! Parameters
''Preferences required:'' ((Image Gallery|feature_galleries))
{img src="display2020" imalign="center" align="center"}

!! Usage
This module can be passed to a Wiki page using the plugin module.
So this code (with no parameters):
{CODE()}
{module module="random_images"}
{CODE}

would produce:
{img src="display2021" imalign="center" align="center"}

And this one (with parameters):
{CODE()}
{module module="random_images" galleryId="6" showlink="y" showname="y" showdescription="y"}
{CODE}

would produce:
{img src="display2022" imalign="center" align="center"}

!! Related Pages
{include page="Module and Plugin Includes" start="startinclude1a" stop="stopinclude1a"}