Modulo:Wikidata/sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
stringa vuota in formatEntityId quando mancano label e link |
fix valore ritorno formatDatavalue |
||
Riga 181:
-- Optional pattern
if ret then
-- se hanno ritornato una stringa vuota non viene inserita nei risultati
return options.pattern and formatFromPattern( ret, options ) or ret▼
return ret == '' and nil or
else
return formatError( 'unknown-datavalue-type' )
|