93 $this->forceArticlePath = $force;
121 $this->stubThreshold = $threshold;
146 LinkTarget $target, $text =
null, array $extraAttribs = [], array
$query = []
149 if ( $title->isKnown() ) {
164 if ( $this->forceArticlePath ) {
173 $options[] = $isKnown ?
'known' :
'broken';
180 if ( !Hooks::run(
'HtmlPageLinkRendererBegin',
181 [ $this, $target, &$text, &$extraAttribs, &
$query, &
$ret ] )
202 if ( $text !==
null ) {
205 $realHtml =
$html =
null;
207 if ( !Hooks::run(
'LinkBegin',
213 if (
$html !==
null &&
$html !== $realHtml ) {
222 $newRenderer = $factory->createFromLegacyOptions(
$options );
224 $newRenderer->setRunLegacyBeginHook(
false );
225 if ( in_array(
'known',
$options,
true ) ) {
226 return $newRenderer->makeKnownLink( $title, $text, $extraAttribs,
$query );
227 } elseif ( in_array(
'broken',
$options,
true ) ) {
228 return $newRenderer->makeBrokenLink( $title, $text, $extraAttribs,
$query );
230 return $newRenderer->makeLink( $title, $text, $extraAttribs,
$query );
249 LinkTarget $target, $text =
null, $classes, array $extraAttribs = [], array
$query = []
253 if (
$ret !==
null ) {
259 $prefixedText = $this->titleFormatter->getPrefixedText( $target );
260 if ( $prefixedText !==
'' ) {
268 if ( $text ===
null ) {
283 LinkTarget $target, $text =
null, array $extraAttribs = [], array
$query = []
287 $classes[] =
'extiw';
290 if ( $colour !==
'' ) {
291 $classes[] = $colour;
297 $classes ? implode(
' ', $classes ) :
'',
311 LinkTarget $target, $text =
null, array $extraAttribs = [], array
$query = []
315 if (
$ret !==
null ) {
319 # We don't want to include fragments for broken links, because they
320 # generally make no sense.
327 $query[
'action'] =
'edit';
333 $prefixedText = $this->titleFormatter->getPrefixedText( $target );
334 if ( $prefixedText !==
'' ) {
337 ->inContentLanguage()
345 if ( $text ===
null ) {
363 if ( !Hooks::run(
'HtmlPageLinkRendererEnd',
364 [ $this, $target, $isKnown, &$text, &
$attribs, &
$ret ] )
372 if ( Hooks::isRegistered(
'LinkEnd' ) ) {
376 if ( !Hooks::run(
'LinkEnd',
391 $prefixedText = $this->titleFormatter->getPrefixedText( $target );
394 if ( $prefixedText ===
'' && $target->
hasFragment() ) {
398 return $prefixedText;
404 if ( $this->forceArticlePath ) {
410 $url = $title->getLinkURL(
$query,
false, $this->expandUrls );
412 if ( $this->forceArticlePath && $realQuery ) {
442 # Merge the custom attribs with the default ones, and iterate
443 # over that, deleting all "false" attributes.
446 foreach ( $merged as $key => $val ) {
447 # A false value suppresses the attribute
448 if ( $val !==
false ) {
463 $id = $this->linkCache->addLinkObj( $target );
469 if ( $this->linkCache->getGoodLinkFieldObj( $target,
'redirect' ) ) {
471 return 'mw-redirect';
473 && $this->linkCache->getGoodLinkFieldObj( $target,
'length' ) < $this->stubThreshold
wfAppendQuery( $url, $query)
Append a query string to an existing URL, which may or may not already have query string parameters a...
Marks HTML that shouldn't be escaped.
static getHtml( $input)
Provide a string or HtmlArmor object and get safe HTML back.
This class is a collection of static functions that serve two purposes:
static rawElement( $element, $attribs=[], $contents='')
Returns an HTML element in a string.
Cache for article titles (prefixed DB keys) and ids linked from one source.
Some internal bits split of from Skin.php.
static normaliseSpecialPage(LinkTarget $target)
This is a utility class with only static functions for dealing with namespaces that encodes all the "...
static isContent( $index)
Does this namespace contain content, for the purposes of calculating statistics, etc?
HTML sanitizer for MediaWiki.
static mergeAttributes( $a, $b)
Merge two sets of HTML attributes.
Represents a title within MediaWiki.
static newFromLinkTarget(LinkTarget $linkTarget)
Create a new Title from a LinkTarget.
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped & $options
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "<div ...>$1</div>"). - flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException':Called before an exception(or PHP error) is logged. This is meant for integration with external error aggregation services
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses & $ret
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses & $html
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses after processing & $attribs
null for the local wiki Added should default to null in handler for backwards compatibility add a value to it if you want to add a cookie that have to vary cache options can modify $query
if(! $dbr->tableExists( 'profiling')) $expand