יחידה:תבנית מידע: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מ תיקון קישור חסר וקישור בעברית |
||
| שורה 346: | שורה 346: | ||
local res = propertyLink.getPropertyByOptions(propertyName, entityId, options) | local res = propertyLink.getPropertyByOptions(propertyName, entityId, options) | ||
if res then | if res then | ||
local | local link = mw.title.makeTitle( 0, entityId, propertyName, 'wikidata' ):fullUrl('uselang=he') | ||
res = res .. mw.ustring.format(' [[File:Blue pencil RTL.svg|15px|link=%s|עריכת הנתון בוויקינתונים]]', link) | |||
end | end | ||
return res | return res | ||