Template:Add alternative text

Template documentation
Category:Template gadgets

This template inserts a tool for adding alternative text to images.

This tool was originally meant for Wikipedia, but can be used in any wiki. See the installation instructions to get it working in your wiki.

Usage

By category

{{Add alternative text|Category:Extensions supporting Composer}}
Loading...
Category:Gadget:AddAlternativeText

By template

{{Add alternative text|Template:Extension}}
Loading...
Category:Gadget:AddAlternativeText

By watchlist

{{Add alternative text|Global templates}}
Loading...
Category:Gadget:AddAlternativeText

Installation

To install this template in your wiki:

  1. Create a template with the following markup. You can choose the template name, parameter names and defaults to suit your wiki.
    <includeonly><div class="AddAlternativeText" data-seed="{{{seed|{{{1|}}}}}}" data-group="{{{group|}}}">Loading...</div>[[Category:Gadget:AddAlternativeText]]</includeonly>
    
  2. Create MediaWiki:Gadget-AddAlternativeText.js with the following code:
    /**
     * AddAlternativeText is a tool for adding alternative text to files
     * Documentation: https://www.mediawiki.org/wiki/AddAlternativeText
     * Source code: https://www.mediawiki.org/wiki/MediaWiki:Gadget-Global-AddAlternativeText.js
     */
    mw.loader.load( '//www.mediawiki.org/w/load.php?modules=ext.gadget.Global-AddAlternativeText' );
    
  3. Add the following gadget to MediaWiki:Gadgets-definition:
    * AddAlternativeText[ResourceLoader|hidden|default|categories=Gadget:AddAlternativeText]|AddAlternativeText.js
    

Done! Add your template to any page to verify that the installation was successful.

Localization

To help localize the messages of the interface, edit Data:AddAlternativeText.tab.

Template data

This template inserts a tool for adding alternative text to images.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Seedseed 1

Seed page from where to get the files

Example
MediaWiki
Page namerequired
Groupgroup

User group to which to limit the use of the tool

Example
autoconfirmed
Stringoptional

See also

Category:Gadget:AddAlternativeText Category:Global gadgets Category:Pages using the JsonConfig extension Category:Template gadgets