Difference between revisions of "Module:Noinclude"
From WikiAnesthesia
en>CambridgeBayWeather m (Protected "Module:Noinclude": High-risk Lua module ([Edit=Require template editor access] (indefinite))) |
m (1 revision imported) |
Latest revision as of 11:55, 4 February 2021
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