All public logs
Combined display of all available logs of Osolia Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:20, 18 June 2024 Hydrogen talk contribs created page Module:Seats diagram (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...")