Module:Infobox election/sandbox: Difference between revisions

Content deleted Content added
use metatable trick for p._successionlinks()
m fix
Line 58:
local ongoing = rargs.ongoing == 'yes'
local output = {'|-'}
setmetatable({'|-'}output, {__call = function (t, v) t[#t+1] = v end }) -- Append to array by calling it
local function threeCells(cellType, title, always, shortname)