Module:Noinclude

From escforumwiki
Revision as of 21:04, 10 August 2017 by Santos (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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