Module:Seats diagram: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 June 2024

  • curprev 19:2019:20, 18 June 2024Hydrogen talk contribs 5,922 bytes +5,922 Created page with "require('strict') local p = {} local getArgs = require('Module:Arguments').getArgs local errorCategory = 'Category:Compilation error of the Seats diagram template' -- get the party color from Module:Party color -- a = party; b = optional color -- (copied from Module:Parliament_diagram) local function color(a,b) local c = '#CCC' if (b) then c = b else c = "FFF" end if string.sub(c,1,5) == '#' then c = "#" .. string.sub(c, 6, 11) end return c end local..."