Content deleted Content added
No edit summary |
No edit summary |
||
Line 4:
local args=frame.args
output = "Bob"
--
if args[1] == "1" then
Message = "Test1"
Line 16:
end
return output
end
return p
|
No edit summary |
No edit summary |
||
Line 4:
local args=frame.args
output = "Bob"
--
if args[1] == "1" then
Message = "Test1"
Line 16:
end
return output
end
return p
|