local p = {}

function p.check( frame )
	local pagename = mw.title.getCurrentTitle().baseText
	local content = mw.title.new(pagename):getContent() or ''
	local getRegex = require('Module:Template redirect regex').main
	local tregex = getRegex('Taxonbar')
	for _, v in pairs (tregex) do
		local found = string.match(content, v)
		if found then return true end
	end
	return false
end

return p
"https://si.wikipedia.org/w/index.php?title=Module:Taxonbar/exists&oldid=629044" වෙතින් සම්ප්‍රවේශනය කෙරිණි