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

מאין תקציר עריכה
מאין תקציר עריכה
שורה 94: שורה 94:
--use this function to get associated image to be used in the article
--use this function to get associated image to be used in the article
function imageLink( frame )
function imageLink( frame )
     return getImageLink(string.upper(frame.args[1]), frame.args["width"])
     return getImageLink(string.upper(frame.args[1] or 'P18'), frame.args["width"])
end
end