title ); return $skin->makeLinkObj( $title, $title->getText() ); } } function wfSpecialCategories() { list( $limit, $offset ) = wfCheckLimits(); $cap = new CategoriesPage(); return $cap->doQuery( $offset, $limit ); } ?>