Module:Collapsible list: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (1 revision imported)
Line 79: Line 79:
local div2style = formatAttributes(
local div2style = formatAttributes(
'style',
'style',
'font-size: 105%;',
'font-size: 105%; background: transparent; text-align: left;',
args.title_style,
args.title_style,
args.titlestyle,
args.titlestyle
not ( args.title_style or args.titlestyle ) and 'background: transparent; text-align: left;'
)
)
local title = args.title or 'List'
local title = args.title or 'List'