Module:Sandbox/One Bar: Difference between revisions

One Bar (talk | contribs)
No edit summary
One Bar (talk | contribs)
No edit summary
Line 40: Line 40:
local suffix = property == "BulletDamage" and " (Full Shot)" or ""
local suffix = property == "BulletDamage" and " (Full Shot)" or ""
local create_div = mw.html.create("div"):attr("overflow-x", "auto"):done()
local create_div = mw.html.create("div"):css("overflow-x", "auto"):done()
local create_table = mw.html.create("table"):addClass("wikitable sortable mw-collapsible mw-collapsed"):done()
local create_table = mw.html.create("table"):addClass("wikitable sortable mw-collapsible mw-collapsed"):done()
local title_header = mw.html.create("tr")
local title_header = mw.html.create("tr")