local p = {} function p.parse(frame) local _, count = string.gsub(mw.title.getCurrentTitle():getContent(), "{{黑幕", "") return count > tonumber(frame.args[1]) end return p