Module:Sandbox/SPage (WMF)/Wikibase test: Difference between revisions

From Guild of Archivists
(fiddle with Wikibase mw.wikibase.label())
 
m (1 revision imported)
 

Latest revision as of 07:26, 30 October 2015

Documentation for this module may be created at Module:Sandbox/SPage (WMF)/Wikibase test/doc

local p = {}

function p.hello(entity)
	return mw.wikibase.label(entity)
end

return p