Difference between revisions of "Module:Documentation/i18n"

From Confrontation.wiki
Jump to navigation Jump to search
en>Iniquity
(i18nreturn i18n)
en>Iniquity
(test)
Line 2: Line 2:
local i18n = {}
local i18n = {}


i18n['template-namespace-heading'] = format('I18n/Documentation', 'template-namespace-heading')
i18n['template-namespace-heading'] = require('Module:TNT').format('I18n/Documentation', 'template-namespace-heading')


return i18n
return i18n

Revision as of 23:15, 28 May 2019

Documentation for this module may be created at Module:Documentation/i18n/doc

local format = require('Module:TNT').format
local i18n = {}

i18n['template-namespace-heading'] = require('Module:TNT').format('I18n/Documentation', 'template-namespace-heading')

return i18n