нема опису редагування
starcitizen>Alistair3149 Немає опису редагування |
starcitizen>Alistair3149 Немає опису редагування |
||
| Рядок 119: | Рядок 119: | ||
if title.namespace == 828 then | if title.namespace == 828 then | ||
-- Has config | |||
if mw.title.new( title.fullText .. '/config.json', 'Module' ).exists then | |||
table.insert( ret3, | |||
mbox( | |||
string.format( | |||
"'''%s''' loads configuration from [[%s/config.json]].", | |||
title.fullText, | |||
title.fullText | |||
), | |||
'This module can be configurated from the config.json subpage.', | |||
{ icon='WikimediaUI-Notice.svg' } | |||
) | |||
) | |||
end | |||
-- Has localization | -- Has localization | ||
if mw.title.new( title.fullText .. '/i18n.json', 'Module' ).exists then | if mw.title.new( title.fullText .. '/i18n.json', 'Module' ).exists then | ||