Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Documentation: Difference between revisions

Content added Content deleted
(allow documentation passed with the |content= parameter to show even if we get errors from the env table)
(remove the err function, as it's not being used any more)
Line 86: Line 86:


p.makeToolbar = makeToolbar
p.makeToolbar = makeToolbar

local function err(msg)
return string.format(
'<strong class="error">%s %s</strong>%s',
message('errorPrefix', 'string'),
msg,
makeCategoryLink(message('errorCategory', 'string'))
)
end

p.err = err


----------------------------------------------------------------------------
----------------------------------------------------------------------------
Cookies help us deliver our services. By using our services, you agree to our use of cookies.