formatNum( $result->value ) ); $link = $skin->makeKnownLink( $result->title, "" ); return "{$link} ({$nb})"; } } function wfSpecialLongpages() { list( $limit, $offset ) = wfCheckLimits(); $lpp = new LongPagesPage( ); $lpp->doQuery( $offset, $limit ); } ?>