local p = {}; function p.strip(frame) local text = frame.args[1] text = mw.ustring.gsub(text, '%[%[[Cc]ategory:[^%]]*%]%]', '') text = mw.ustring.gsub(text, '%[%[分[类類]:[^%]]*%]%]', '') return text end return p