Módulo:BibRules: mudanças entre as edições

sem sumário de edição
imported>Jaideraf
Sem resumo de edição
imported>Jaideraf
Sem resumo de edição
--queryResult = mw.smw.ask( '[[' .. target .. '#100||' .. target .. '#110||' .. target .. '#111||' .. target .. '#130]]' )
accessPointPresence = frame:callParserFunction{ name = '#ask:[[' .. target .. '#100||' .. target .. '#110||' .. target .. '#111||' .. target .. '#130]]', args = {
'?Field data', format = 'count', mainlabel = '-'
--]] }
} }
--[[}
if tonumber(accessPointPresence) >= 1 and string.match(test, '[0-9]$') then
info = "* <strong class='error'>Falta a letra do título na notação de Cutter.</strong>"
table.insert(infos, info)
end
 
--]]
end
end -- end if 245
return table.concat( infos, '\n' ), type(accessPointPresence), accessPointPresence
 
end
Usuário anônimo