Module:Sandbox/SPage (WMF)/Wikibase test
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
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