History: module last_images
Source of version: 2 (current)
Copy to clipboard
! Module last_images This module lists the specified number of images, starting from the most recently added. !! Parameters ''Preferences required:'' ((Image Gallery|feature_galleries)) {img src="display2017" 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="last_images"} {CODE} would produce: {img src="display2018" imalign="center" align="center"} And this one (with parameters) {CODE()} {module module="last_images" galleryId="2" content="thumbnails"} {CODE} would produce: {img src="display2019" imalign="center" align="center"} !! Related Pages {include page="Module and Plugin Includes" start="startinclude1a" stop="stopinclude1a"}