Module:Bongolium500/learning

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

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


local p = {}

function p.pipeTest( frame )
	return frame:preprocess("<pre>"..frame.args[1].."</pre>")
end

return p