24 parent::__construct(
'Mostimages' );
41 'tables' => [
'imagelinks',
'linktarget' ],
44 'title' =>
'lt_title',
47 'join_conds' => [
'linktarget' => [
'JOIN',
'il_target_id = lt_id' ] ],
49 'GROUP BY' =>
'lt_title',
50 'HAVING' =>
'COUNT(*) > 1'
57 return $this->
msg(
'nimagelinks' )->numParams( $row->value )->escaped() .
'<br />';
68 ImageLinksTable::VIRTUAL_DOMAIN,
78class_alias( SpecialMostImages::class,
'MostimagesPage' );
Variant of QueryPage which uses a gallery to output results, thus suited for reports generating image...
setDatabaseProvider(IConnectionProvider $databaseProvider)
msg( $key,... $params)
Wrapper around wfMessage that sets the current context.