Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -949,6 +949,13 @@ |
950 | 950 | $title: name of the page changed. |
951 | 951 | $text: new contents of the page. |
952 | 952 | |
| 953 | +'MessageNotInMwNs': When trying to get a message that isn't found in the |
| 954 | +MediaWiki namespace (but before checking the message files) |
| 955 | +* &$message: message's content; can be changed |
| 956 | +* $lckey: message's name |
| 957 | +* $langcode: language code |
| 958 | +* $isFullKey: specifies whether $lckey is a two part key "msg/lang" |
| 959 | + |
953 | 960 | 'MonoBookTemplateToolboxEnd': Called by Monobook skin after toolbox links have been rendered (useful for adding more) |
954 | 961 | Note: this is only run for the Monobook skin. To add items to the toolbox |
955 | 962 | for all 'SkinTemplate'-type skins, use the SkinTemplateToolboxEnd hook |