Module:Preprocessor
Documentation for this module may be created at Module:Preprocessor/doc
local p = {}
function p.expand(frame)
return frame:preprocess(frame.args[1])
end
return p
Documentation for this module may be created at Module:Preprocessor/doc
local p = {}
function p.expand(frame)
return frame:preprocess(frame.args[1])
end
return p