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