Module:Dot chart/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 165:
div
:css('position','absolute')
:css('topbottom',table.concat({100-y*0.9,'%'}))
:css('left',table.concat({x*0.9,'%'}))
:wikitext(tostring(InnerDiv))
table.insert(dotTable,tostring(div))
Line 243:
end
if args["top"] then
top -- Create top text
:css('font-weight','bold')
:css('textfont-decorationweight','underlinebold')
:css('text-aligndecoration','centerunderline')
:css('fonttext-weightalign','boldcenter')
:wikitext(args["top"])
end
container -- Creates container
:css('width',args["width"] or '240px')