MediaWiki
REL1_31
SpecialUncategorizedtemplates.php
Go to the documentation of this file.
1
<?php
31
class
UncategorizedTemplatesPage
extends
UncategorizedPagesPage
{
32
public
function
__construct
( $name =
'Uncategorizedtemplates'
) {
33
parent::__construct( $name );
34
$this->requestedNamespace =
NS_TEMPLATE
;
35
}
36
}
UncategorizedPagesPage
A special page looking for page without any category.
Definition
SpecialUncategorizedpages.php:30
UncategorizedTemplatesPage
Special page lists all uncategorised pages in the template namespace.
Definition
SpecialUncategorizedtemplates.php:31
UncategorizedTemplatesPage\__construct
__construct( $name='Uncategorizedtemplates')
Definition
SpecialUncategorizedtemplates.php:32
NS_TEMPLATE
const NS_TEMPLATE
Definition
Defines.php:84
includes
specials
SpecialUncategorizedtemplates.php
Generated on Mon Nov 25 2024 15:35:29 for MediaWiki by
1.10.0