Modulo:Wikidata: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
sostituita getEntity con getEntityObject, fix ordine funzioni, definite prima di utilizzarle |
fix temporaneo getEntityObject con getEntity |
||
Riga 208:
-- get entity
entity = mw.wikibase.
if not entity then
error( '' ) -- error(formatError( 'entity-not-found' ))
Riga 372:
property = string.upper( frame.args[1] )
entity = mw.wikibase.
if entity and entity.claims and entity.claims[property] and
type( entity.claims[property] ) == 'table' and
|