Modulo:Sandbox/SaraMiniLontra: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 265:
if not args.Sesso or args.Sesso == "M" then
self:_addCategoryWikidata("P21", "Voci con template Bio e sesso (M) assente su Wikidata")
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")
Riga 879 ⟶ 880:
if not args.Sesso or args.Sesso == "M" then
self:_addText(self:_getArticleMan(args["Attività"]), " ")
end
▲ elseif args.Sesso or args.Sesso == "N" then
self:_addText(self:_getArticleNeutri(args["Attività"]), " ")
end
▲ elseif args.Sesso or args.Sesso == "F" then
if args.Sesso or args.Sesso == "F" then
self:_addText(self:_getArticleWoman(args["Attività"]))
end
|