Jump to content

Extension:SubnetCalc

From mediawiki.org
MediaWiki extensions manual
SubnetCalc
Release status: unmaintained
Implementation Parser extension
Author(s) Oblivious
Latest version 4.1.1
MediaWiki >= 1.35.0
License GNU General Public License 3.0 only
Download
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' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.