function __construct($name = 'Uncategorizedpages')
 {
     parent::__construct($name);
 }
 function __construct($name = 'DoubleRedirects')
 {
     parent::__construct($name);
 }
 function execute($par)
 {
     $this->prefix = Title::capitalize($this->getRequest()->getVal('prefix', $par), NS_MAIN);
     parent::execute($par);
 }
 function __construct($name = 'Disambiguations')
 {
     parent::__construct($name);
 }
 function __construct($name = 'Lonelypages')
 {
     parent::__construct($name);
 }
 function execute($par)
 {
     global $wgRequest;
     $this->prefix = Title::capitalize($wgRequest->getVal('prefix', $par), NS_MAIN);
     parent::execute($par);
 }
 function __construct($name = 'Deadendpages')
 {
     parent::__construct($name);
 }
 function __construct($name = 'BrokenRedirects')
 {
     parent::__construct($name);
 }
 function getList()
 {
     list($limit, $offset) = wfCheckLimits();
     $this->limit = $limit;
     $this->offset = $offset;
     parent::execute('');
 }
 function __construct($name = 'Nonportableinfoboxes')
 {
     parent::__construct($name);
 }