Changes
Jump to navigation
Jump to search
Module:Sandbox/SPage (WMF)/Wikibase test (view source)
Revision as of 22:44, 10 August 2015
, 22:44, 10 August 2015fiddle with Wikibase mw.wikibase.label()
local p = {}
function p.hello(entity)
return mw.wikibase.label(entity)
end
return p
function p.hello(entity)
return mw.wikibase.label(entity)
end
return p