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}-unknown-<type>' if there are any need for
-- them.
return {
['smartbox-title-unknown'] = 'Rendering of value $1 ($2) failed',
['smartbox-value-unknown'] = 'Rendering of title $1 ($2) failed',
['smartbox-row-unknown'] = 'Rendering of row $1 ($2) failed',
}