Module:Catégorisation badges

De Lagny-sur-Marne Wiki
Version datée du 7 septembre 2014 à 14:54 par 0x010D (discussion | contributions) (Résumé automatique : contenu remplacé par « local p = { } function p.hasAnyBadge( frame ) local entity = mw.wikibase.getEntityObject() for siteid, linkTable in pairs( ent... ».)
Aller à la navigation Aller à la recherche

local p = { }

function p.hasAnyBadge( frame )

       local entity = mw.wikibase.getEntityObject()
       for siteid, linkTable in pairs( entity.sitelinks ) do
               if next(entity.sitelinks[ siteid ].badges) ~= nil then
                       return '1'
               end
       end
       return 

end

return p