Difference between revisions 23961463 and 23961517 on svwikip = {} function p.diagram(frame) local pFrame = frame:getParent() local args = pFrame.args local text = '' local namn = args.namn or frame.args.namn local max = -math.huge local note = args.note or '' if namn == nil or namn == ''then return 'Inget namn är angivet' end local fran = tonumber(args.fran) or 1800 local fran2 = math.huge local till2 = -math.huge local till = tonumber(args.till) or tonumber(os.date("%Y")) local step = 1 local areakolumn = nil -- variabel för att avgöra om en kolumn för area behövs local fkr = nil -- variabel för att avgöra om "före Kristus" behöver markeras if args.fkr then fkr = 'fkr' end if till < fran then step = -1 end for i = fran, till, step do local pu = 'inv' .. i if tonumber(args[pu]) then local pv = 'area' .. i if args[pv] then areakolumn = '' end if tonumber(args[pu]) > max then max = tonumber(args[pu]) end if i > till2 then till2 = i end if i < fran2 then fran2 = i end if i < 0 then fkr = 'fkr' end end end if tonumber(args.max) then max = tonumber(args.max) end⏎ text = 'Befolkningsutvecklingen i ' .. namn if fran2 == till2 then text = text .. ' ' .. fran2 .. note else text = text .. ' ' .. fran2 .. ' – ' .. till2 .. note end text = mw.text.tag('big', {}, text) text = mw.text.tag('th', {colspan="5"}, text) (contracted; show full) end text = mw.text.tag('table', {cellspacing="0", cellpadding="0", style="clear:none;float:none;border:silver solid 1px; font-size:90%; padding:0.4em;margin:0.4em;width:650px"}, text) return text --.. '; ' .. fran2 .. '-' .. till2 end return p All content in the above text box is licensed under the Creative Commons Attribution-ShareAlike license Version 4 and was originally sourced from https://sv.wikipedia.org/w/index.php?diff=prev&oldid=23961517.
![]() ![]() This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|