local function match(frame) if not string.match(frame.value, frame.pattern) then return frame:preprocess('{{Feil|' .. frame.msg .. '}}') end end return { match = match }