Modul:Citation/i18n: Unterschied zwischen den Versionen
moduleInterface
(addPagesSeq) |
(moduleInterface) |
||
| Zeile 1: | Zeile 1: | ||
-- Separating code from internationalization | -- Separating code from internationalization | ||
-- documentation | |||
local citationI18n = { | |||
suite = 'Citation', | |||
sub = 'i18n', | |||
serial = '2021-04-08' | |||
} | |||
return { | return { | ||
-- administration | |||
moduleInterface = citationI18n, | |||
-- options | -- options | ||
skipPathCheck = false, -- for URL check, see Module:UrlCheck | skipPathCheck = false, -- for URL check, see Module:UrlCheck | ||