Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Bongolium500/learning

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

Script error: The function "error" does not exist.


local p = {}

function p.pipeTest( frame )
	arg = frame.args[1]
	if arg == "Text|Text" then
		local text = "Pipe"
	elseif arg == "Text{{!}}Text" then
		local text = "Fake Pipe"
	end
	return text
end

return p
Cookies help us deliver our services. By using our services, you agree to our use of cookies.