Handbuch:MWNamespace.php
Diese Funktion wurde in der Version 1.39 (phab:rMWea1c106ea9a3) aus dem MediaWiki-Kern entfernt (nachdem sie seit 1.34 veraltet war). Auf NamespaceInfo.php findet sich eine alternative Möglichkeit, diese Funktion zu nutzen. |
MediaWiki-Datei: MWNamespace.php | |
---|---|
Speicherort: | includes/ |
Quellcode: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Klassen: | MWNamespace |
MWNamespace.php contains the MWNamespace class, a utility class with only static functions for dealing with namespaces that encodes all the "magic" behaviors of them based on index.
Methoden
MWNamespace::getCanonicalNamespaces( $rebuild )
- Returns array of all defined namespaces with their canonical (English) names.MWNamespace::getCanonicalName( $index )
- Returns the canonical (English) name for a given indexMWNamespace::getValidNamespaces()
- Returns an array of the namespaces (by integer id) that exist on the wiki. Used primarily by the api in help documentation. This function callsgetCanonicalNamespaces()
without using the rebuild option and it then excludes the negative number namespaces, e.g. -1 (special page).
External links
- MWNamespace - MediaWiki 1.34
- NamespaceInfo.php - MediaWiki 1.34