Extension:NSNum
From MediaWiki.org
|
NSNum Release status: Beta |
|
|---|---|
| Implementation | Variable |
| Description | Adds the {{NSNUM}} magic word to obtain the numerical ID of the page's namespace |
| Author(s) | Kurt M. Weber (Kmwebertalk) |
| Last version | 0.1 (9 March 2011) |
| License | GPL |
| Download | NSNum.php |
| Check usage and version matrix | |
This extension adds a {{NSNum}} magic word to obtain the numerical ID of the namespace in which the current page is located.
Usage [edit]
Simply use {{NSNUM}} like you would any other magic word.
Files [edit]
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");
