Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
ANRC Universe
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Template talk:Category handler
(section)
Add topic
Template
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Add topic
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Genderified namespaces == About this (in [[Module:Category handler/shared]]): <syntaxhighlight lang="lua"> -- We don't use title.nsText for the namespace name because it adds -- underscores. </syntaxhighlight> While tweaking this code (by the way, see [[phab:T369784|T369784]]), I just discovered another difference: In frwiki, for the "User:" namespace, we have two different words: "Utilisateur:" for male (or unknown) users and "Utilisatrice:" for female users. Same goes for the "User talk:" namespace. Now, assuming <code>titleObj</code> represents a user page of a female user: <syntaxhighlight lang="lua"> mw.site.namespaces[titleObj.namespace].name -- always gives: "Utilisateur" (gender is not applied) titleObj.nsText -- gives: "Utilisatrice" (gender is applied) </syntaxhighlight> By the way, from a technical point of view, this namespace genderification is a pain in the ass. On a regular basis. [[User:Od1n|Od1n]] ([[User talk:Od1n|talk]]) 12:12, 8 September 2024 (UTC)
Summary:
Please note that all contributions to ANRC Universe may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
ANRC Universe:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Template talk:Category handler
(section)
Add topic