Módulo:BibRules: mudanças entre as edições
Conteúdo deletado Conteúdo adicionado
Sem resumo de edição |
teste |
||
Linha 26:
""
if f245 ~= "" then
-- Categorias
local categories =
frame:callParserFunction {
name = "#ask:[[" .. target .. "]]",
"?Category",
format = "plainlist",
link = "none",
headers = "hide",
mainlabel = "-",
outro = "",
sep = "",
valuesep = "",
propsep = "",
prefix = "none"
}
} or ""
-- Record status
local recordStatus =
Linha 725 ⟶ 742:
end
else
a = "Está faltando o subcampo $a do campo 260"
info = string.format('* <strong class="error">%s.</strong>', a)
table.insert(infos, info)
end
end
if string.match(f260a, "[a-zA-ZÀ-ü%]]:") then
Linha 883 ⟶ 902:
if string.match(f490a, "^%(") then
a = "Segundo as orientações do MARC 21, não inclua os parênteses no campo 490 ou 830"
▲ end
▲ if string.match(f490a, "[a-zA-ZÀ-ü0-9];") then
info = string.format('* <strong class="error">%s.</strong>', a)
table.insert(infos, info)
|