Module:Noinclude

From Dharmawiki
Revision as of 12:32, 30 October 2016 by WikiSysop (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