local p = {}
 
function p.label( frame )
	return mw.wikibase.label( frame.args[1] )
end
 
function p.labelForLang( frame )
	local langcode = frame.args[1]
	local id = frame.args[2]	-- "id" must be nil, as access to other Wikidata objects is disabled in Mediawiki configuration
 
	return mw.wikibase.getEntityObject(id).labels[langcode].value
end
 
return p
"https://si.wikipedia.org/w/index.php?title=Module:Wikidata_label&oldid=438218" වෙතින් සම්ප්‍රවේශනය කෙරිණි