MediaWiki REL1_34
SpecialUncategorizedTemplates.php
Go to the documentation of this file.
1<?php
32 public function __construct( $name = 'Uncategorizedtemplates' ) {
33 parent::__construct( $name );
34 $this->requestedNamespace = NS_TEMPLATE;
35 }
36}
A special page looking for page without any category.
Special page lists all uncategorised pages in the template namespace.
__construct( $name='Uncategorizedtemplates')
const NS_TEMPLATE
Definition Defines.php:79