40 parent::__construct(
'Mostimages' );
54 'tables' => [
'imagelinks' ],
61 'GROUP BY' =>
'il_to',
62 'HAVING' =>
'COUNT(*) > 1'
68 return $this->
msg(
'nimagelinks' )->numParams( $row->value )->escaped() .
'<br />';
80class_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.