Dark mode support for afcrc-helper

edit

today I discovered the AFCRC helper script and it helps me a lot! I would like to request that it be updated with dark mode support for Vector 2022. Juwan (talk) 14:37, 28 July 2025 (UTC)Reply

@JnpoJuwan I'm glad the script has been helpful for you! Are there any major issues with the dark mode styling? The current view is definitely not ideal, but I don't have enough time to rework it entirely for dark mode at the moment. If there are any major or simple issues I'm happy to fix those however. Thanks! ~ Eejit43 (talk) 21:15, 28 July 2025 (UTC)Reply
the issues regarding it are not major problem, this is a low priority thing, though with Codex's colours, I doubt that it would take too much work. thank you either way! Juwan (talk) 21:21, 28 July 2025 (UTC)Reply

New redirect template

edit

Hi, I just created Template:R from Western name, similar to Template:R from Eastern name. Could this be added to your script, User:Eejit43/scripts/redirect-helper? Thanks! jolielover♥talk 04:57, 16 August 2025 (UTC)Reply

@Jolielover done, thank you for letting me know!   ~ Eejit43 (talk) 21:04, 16 August 2025 (UTC)Reply
 

Categories you have created have been nominated for possible deletion, merging, or renaming. A discussion is taking place to decide whether this proposal complies with the categorization guidelines. If you would like to participate in the discussion, you are invited to add your comments at Wikipedia:Categories for discussion/Log/2025 August 17 § Category:French-language writers from Afghanistan on the categories for discussion page. Thank you. Kaffet i halsen (talk) 12:23, 17 August 2025 (UTC)Reply

Update to redirect helper

edit

I’d like to request an update to redirect-helper so that it recognizes new module-based categorization options for {{R from incorrect disambiguation}}. I recently created Module:Redirect template printability to centralize and standardize the logic behind redirect categorization. Currently, many redirect categorization templates have hardcoded their printworthiness status, which can lead to contradictory classifications when multiple rcats are applied to the same redirect. This module, in turn, provides a consistent logic decision tree and supports editor-specified overrides via |printworthy= and |unprintworthy= parameters.

Updating the gadget in this way would allow editors to toggle categorization directly from the helper’s dropdown menu, consistent with other rcats like {{R from miscapitalisation}}, while promoting the broader adoption of the module across Wikipedia’s redirect categorization landscape.

Current config (line ~2035 of redirect-helper.json)

"R from incorrect disambiguation": {
  "parameters": {},
  "aliases": [
    "R from incorrect disambig",
    "R id",
    "R incorrect disambiguation",
    "R wd",
    "R wrongdab",
    "Redirect from incorrect disambiguation",
    "Redirect id",
    "Redirect wd"
  ]
},

Proposed updated config

"R from incorrect disambiguation": {
  "parameters": {
    "printworthy": {
      "values": ["yes"],
      "label": "Force Printworthy"
    },
    "unprintworthy": {
      "values": ["yes"],
      "label": "Force Unprintworthy"
    }
  },
  "aliases": [
    "R from incorrect disambig",
    "R id",
    "R incorrect disambiguation",
    "R wd",
    "R wrongdab",
    "Redirect from incorrect disambiguation",
    "Redirect id",
    "Redirect wd"
  ]
},

Thanks for considering! Red Shogun412 (talkcontribs) 21:34, 22 August 2025 (UTC)Reply

Hello,
redirect-helper pulls from templates' TemplateData normally found on their corresponding documentation subpages. I've added this to the template in this diff, and have re-run the function to update stored data in the JSON, seen in this diff. In the future, feel free to add/update TemplateData as I tend to update the data file weekly which will catch your changes (or you are welcome to ask me at any time). ~ Eejit43 (talk) 18:13, 23 August 2025 (UTC)Reply