Editing Module:Sandbox/One BarGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 64: | Line 64: | ||
local create_table = mw.html.create("table"):addClass("wikitable sortable"):done() | local create_table = mw.html.create("table"):addClass("wikitable sortable"):done() | ||
local title_header = mw.html.create("tr") | |||
title_header:tag("th"):attr("colspan", (level_count + 3)):wikitext("Base " .. name .. " based on PI"):done() | |||
create_table:node(title_header) | |||
local header = mw.html.create("tr") | local header = mw.html.create("tr") | ||
header | header | ||