Extension:SubnetCalc

Category:Unmaintained extensions#SubnetCalc Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
SubnetCalc
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Parser extension Category:Parser extensions
Author(s) Oblivious
Latest version 4.1.1
MediaWiki Category:Extensions without MediaWiki version
License GNU General Public License 3.0 only
Download Category:Extensions in Wikimedia version control
Quarterly downloads 0
Translate the SubnetCalc extension if it is available at translatewiki.net
Category:All extensions

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

Installation

  • 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.
Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions without MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:ParserFirstCallInit extensions Category:Parser extensions Category:Unmaintained extensions