37 parent::__construct(
'Mostimages' );
51 'tables' => [
'imagelinks' ],
58 'GROUP BY' =>
'il_to',
59 'HAVING' =>
'COUNT(*) > 1'
65 return $this->
msg(
'nimagelinks' )->numParams( $row->value )->escaped() .
'<br />';
77class_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.