יחידה:תבנית מידע: הבדלים בין גרסאות בדף

מאין תקציר עריכה
מ מטופל בהמשך
שורה 468: שורה 468:
return nil
return nil
end
end
if templateParams[missingParam..'-ויקינתונים'] then
if templateParams[missingParam..'-ויקינתונים'] then
propertyName = templateParams[missingParam..'-ויקינתונים']
propertyName = templateParams[missingParam..'-ויקינתונים']
שורה 661: שורה 660:
crossValidatedFields[m] = 1
crossValidatedFields[m] = 1
end
end
else
if v.label and pageNs==0 then
crossValidatedFields[v.label] = 1
local maintainceCats = crossValidateWikidata(v.label,templateParams, v.data, frame)
if maintainceCats and #maintainceCats>0 then
table.insert(wikidataCats, maintainceCats)
end
end
end
end
end
end