Module:Navbox with collapsible groups: Difference between revisions

no edit summary
(start a lua version of template:Navbox with collapsible groups, probably has some bugs)
 
No edit summary
Line 36: Line 36:
['imageleft']=1,['imageleftstyle']=1
['imageleft']=1,['imageleftstyle']=1
}
}
for k,v in pairs(frame:getParent().args) do
for k,v in pairs(args) do
if k and type(k) == 'string' then
if k and type(k) == 'string' then
if passthrough[k] then
if passthrough[k] then
Anonymous user