Documentation for this module may be created at Module:Sandbox/MarioGom/Women in Red redlist list/doc
local p = {}
function p.list(frame)
local frame = mw.getCurrentFrame()
local prefix = frame.args[1]
local s = frame:expandTemplate{ title = 'Special:PrefixIndex/' .. prefix }
return s
end
return p