Module:Preprocessor

From Foodie Beauty Wiki - lolcow.city
Revision as of 19:57, 13 July 2024 by Aviv (talk | contribs) (Created page with "local p = {} function p.expand(frame) return frame:preprocess(frame.args[1]) end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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