Difference between revisions of "Module:Documentation/i18n"
Jump to navigation
Jump to search
m
Module:Documentation/i18n (view source)
Revision as of 03:33, 28 December 2019
, 03:33, 28 December 2019Protected "Module:Documentation/i18n": Highly visible page or template ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite))
>Iniquity (+ids) |
>94rain m (Protected "Module:Documentation/i18n": Highly visible page or template ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite))) |
||
| (5 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
local format = require('Module:TNT').format | local format = require('Module:TNT').format | ||
local i18n = {} | local i18n = {} | ||
i18n['cfg-error-msg-type'] = format('I18n/Documentation', 'cfg-error-msg-type') | |||
i18n['cfg-error-msg-empty'] = format('I18n/Documentation', 'cfg-error-msg-empty') | |||
-- cfg['template-namespace-heading'] | -- cfg['template-namespace-heading'] | ||
-- The heading shown in the template namespace. | -- The heading shown in the template namespace. | ||
i18n[' | i18n['template-namespace-heading'] = format('I18n/Documentation', 'template-namespace-heading') | ||
-- cfg['module-namespace-heading'] | -- cfg['module-namespace-heading'] | ||