Module:Talk header

From Yugipedia
Jump to: navigation, search

local p = {}

function p.check()
	local src = mw.title.getCurrentTitle():getContent()
	if src == '{{Talk header}}' then
		return '[[Category:Empty talk pages]]'
	end
	return
end

return p