Module:Collapsible list: Difference between revisions

we need to get back to this. since module loading depends on parsercache, these pages are missing modules now and it takes long for all pages to be invalidate. Will return later.
(preserve the old classes in order to preserve styling for now.)
(we need to get back to this. since module loading depends on parsercache, these pages are missing modules now and it takes long for all pages to be invalidate. Will return later.)
Line 54:
-- Get class, style and title data.
local div1class = formatAttributes( 'class', 'NavFrame mw-collapsible', not args.expand and 'mw-collapsed' )
local div1style = formatAttributes(
'style',
Line 70:
)
local title = args.title or 'List'
local ulclass = formatAttributes( 'class', 'NavContent mw-collapsible-content', args.hlist and 'hlist' )
local ulstyle = formatAttributes(
'style',
Anonymous user