Module:Noinclude

From WIDEVERSE Wiki
Revision as of 13:42, 6 January 2018 by Admin (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