Modul:Homokozó/84.3.90.28/Wikidata/tests
Megjelenés
Homokozó/84.3.90.28/Wikidata modul tesztek[mi ez?]
Név | Várt | Tényleges | |
---|---|---|---|
testGetEntityObject |
local ScribuntoUnit = require('Modul:ScribuntoUnit')
local suite = ScribuntoUnit:new()
function suite:testGetEntityObject()
local entity = mw.wikibase.getEntityObject('Q188206')
self:assertEquals('Cserépfalu (Q188206)', entity and entity:getLabel() .. ' (' .. entity.id .. ')' or '')
end
return suite