function __construct($name = 'Mostrevisions') { parent::__construct($name); }
function wfSpecialFewestrevisions() { list($limit, $offset) = wfCheckLimits(); $frp = new FewestrevisionsPage(); $frp->doQuery($offset, $limit); }