Extension:Figures

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:MIT licensed extensions
MediaWiki extensions manual
Figures
Release status: betaCategory:Beta status extensions
Implementation Parser function Category:Parser function extensions
Description Allows to define figures and refer them elsewhere in the wiki
Author(s) Nischay Nahata (Nischayn22talk)
Latest version 0.0.0
MediaWiki 1.29+Category:Extensions with manual MediaWiki version
PHP 5.5+
Database changes No
License MIT License
Download Category:Extensions in Wikimedia version control
README
Quarterly downloads 3 (Ranked 110th)
Translate the Figures extension if it is available at translatewiki.net
Category:All extensions

The Figures extension allows to define figures and refer them elsewhere in the wiki. Figures can be images, tables or other kinds of media.

It is also a dependency for the DocBookExport extension.

Installation

  • Download and move the extracted Figures 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/Figures
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Figures' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage

To create a figure define it using the figure parser function. See examples below:

{{#figure: |label=Figure 1.2 |content=[[File:wiki.png]] }}

To refer to the figure elsewhere in the wiki use:

{{#xref: |page=Main Page |label=Figure 1.2 }}

The xref parser function will create an anchor tag which takes you to the figure on clicking.

Credits

This extension has been written by Nischay Nahata for wikiworks.com

Development and Help

Please contact wikiworks.com for consulting on further developments, feature requests or bug fixes on this extension.

Category:All extensions Category:Beta status extensions Category:Extensions in Wikimedia version control Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:MIT licensed extensions Category:ParserFirstCallInit extensions Category:Parser function extensions