MediaWiki
1.34.0
SpecialUncategorizedTemplates.php
Go to the documentation of this file.
1
<?php
31
class
SpecialUncategorizedTemplates
extends
SpecialUncategorizedPages
{
32
public
function
__construct
( $name =
'Uncategorizedtemplates'
) {
33
parent::__construct( $name );
34
$this->requestedNamespace =
NS_TEMPLATE
;
35
}
36
}
SpecialUncategorizedTemplates
Special page lists all uncategorised pages in the template namespace.
Definition:
SpecialUncategorizedTemplates.php:31
SpecialUncategorizedPages
A special page looking for page without any category.
Definition:
SpecialUncategorizedPages.php:32
NS_TEMPLATE
const NS_TEMPLATE
Definition:
Defines.php:70
SpecialUncategorizedTemplates\__construct
__construct( $name='Uncategorizedtemplates')
Definition:
SpecialUncategorizedTemplates.php:32
includes
specials
SpecialUncategorizedTemplates.php
Generated on Thu Dec 19 2019 14:55:00 for MediaWiki by
1.8.16