Special page lists templates with a large number of transclusion links, i.e.
makeWlhLink( $title, $result)
Make a "what links here" link for a given title.
sortDescending()
Sort the results in descending order?
isExpensive()
Is this report expensive, i.e should it be cached?
__construct( $name='Mostlinkedtemplates')
getGroupName()
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-gro...
getQueryInfo()
Subclasses return an SQL query here, formatted as an array with the following keys: tables => Table(s...
preprocessResults( $db, $res)
Pre-cache page existence to speed up link generation.
formatResult( $skin, $result)
Format a result row.
isSyndicated()
Is there a feed available?
This is a class for doing query pages; since they're almost all the same, we factor out some of the f...
executeLBFromResultWrapper(IResultWrapper $res, $ns=null)
Creates a new LinkBatch object, adds all pages from the passed ResultWrapper (MUST include title and ...
static getTitleFor( $name, $subpage=false, $fragment='')
Get a localised Title object for a specified special page name If you don't need a full Title object,...
getContext()
Gets the context this SpecialPage is executed in.
msg( $key)
Wrapper around wfMessage that sets the current context.
getLanguage()
Shortcut to get user's language.