нема опису редагування
starcitizen>Alistair3149 Немає опису редагування |
starcitizen>Alistair3149 Немає опису редагування |
||
| Рядок 123: | Рядок 123: | ||
if mw.title.new( title.baseText .. '/i18n.json', 'Module' ).exists then | if mw.title.new( title.baseText .. '/i18n.json', 'Module' ).exists then | ||
table.insert( ret3, | table.insert( ret3, | ||
mbox( | |||
string.format( | string.format( | ||
'%s uses translatable | '%s uses translatable messages from [[%s/i18n.json]].', | ||
title.fullText, | title.fullText, | ||
title.fullText | title.fullText | ||
), | ), | ||
'This module is designed to be language-neutral. All of the messages are saved in the i18n.json subpage.', | |||
{ icon='WikimediaUI-LabFlask.svg' } | { icon='WikimediaUI-LabFlask.svg' } | ||
) | ) | ||