Module:Preprocessor

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)

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