Modulo:Wikidata/sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
+datavalue.type quantity |
aggiorno con versione in campo |
||
Riga 135:
return (statement.qualifiers and statement.qualifiers[options.qualifier]) and
formatSnak( statement.qualifiers[options.qualifier][0], options ) or ''
elseif options.reference then▼
else
return formatSnak( statement.mainsnak, options )
end
end
Riga 185 ⟶ 181:
elseif datavalue.type == 'globecoordinate' then
ret = formatGlobecoordinate( datavalue.value, options )
end
|