Content deleted Content added
test |
test |
||
Line 20:
output[6] = ''
end
if frame.args['test'] == 0 then
output[7] = '0 the number'
elseif frame.args['test'] == '0' then
output[7] = '0 the character'
else
output[7] = ''
end
return table.concat(output)
end
|