Module:A

From Patch demo (919459,5)
Revision as of 18:05, 19 April 2024 by Test (talk | contribs) (Created page with "local p = {} p.getCategories = function(frame) return mw.title.new(frame.args.pageName).categories[1] or nil end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:A/doc

local p = {}

p.getCategories = function(frame)
	return mw.title.new(frame.args.pageName).categories[1] or nil
end

return p