Module:Sandbox/Psephomancy/ballot test

From electowiki

Documentation for this module may be created at Module:Sandbox/Psephomancy/ballot test/doc

local p = {}
function p.ballots(frame)
	result, n = string.gsub(string.gsub(frame.args[1], ":", "   :  "),">","   >  ")
    return result
end
return p