אונטערשייד צווישן ווערסיעס פון "יחידה:טווח זמנים"

אפדעיט
(אפדעיט)
(אפדעיט)
שורה 4: שורה 4:
local function WikidataSimpleFill(parameter, entityId, property)  
local function WikidataSimpleFill(parameter, entityId, property)  
-- this doesnt handle unkown values, multi value etc
-- this doesnt handle unkown values, multi value etc
if parameter~=nil then return parameter, false end
if parameter~=nil and parameter~="" then return parameter, false end
return nil, false
return nil, false
end
end