Module:Bongolium500/learning
From Tardis Wiki, the free Doctor Who reference
Script error: The function "error" does not exist.
local p = {}
function p.pipeTest( frame )
arg = frame.agrs[1]
if arg == "|" then
local text = "Pipe"
elseif arg == "{!}" then
local text = "Fake Pipe"
end
return text
end
return p