len ); $link = $skin->makeKnownLink( $result->cur_title, "" ); return "{$link} ({$nb})"; } } function wfSpecialShortpages() { list( $limit, $offset ) = wfCheckLimits(); $spp = new ShortPagesPage(); return $spp->doQuery( $offset, $limit ); } ?>