Hopp til innhold

Modul:Smartbox/warnings

Fra Wikipedia, den frie encyklopedi
Sideversjon per 22. jun. 2018 kl. 22:44 av Jeblad (diskusjon | bidrag) (Ny side: -- 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…)
(diff) ← Eldre sideversjon | Nåværende sideversjon (diff) | Nyere sideversjon → (diff)
Moduldokumentasjon


-- 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',
}