יחידה:טווח זמנים: הבדלים בין גרסאות בדף
אין תקציר עריכה |
מ 7 גרסאות של הדף wikipedia:he:יחידה:טווח_זמנים יובאו |
||
| (2 גרסאות ביניים של 2 משתמשים אינן מוצגות) | |||
| שורה 138: | שורה 138: | ||
if showEditWikidata and usingWikidata and res~=nil and res~='' and entityId~=nil then | if showEditWikidata and usingWikidata and res~=nil and res~='' and entityId~=nil then | ||
local link = mw.title.makeTitle( 0, entityId, '', 'wikidata' ):fullUrl('uselang=he') | local link = mw.title.makeTitle( 0, entityId, '', 'wikidata' ):fullUrl('uselang=he') | ||
res = res .. mw.ustring.format(' [[File:Blue pencil RTL.svg|link=%s|עריכת הנתון בוויקינתונים]]', link) | res = res .. mw.ustring.format(' [[File:Blue pencil RTL.svg|15px|link=%s|עריכת הנתון בוויקינתונים]]', link) | ||
end | end | ||
return res | return res | ||