Module:Noinclude
Revision as of 15:52, 11 October 2022 by Attorney David King (talk | contribs) (1 revision imported)
Documentation for this module may be created at Module:Noinclude/doc
local p = {} function p.noinclude(frame) return frame:getParent():preprocess("<noinclude>" .. frame.args.text .. "</noinclude>"); end return p