*/ /** * Special page lists all uncategorised pages in the * template namespace * * @ingroup SpecialPage */ class UncategorizedTemplatesPage extends UncategorizedPagesPage { public function __construct( $name = 'Uncategorizedtemplates' ) { parent::__construct( $name ); $this->requestedNamespace = NS_TEMPLATE; } }