Module:Error

    From Hokuto no Ken Encyclopedia | HnKWiki

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

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