[dismiss]
The wiki is currently a work in progress. If you'd like to help out, please check the Community Portal and our getting started guide. Also, check out our sister project on poewiki.net.
View source for Module:Error
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
-------------------------------------------------------------------------------
--
-- Module:Error
--
-- This module implements Template:Error
-------------------------------------------------------------------------------
local cfg = {}
cfg.i18n = {}
cfg.i18n.errors = {
no_message = 'No message specified.',
}
cfg.tag = 'strong'
-- ----------------------------------------------------------------------------
-- Main function
-- ----------------------------------------------------------------------------
000
1:0
Templates used on this page:
Return to Module:Error.