Module:Documentation2

From Wikipedia, the free encyclopedia

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

local p = {}

function p.main(frame)
	local title = mw.title.getCurrentTitle()
	local protection = title.protectionLevels
	mw.logObject( protection )
	return protection
end

return p