|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
| onSkinCopyrightFooterMessage ( $title, $type, &$msg) | |
| Use this hook for site and per-namespace customization of the copyright notice as wikitext. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SkinCopyrightFooterMessage" to register handlers implementing this interface.
Definition at line 15 of file SkinCopyrightFooterMessageHook.php.
| MediaWiki\Skin\Hook\SkinCopyrightFooterMessageHook::onSkinCopyrightFooterMessage | ( | $title, | |
| $type, | |||
| & | $msg ) |
Use this hook for site and per-namespace customization of the copyright notice as wikitext.
| Title | $title | Displayed page title |
| string | $type | Set to 'normal' or 'history' for old/diff views |
| MessageSpecifier | &$msg | Overridable message. The default key is 'copyright-footer' or 'copyright-footer-history' for old/diff views, with a link the license as the first parameter. The message will be displayed with parse(). |
Implemented in MediaWiki\HookContainer\HookRunner.