Module:Navbox with collapsible groups: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
Line 86: | Line 86: | ||
-- child or subgroup | -- child or subgroup | ||
if targs['border'] == nil then targs['border'] = args[1] end | if targs['border'] == nil then targs['border'] = args[1] end | ||
-- debug | |||
local tracking = '<hr /><center><b>targs</b></center><hr />\n' | local tracking = '<hr /><center><b>targs</b></center><hr />\n' | ||
for k,v in pairs(targs) do | for k,v in pairs(targs) do |