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

מאין תקציר עריכה
מאין תקציר עריכה
שורה 44: שורה 44:
     if property then
     if property then
         local width = width or "220"
         local width = width or "220"
         return mw.usitring.format( '[[File:%s|%spx]]', property, width )
         return mw.ustring.format( '[[File:%s|%spx]]', property, width )
     end
     end
end
end