Extension:MWZenphoto
Appearance
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
MWZenphoto Release status: unmaintained |
|
---|---|
Implementation | Tag |
Description | Allow inclusion of images from a Zenphoto gallery using a simple tag in the markup |
Author(s) | CiaranGtalk |
Latest version | 0.11 |
MediaWiki | |
License | GNU Affero General Public License 3.0 |
Download | GitLab: Note: |
<zenphoto> |
|
Overview
[edit]This template provides a simple method to allow inclusion of images from a Zenphoto gallery using a custom <zenphoto> tag in the markup. The gallery can either be local to the MediaWiki installation (i.e. relative path on the same server) or remote (full URL).
Installation and Usage
[edit]- Download and place the file(s) in a directory called
MWZenphoto
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
require_once "$IP/extensions/MWZenphoto/MWZenphoto.php";
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.