Zum Inhalt springen

Modul:Protection banner: Unterschied zwischen den Versionen

output an error category if the protection object is not created properly
(allow default args to work in sandbox pages)
(output an error category if the protection object is not created properly)
Zeile 798: Zeile 798:
:plain()
:plain()
return string.format(
return string.format(
'<strong class="error">%s</strong>',
'<strong class="error">%s</strong>%s',
errorText
errorText,
makeCategoryLink(cfg.msg['tracking-category-incorrect'])
)
)
end
end
Anonymer Benutzer