Content deleted Content added
Dinoguy1000 (talk | contribs) change text back to show/hide and auto-prepend "mw-" to any custom state |
Dinoguy1000 (talk | contribs) correct function name is attr(), not addAttr() (that's not confusing... >_> ) |
||
Line 303:
:addClass('mw-collapsible')
:addClass(args.state and 'mw-' .. args.state)
:
:
end
|