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

تم حذف المحتوى تمت إضافة المحتوى
لا ملخص تعديل
لا ملخص تعديل
سطر 212:
end
 
function Labelfunction( entityId, label ,labeloption , options) -- label with no arwikiarwikiquote sitelink
if options.illwd2nowd and options.illwd2nowd ~= '' then noWD='' else noWD='y' end
local jlabel = label --formatcharacters(label, options) -- The label
سطر 1٬082:
function sitelink_g( id , wikisite )
if not mw.wikibase then return '' end
local site = wikisite or 'arwikiarwikiquote'
local link = mw.wikibase.sitelink( id , site ) or ""
--mw.log("mw.wikibase.sitelink,site: " .. site.. ",link:" .. link )
سطر 1٬089:
 
function sitelink( id , wikisite )
local site = wikisite or 'arwikiarwikiquote'
if not mw.wikibase then return '' end
local entity = mw.wikibase.getEntityObject(id)