You can edit almost every page by Creating an account and confirming your email.

Module:Noinclude

From EverybodyWiki Bios & Wiki

Usage

This module has the same function as a pair of <noinclude>...</noinclude> tags, but can be nested within them without causing issues.

{{#invoke:Noinclude|noinclude|text=content to noinclude}}


local p = {}
function p.noinclude(frame)
	return frame:getParent():preprocess("<noinclude>" .. frame.args.text .. "</noinclude>");
end
return p

This module "Noinclude" is from Wikipedia if otherwise notified