Line 5:
Line 5:
local templates = {
local templates = {
−
table_header = [[{| class="wikitable mw-collapsible mw-collapsed typography-xl-optout branching-table" style="width:${width};"
+
table_header = [[{| class="wikitable typography-xl-optout branching-table" style="width:${width};"
|- class="mw-customtoggle-${id}" style="cursor:pointer;"
|- class="mw-customtoggle-${id}" style="cursor:pointer;"
!colspan="3"|Branching Rules
!colspan="3"|Branching Rules
Line 80:
Line 80:
rowspan = #branching[from].index,
rowspan = #branching[from].index,
from = formatNodeLabel(from, branching[from].color),
from = formatNodeLabel(from, branching[from].color),
+
id = args.id or "mapbranchingtable",
})
})
local first = true
local first = true