Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -951,10 +951,10 @@ |
952 | 952 | |
953 | 953 | 'MessageNotInMwNs': When trying to get a message that isn't found in the |
954 | 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" |
| 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 | 959 | |
960 | 960 | 'MonoBookTemplateToolboxEnd': Called by Monobook skin after toolbox links have been rendered (useful for adding more) |
961 | 961 | Note: this is only run for the Monobook skin. To add items to the toolbox |