Module:Sandbox/Psephomancy/ballot test

From electowiki
Revision as of 21:30, 2 March 2020 by Psephomancy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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