Adminjavasatu
←Membuat halaman berisi 'local tnt = require('Module:TNT') local format if mw.title.getCurrentTitle().namespace == 828 then local lang = mw.getCurrentFrame():callParserFunction('int', 'lang') format = function (id) return tnt.formatInLanguage(lang, 'I18n/Documentation', id) end else format = function (id) return tnt.format('I18n/Documentation', id) end end local i18n = {} i18n['cfg-error-msg-type'] = format('cfg-error-msg-type') i18n['cfg-error-msg-empty'] = format('cfg-error-m...'