Extension:SubnetCalc

MediaWiki extensions manual
SubnetCalc
Release status: unmaintained
Implementation Parser extension
Author(s) Oblivious
Latest version 4.1.1
MediaWiki
License GNU General Public License 3.0 only
Download
Quarterly downloads 0
Translate the SubnetCalc extension if it is available at translatewiki.net

The SubnetCalc extension provides a parser function to calculate IP subnets.

Installation

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