Last modified: 2008-01-24 08:59:58 UTC
* Modify wfMsgCentre to support more general functions to be called when a message is found in the message cache. * Look up the "showtoc" and "hidetoc" messages which already exist and have identical text and semantics to our navbar "show" and "hide" links which are currently hard-coded. * Iterate through all the NavFrame divs (by id or class name) and set the show or hide link of each to the string returned from the message cache. * Dont't do any of this if the user language is the same as the content language.
Implemented at: http://en.wiktionary.org/wiki/User:Hippietrail/localisenavbars.js To use: importScript('User:Hippietrail/localisenavbars.js'); localisenavbars();