Module:Navbox/sandbox: Difference between revisions

Content deleted Content added
default to collapsed, since mw-collapsible doesn't have autocollapse and I'm not sure how else to work around it
Don't override system messages for non-English readers
Line 304:
-- mw-collapsible doesn't have an "autocollapse" feature, so fall back on collapsed by default for now
:addClass(args.state and 'mw-' .. args.state or 'mw-collapsed')
:attr('data-collapsetext', 'hide')
:attr('data-expandtext', 'show')
end