Module:Preprocess
From Break Into Chat - BBS wiki
Documentation for this module may be created at Module:Preprocess/doc
local p = {}
function p.main(frame)
return frame:preprocess(frame.args[1])
end
return p
Documentation for this module may be created at Module:Preprocess/doc
local p = {}
function p.main(frame)
return frame:preprocess(frame.args[1])
end
return p