Modulo:Wikibase: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m m |
fix indici tabelle Lua di mw.wikibase.entity |
||
(Una versione intermedia di uno stesso utente non è mostrata) | |||
Riga 29:
if item and item.claims then
local coords = item.claims.P625
if coords and #coords == 1 and coords[
return coords[
end
end
Riga 155:
if item and item.claims then
local cat = item.claims.P373
if cat and #cat == 1 and cat[
return 'Category:'..(cat[
end
end
|