Modul:Smartbox/warnings
Utseende
Moduldokumentasjon
[opprett]
-- These should not be localized in the code but rather as system messages in
-- the MediaWiki space. That will make the library a lot more portable. In
-- addition to the given messages, type specific system messages can be formed
-- as 'smartbox-{title|value|row}-failed-<type>' if there are any need for
-- them. That is
-- ['smartbox-title-failed-string'] = 'Rendering of the string value "$1" failed',
return {
['smartbox-title-failed'] = 'Verdien «$1» ($2) feilet',
['smartbox-value-failed'] = 'Tittelen «$1» ($2) feilet',
['smartbox-row-failed'] = 'Raden «$1» ($2) feilet',
}