Manual:Hooks/GetLocalURL::Article

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
GetLocalURL::Article
<translate> Available from <tvar name=1><translate> version <tvar (r94373, codereview)</tvar></translate>
Allows to modify local URLs specifically pointing to article paths without any fancy queries or variants.
<translate> Define function:</translate>
public static function onGetLocalURL_Article( $title, &$url ) { ... }
<translate> Attach hook:</translate> <translate> In <tvar name=1>extension.json</tvar>:</translate>
{
	"Hooks": {
		"GetLocalURL::Article": "MediaWiki\\Extension\\MyExtension\\Hooks::onGetLocalURLArticle"
	}
}
<translate> Called from:</translate> <translate> File(s):</translate> Title.php
<translate> Interface:</translate> GetLocalURL__ArticleHook.php

<translate> For more information about attaching hooks, see <tvar name=1>Manual:Hooks </tvar>.</translate>
<translate> For examples of extensions using this hook, see <tvar name=cat>Category:GetLocalURL::Article extensions</tvar>.</translate>


Details

  • $title: Title object of page
  • &$url: string value as output (out parameter, can modify)