Page MenuHomePhabricator

Gendered aliases for non-user NS
Open, Needs TriagePublicFeature

Description

Feature summary
I would like to expand the notion of gendered namespaces to some content namespaces, specifically those that regard exclusively humans. This might be done using wikidata or some magic word.

Use case(s)
I'm thinking specifically about the "Author" namespace that exists in many Wikisources. The situation today is that we have "Autor:Gabriela Mistral" where it should read "Autora:Gabriela Mistral"

Benefits
Correct representation of gender.

Event Timeline

There is a setting named for that: https://www.mediawiki.org/wiki/Manual:$wgExtraGenderNamespaces

But that would only works for user and user talk (due to NamespaceInfo::hasGenderDistinction hard coding that)
But also namespaces from extension.json supports gender key, so that is something not fully implemented.