Jump to content

Module:Sandbox/A smart kitten

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by A smart kitten (talk | contribs) at 00:23, 19 February 2024 (another test (copied content from Module:Noinclude, see that page's history for attribution)). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local a = {}

function a.main(frame)
	frame:getParent():preprocess("<noinclude>" .. "[[Category:X1]]" .. "</noinclude>")
end

return a