Extension:Mirador

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').

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

  • <translate> <tvar name=1>Download</tvar> and place the file(s) in a directory called <tvar name=name>Mirador</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'Mirador' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

Configuration and usage

See Github.