Jump to content

Module:Wikidata-n

Katuka Wikipedia
Revision as of 16:05, 19 ngôida ya kûmi na zôle 2023 by CapitainAfrika (disolo | bisalu) (Created page with "-- 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")
(nsoba (diff)) ← Older revision | Latest revision (nsoba (diff)) | Newer revision → (nsoba (diff))

Documentation for this module may be created at 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