Burocratas, emailconfirmed, Administradores da interface, Administradores (Semantic MediaWiki), Curadores (Semantic MediaWiki), Editores (Semantic MediaWiki), Supressores, Administradores
1 023
edições
Sem resumo de edição |
Sem resumo de edição |
||
end
if string.match(f400a, "[a-zÀ-ü],[A-ZÀ-ü]") then
a = "Falta espaço após a vírgula. Verifique o campo
info = string.format('* <strong class="error">%s.</strong>', a)
table.insert(infos, info)
if f400q ~= "" then
if not string.match(f400q, "^%(") then
a = "O subcampo $q do campo
info = string.format('* <strong class="error">%s.</strong>', a)
table.insert(infos, info)
if f400d ~= "" then
if string.match(f400, "%$d %d%d%d%d$") then
a = "O subcampo $d do campo
info = string.format('* <strong class="error">%s.</strong>', a)
table.insert(infos, info)
if f410b ~= "" then
if not string.match(f410, ".%s?%$b") then
a = "Inclua um ponto antes do subcampo $b do campo
info = string.format('* <strong class="error">%s.</strong>', a)
table.insert(infos, info)
|