Modulo:Sandbox/SaraMiniLontra: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 267:
elseif args.Sesso == "N" then
self:_addCategoryWikidata("P21", "Voci con template Bio e sesso (N) assente su Wikidata")
elseif args.Sesso == "F" then
self:_addCategoryWikidata("P21", "Voci con template Bio e sesso (F) assente su Wikidata")
end
-- Per Speciale:LinkPermanente/80254035#Wikidata_properties_P19.2C_P20.2C_P569.2C_P570
Line 880 ⟶ 882:
elseif args.Sesso or args.Sesso == "N" then
self:_addText(self:_getArticleNeutri(args["Attività"]))
elseif args.Sesso or args.Sesso == "F" then
self:_addText(self:_getArticleWoman(args["Attività"]))
end
end
|