Aller au contenu

Module:Wikidata-n

Depi Wikipedya, ansiklopedi lib
Vèsyon nan dat 19 novanm 2024 à 06:52 Kitanago (diskisyon | kontribisyon) (Paj ki kreye ak " -- returns the page id (Q...) of the current page, or nil if the page is not connected to Wikidata local p = {} function p.pageId(frame) return mw.wikibase.getEntityIdForCurrentPage() end return p ")
(dif) ← Vèsyon presedan | Vèsyon kounye a (dif) | Vèsyon swivan → (dif)

La documentation pour ce module peut être créée à Module:Wikidata-n/doc

-- returns the page id (Q...) of the current page, or nil if the page is not connected to Wikidata

local p = {}

function p.pageId(frame)
	return mw.wikibase.getEntityIdForCurrentPage()
end

return p