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

מאין תקציר עריכה
מאין תקציר עריכה
שורה 21: שורה 21:
     return lang:formatNum( tonumber(propValue.value.amount) )
     return lang:formatNum( tonumber(propValue.value.amount) )
     elseif propValue['type'] == 'time' then
     elseif propValue['type'] == 'time' then
     return entity:formatPropertyValues( propertyName )
     return entity:formatPropertyValues( propertyName ).value
     end
     end
end
end