Content deleted Content added
bordercolor → args.bordercolor per bordercolor=_parameter|edit request |
Plastikspork (talk | contribs) Remove per this discussion, also there is no "mox" it should have been "moz" so this wasn't doing anything for Mozilla browsers :) |
||
(One intermediate revision by one other user not shown) | |||
Line 18:
local ret = mw.html.create('table')
:attr('role', 'presentation')
:addClass('userboxes')
:css( {
Line 32 ⟶ 33:
if args.shadow and string.lower(args.shadow) == 'yes' then
ret:css({ ['box-shadow'] = '0 2px 4px rgb(0,0,0,0.2)'
end
|