Extension:Chemistry

From MediaWiki.org

Jump to: navigation, search

   

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
Chemistry

Release status: unknown

Description
Author(s)  Dirk Beetstra
License No license specified
Download Download snapshot

Subversion [Help]
Browse source code

check usage (experimental)

Chemistry contains a couple of extensions written by Dirk Beetstra (EN Wikipedia site). The extensions give some functionality for mediawiki's containing pages about chemistry.

All extensions REQUIRE the same i18n internationalisation file Chemistry/ChemFunctions.i18n.php

The two extensions work independently from each other, but the tag <chemform> defined in ChemFunctions does call the Special:Chemicalsources (hence, will result in a non-working link when the other extension is not activated).

[edit] Installation

  1. Download the files from SVN (here)
  2. Copy the i18n file, and the extension of your choice to your \extensions directory
  3. Add the following line(s) to your localsettings.php:
require_once( "$IP/extensions/ChemFunctions.php" );
(for the ChemFunctions tags)
require_once( "$IP/extensions/SpecialChemicalsources.php" );
(for the Special:Chemicalsources page)