وحدة:Wikidata/ملعب

من أرابيكا، الموسوعة الحرة
اذهب إلى التنقل اذهب إلى البحث
p= {}

p.label = function(frame)
	local lbl = mw.wikibase.label( "Q1")
	return lbl
end

function p.getSiteLink1(frame)

	local project = frame.args[1] 
	local id = frame.args[2]
	local entity = mw.wikibase.getEntityObject(id)
	local link = entity:getSitelink(project)
	
	var = link
	
	return var
	
end

return p