Module:Navbox: Difference between revisions
sigh |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
local p = {} | local p = {} | ||
local i18n = require(' | local i18n = require('Module:I18n').loadMessages('Navbox') | ||
local showText, hideText = i18n:msg('show'), i18n:msg('hide') | local showText, hideText = i18n:msg('show'), i18n:msg('hide') | ||