Modulo:DTGenerico: differenze tra le versioni

Vai alla navigazione Vai alla ricerca
Process AKA
(Operator in naval class category)
(Process AKA)
(2 versioni intermedie di uno stesso utente non sono mostrate)
Riga 128: Riga 128:
end
end
end
end
--Process AKA
if Item.aliases ~= nil and Item.aliases["it"] ~= nil then
local AccValues = {}
for _, Alias in pairs(Item.aliases["it"]) do
table.insert(AccValues, Alias.value)
end
table.insert(AllRows, {"Alias:", AccValues})
end
for _, Property in pairs(AllP) do
for _, Property in pairs(AllP) do
if (not ExcludeP[Property]) and Item.claims[Property][1].mainsnak.datatype ~= 'external-id' then
if (not ExcludeP[Property]) and Item.claims[Property][1].mainsnak.datatype ~= 'external-id' then

Menu di navigazione