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
end
-- a seguir, testa se não foi esquecida a letra do tíulo na notação de Cutter, caso haja um ponto de acesso 1XX
--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 = {
accessPointPresence = ""
'?Field data', format = 'count', mainlabel = '-'
if type( queryResult ) == "table" then
} }
accessPointPresence = #queryResult
end
 
if tonumber(accessPointPresence) >= 1 and string.match(test, '[0-9]$') then
end -- end if 245
return table.concat( infos, '\n' ), type(queryResultaccessPointPresence), accessPointPresence
 
end
Usuário anônimo