יחידה:תבנית מידע/אישיות: הבדלים בין גרסאות בדף
אין תקציר עריכה |
מאין תקציר עריכה |
||
| שורה 189: | שורה 189: | ||
local age = nil | local age = nil | ||
if deathDate==nil then | if deathDate==nil then | ||
age = ageModule.ageCalc(birthDate, nil, true, false, true) or '' | age = ageModule.ageCalc(birthDate, nil, true, false, true, nil, wikidataGender) or '' | ||
end | end | ||
local birthDetails, usingBirthWikidataEvent = getEventDetails(templateArgs['תאריך לידה'], templateArgs['תאריך לידה עברי'], templateArgs['מקום לידה'], 'P569', 'P19', age, usingBirthWikidata, infoObj) | local birthDetails, usingBirthWikidataEvent = getEventDetails(templateArgs['תאריך לידה'], templateArgs['תאריך לידה עברי'], templateArgs['מקום לידה'], 'P569', 'P19', age, usingBirthWikidata, infoObj) | ||