الفرق بين المراجعتين لصفحة: «وحدة:Wikidata2»

تم حذف المحتوى تمت إضافة المحتوى
لا ملخص تعديل
لا ملخص تعديل
سطر 812:
function p.getSiteLink(frame)
 
local project = frame.args[12] or frame.args.site
local id = frame.args[21] or frame.args.id
 
local entity = mw.wikibase.getEntityObject(id)
if not entity or entity == '' then return nil end