Module:ListOfRoles
Documentation for this module may be created at Module:ListOfRoles/doc
local util_table = require('Module:TableUtil')
local m_role = require('Module:Role')
local p = {
list = {},
hash = {},
list_display = {},
hash_display = {},
}
p.current_rosters_list = {}
p.current_rosters_hash = {}
return p