MediaWiki
REL1_34
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
}
SpecialUncategorizedPages
A special page looking for page without any category.
Definition
SpecialUncategorizedPages.php:32
SpecialUncategorizedTemplates
Special page lists all uncategorised pages in the template namespace.
Definition
SpecialUncategorizedTemplates.php:31
SpecialUncategorizedTemplates\__construct
__construct( $name='Uncategorizedtemplates')
Definition
SpecialUncategorizedTemplates.php:32
NS_TEMPLATE
const NS_TEMPLATE
Definition
Defines.php:79
includes
specials
SpecialUncategorizedTemplates.php
Generated on Mon Nov 25 2024 16:05:55 for MediaWiki by
1.10.0