Module:Sandbox/SPage (WMF)/Wikibase test

From Guild of Archivists
< Module:Sandbox
Revision as of 07:26, 30 October 2015 by Alahmnat (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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