Extension:NSNum

MediaWiki extensions manual
NSNum
Release status: unmaintained
Implementation Variable
Description Adds the {{NSNUM}} magic word to obtain the numerical ID of the page's namespace
Author(s) Kurt M. Weber (Kmwebertalk)
Latest version 0.1 (2011-03-09)
MediaWiki
License GPL
Download NSNum.php

This extension adds a {{NSNum}} magic word to obtain the numerical ID of the namespace in which the current page is located.

UsageEdit

Simply use {{NSNUM}} like you would any other magic word.

FilesEdit

There is only one file, NSNum.php. Simply create a NSNum directory in your extensions directory and place the NSNum.php file there, then add the following to your LocalSettings.php :

require_once("extensions/NSNum/NSNum.php");