92 $this->forceArticlePath = $force;
120 $this->stubThreshold = $threshold;
145 LinkTarget $target, $text =
null, array $extraAttribs = [], array
$query = []
147 $title = Title::newFromLinkTarget( $target );
148 if ( $title->isKnown() ) {
163 if ( $this->forceArticlePath ) {
172 $options[] = $isKnown ?
'known' :
'broken';
179 if ( !Hooks::run(
'HtmlPageLinkRendererBegin',
180 [ $this, $target, &$text, &$extraAttribs, &
$query, &
$ret ] )
200 $title = Title::newFromLinkTarget( $target );
201 if ( $text !==
null ) {
204 $realHtml =
$html =
null;
206 if ( !Hooks::run(
'LinkBegin',
212 if (
$html !==
null &&
$html !== $realHtml ) {
221 $newRenderer = $factory->createFromLegacyOptions(
$options );
223 $newRenderer->setRunLegacyBeginHook(
false );
224 if ( in_array(
'known',
$options,
true ) ) {
225 return $newRenderer->makeKnownLink( $title, $text, $extraAttribs,
$query );
226 } elseif ( in_array(
'broken',
$options,
true ) ) {
227 return $newRenderer->makeBrokenLink( $title, $text, $extraAttribs,
$query );
229 return $newRenderer->makeLink( $title, $text, $extraAttribs,
$query );
248 LinkTarget $target, $text =
null, $classes, array $extraAttribs = [], array
$query = []
252 if (
$ret !==
null ) {
258 $prefixedText = $this->titleFormatter->getPrefixedText( $target );
259 if ( $prefixedText !==
'' ) {
267 if ( $text ===
null ) {
282 LinkTarget $target, $text =
null, array $extraAttribs = [], array
$query = []
286 $classes[] =
'extiw';
289 if ( $colour !==
'' ) {
290 $classes[] = $colour;
296 $classes ? implode(
' ', $classes ) :
'',
310 LinkTarget $target, $text =
null, array $extraAttribs = [], array
$query = []
314 if (
$ret !==
null ) {
318 # We don't want to include fragments for broken links, because they
319 # generally make no sense.
326 $query[
'action'] =
'edit';
332 $prefixedText = $this->titleFormatter->getPrefixedText( $target );
333 if ( $prefixedText !==
'' ) {
336 ->inContentLanguage()
344 if ( $text ===
null ) {
362 if ( !Hooks::run(
'HtmlPageLinkRendererEnd',
363 [ $this, $target, $isKnown, &$text, &
$attribs, &
$ret ] )
371 if ( Hooks::isRegistered(
'LinkEnd' ) ) {
373 $title = Title::newFromLinkTarget( $target );
375 if ( !Hooks::run(
'LinkEnd',
390 $prefixedText = $this->titleFormatter->getPrefixedText( $target );
393 if ( $prefixedText ===
'' && $target->
hasFragment() ) {
397 return $prefixedText;
402 $title = Title::newFromLinkTarget( $target );
403 if ( $this->forceArticlePath ) {
409 $url = $title->getLinkURL(
$query,
false, $this->expandUrls );
411 if ( $this->forceArticlePath && $realQuery ) {
441 # Merge the custom attribs with the default ones, and iterate
442 # over that, deleting all "false" attributes.
444 $merged = Sanitizer::mergeAttributes( $defaults,
$attribs );
445 foreach ( $merged as $key => $val ) {
446 # A false value suppresses the attribute
447 if ( $val !==
false ) {
462 $id = $this->linkCache->addLinkObj( $target );
468 if ( $this->linkCache->getGoodLinkFieldObj( $target,
'redirect' ) ) {
470 return 'mw-redirect';
471 } elseif ( $this->stubThreshold > 0 && MWNamespace::isContent( $target->
getNamespace() )
472 && $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:
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 "...
HTML sanitizer for MediaWiki.
Represents a title within MediaWiki.
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