Module:Sandbox/ItamarWMDE/isHuman: Difference between revisions

From Galim Synthesizers
Jump to navigation Jump to search
MediaWIki>ItamarWMDE
No edit summary
 
m (1 revision imported)
 
(No difference)

Latest revision as of 15:37, 11 November 2022

Documentation for this module may be created at Module:Sandbox/ItamarWMDE/isHuman/doc

local p = {}
function p.check(frame)
	item = mw.wikibase.getEntity()
	if not item then
		return 'No Item'
	end
	return item
end
return p