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

מאין תקציר עריכה
מאין תקציר עריכה
שורה 90: שורה 90:
local infoObj = Infobox:new()
local infoObj = Infobox:new()
infoObj:parseArgs(frame)
infoObj:parseArgs(frame)
addPersonDetails(frame, infoObj)
if infoObj.args.title~='-' then
addPersonDetails(frame, infoObj)
end
return infoObj:render()
return infoObj:render()
end
end