Difference between revisions of "Module:Sandbox/SPage (WMF)/Wikibase test"
Jump to navigation
Jump to search
Mediawiki>SPage (WMF) (fiddle with Wikibase mw.wikibase.label()) |
Joelmartin (talk | contribs) m (1 revision imported) |
(No difference)
|
Latest revision as of 23:33, 30 November 2019
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