Module:Sandbox/ItamarWMDE/isHuman: Difference between revisions

From Bonkipedia
[[mw:]]>ItamarWMDE
No edit summary
 
m (1 revision imported: Module Import)
 
(No difference)

Latest revision as of 18:20, 12 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