Module:Bongolium500/learning

From Tardis Wiki, the free Doctor Who reference
Revision as of 11:04, 28 December 2021 by Bongolium500 (talk | contribs)

Lua error at line 1: attempt to index global 'p' (a nil value).


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