Module:Noinclude: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Pppery m Pppery moved page Module:Sandbox/pppery/noinclude to Module:Noinclude without leaving a redirect: Move out of sandbox in preparation for sync of Template:Tfm |
meta>CambridgeBayWeather m Protected "Module:Noinclude": High-risk Lua module ([Edit=Require template editor access] (indefinite)) |
(No difference)
|
Revision as of 22:09, 29 October 2016
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