Module:Noinclude

Revision as of 13:42, 6 January 2018 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

local p = {} function p.noinclude(frame) return frame:getParent():preprocess("" .. frame.args.text .. ""); end return p