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")
elseif args.Sesso == "N" then
self:_addCategoryWikidata("P21", "Voci con template Bio e sesso (N) assente su Wikidata")
Riga 878 ⟶ 876:
and "stato " or "stata ")
end
if not args.Sesso or args.Sesso == "M" then
self:_addText(self:_getArticleMan(args["Attività"]), " ")
elseif args.Sesso or args.Sesso == "N" then
self:_addText(self:_getArticleNeutri(args["Attività"])
end
end
|