Modulo:Bio/sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
categorie di servizio per Wikidata |
aggiornato alla versione corrente |
||
Riga 242:
-- Per Speciale:LinkPermanente/80165551#Wikidata_d:Property:P21
if not args.Sesso or args.Sesso == "M" then
if not entity or (entity.claims and not entity.claims.P21 and not entity.claims.P527) then
self:_addCategory("Voci con template Bio e sesso (M) assente su Wikidata")
end
elseif args.Sesso == "F" then
if not entity or (entity.claims and not entity.claims.P21 and not entity.claims.P527) then
self:_addCategory("Voci con template Bio e sesso (F) assente su Wikidata")
end
|