יחידה:PropertyLink: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מאין תקציר עריכה |
||
| שורה 44: | שורה 44: | ||
if property then | if property then | ||
local width = width or "220" | local width = width or "220" | ||
return mw.ustring.format( '[[File:%s|%spx]]', property, width ) | return mw.ustring.format( '[[File:%s|%spx]]', property[0].mainsnak.datavalue.value, width ) | ||
end | end | ||
end | end | ||