-- Дапаможныя функцыі для {{Моўная група}} local p = {} function p.isCorrectSIL( frame ) if mw.ustring.match( frame.args[1], "^17%-" ) then return "1" end end return p