Module:Sandbox/ItamarWMDE/isHuman

From Galim Synthesizers
Jump to navigation Jump to search

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