Content deleted Content added
No edit summary |
No edit summary |
||
Line 150:
elseif yesno(args['firstright' .. firstright]) == false or not is(args['firstright' .. firstright]) then
if not is(args[1]) and is(args[valuecol]) then
change = '(
else
change = is(args[changecol]) and '(' .. args[changecol] .. ')' or ''
|