Module:Preprocessor

From Cyraxx Wiki - lolcow.city
Jump to navigation Jump to search

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