Jump to content

Module:Error

From Hokuto no Ken Encyclopedia | HnKWiki
Revision as of 08:59, 14 September 2016 by New World God (talk | contribs) (Created page with "return function(text) return '<span class="error">' .. text .. '</span>' end --Category:Lua Modules")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Error/doc

return function(text)
    return '<span class="error">' .. text .. '</span>'
end
--[[Category:Lua Modules]]