Module:Bongolium500/learning: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
Bongolium500 (talk | contribs) No edit summary |
Bongolium500 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
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 | end | ||
return p | return p |