יחידה:PropertyLink: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מאין תקציר עריכה |
||
| שורה 5: | שורה 5: | ||
if entity == nil then | if entity == nil then | ||
return | return "" | ||
end | end | ||
property = entity.claims[frame.args[1]] | property = entity.claims[frame.args[1]] | ||
if property == nil then | if property == nil then | ||
return | return "" | ||
end | end | ||
property = property[0] | property = property[0] | ||