17,273
edits
(use Args.fromFrame which also pulls from the parent frame) |
(accept 'hide' arg) |
||
Line 152: | Line 152: | ||
args.title = subject | args.title = subject | ||
args.edit = subject | args.edit = subject | ||
args.hide = 'show' | args.hide = args.hide or 'show' | ||
local obj = Box.new( 'light', args ) | local obj = Box.new( 'light', args ) | ||
obj.format = format | obj.format = format |