Modul:Wikidata: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
coba perbarui
pageId
Baris 717:
end
return list, listed
end
 
-- returns the page id (Q...) of the current page or nothing of the page is not connected to Wikidata
function p.pageId(frame)
local entity = mw.wikibase.getEntityObject()
if not entity then return nil else return entity.id end
end