Changes

Jump to: navigation, search

Module:Documentation

210 bytes removed, 00:05, 20 January 2014
remove the err function, as it's not being used any more
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
----------------------------------------------------------------------------
Anonymous user

Navigation menu