Extension:Mirador

MediaWiki extensions manual
Mirador
Release status: stable
Implementation Parser function
Description Implements Mirador 3 to let users view and engage with IIIF resources.
Latest version 0.4 (2023-11-16)
MediaWiki 1.35
License GNU General Public License 2.0 or later
Download
README
Example CODECS website

The Mirador extension implements a build of Mirador v3, including four plugins, for use in wikis. Mirador is a multi-window image viewer which lets you bring in, view, zoom in on, leaf through and compare IIIF resources from institutions and repositories all across the world. A parser function (#mirador) lets users configure and load an instance of Mirador.

The extension is developed and maintained for CODECS, a Semantic MediaWiki-driven wiki for Celtic studies.

Installation

  • Download and place the file(s) in a directory called Mirador in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Mirador' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration and usage

See Github.