MediaWiki  1.34.4
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 }
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:79
SpecialUncategorizedTemplates\__construct
__construct( $name='Uncategorizedtemplates')
Definition: SpecialUncategorizedTemplates.php:32