Module:Error/doc
This is the documentation page for Module:Error
This module implements {{Error}}
. It creates an html message with class "error". Please see the documentation page there for usage instructions.
local mw_error = require('Module:Error').error
return mw_error("Message")
return mw_error(("TypeError: %s"):format(error_message), tag)