Jump to content

Module:Sandbox/A smart kitten

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by A smart kitten (talk | contribs) at 00:14, 19 February 2024 (test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local noinclude = require("Module:Noinclude").noinclude

local a = {}


function a.main()
	return noinclude("[[Category:X1]]")
end

return a