Extension:FileAnnotations

Category:Unmaintained extensions#FileAnnotations Category:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
FileAnnotations
Release status: unmaintainedCategory:Unmaintained extensions
Implementation MediaCategory:Media handling extensions
Description Annotations for media
Author(s) MarkTraceurtalk
Latest version 0.0.1
MediaWiki >= 1.35.0
PHP 5.3+
License GNU General Public License 3.0 only
Download Category:Extensions in Wikimedia version control
Help Help:Extension:FileAnnotations
Quarterly downloads 0
Translate the FileAnnotations extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

The FileAnnotations extension lets you add, edit, display, and delete annotations to media files.

User guide

See Help:Extension:FileAnnotations

Installation

  • Download and move the extracted FileAnnotations folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/FileAnnotations
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'FileAnnotations' );
    
  • Extension:EventLogging is required for this extension to work.
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.


Vagrant installation:

  • If using Vagrant , install with vagrant roles enable fileannotations --provision

See also

Category:Annotation extensions
Category:All extensions Category:Annotation extensions Category:BeforePageDisplay extensions Category:CodeEditorGetPageLanguage extensions Category:Extensions in Wikimedia version control Category:Extensions without a compatibility policy Category:GPL licensed extensions Category:Media handling extensions Category:SkinTemplateNavigation::Universal extensions Category:Unmaintained extensions