Module:Documentation: Difference between revisions

use messages for the err function instead of hard-coded values
(add a categories blurb function)
(use messages for the err function instead of hard-coded values)
Line 89:
local function err(msg)
return string.format(
'<strong class="error">[[Module:Documentation]] error:%s %s</strong>%s',
message('errorPrefix', 'string'),
msg,
makeCategoryLink(message('DocumentationerrorCategory', template invocations with errors'string'))
)
end
Anonymous user