Muskit Gergous
Created page with "-- Returns the number of seats in the US House of Representatives held by a given state in a given year (If no year is given, the current number of seats is returned) local p = {} function p.main(frame) state = frame.args[1] if mw.ustring.len(state)>2 then state = frame:expandTemplate{ title = 'ISO 3166 code', args = {"US", state} } state = state:sub(4) end year = tonumber(frame.args[2]) if year then census_number = (year - 1 - math.fmod(year-1,10))/10 - 178..."