Module:Noinclude

Revision as of 18:39, 15 February 2021 by Metriximor (talk | contribs) (1 revision imported: trying to make bs-map work)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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