Revision 24073936 of "Modul:Testmodul/Lavallen/start" on svwiki

p = {}
 
function p.kallor(frame)
    local entity = mw.wikibase.getEntity() 
    if entity then
        local claims = entity.claims
        if claims then
            for i, statement in pairs( claims.p910 ) do
                local t = 1
            end
        end
    end
    return ''
end

return p