Article · Wikipedia archive · Last revised Jul 20, 2026

User talk:Ahecht

Last revised
Jul 20, 2026
Read time
≈ 6 min
Length
1,292 w
Citations
Source

Code review...

Would love to hear any thoughts you may have on this discussion: Module_talk:Location_map#Proposal_to_refactor_the_way_Template:Location_map_works_in_Infoboxes. Trying to solicit feedback and a code review. I know you've been active with Module:Infobox mapframe... Please share any thoughts you have! Zackmann (Talk to me/What I been doing) 20:56, 24 June 2026 (UTC)Reply

refresh.js

I am big fan of your refresh.js script, but it seems to be broken last few weeks. I am getting error "Error fetching page titles: http!". It seems that script does not like Cyrillic pages anymore:

index.php?title=User:Ahecht/Scripts/refresh.js&action=raw&ctype=text/javascript:116 {action: 'query', formatversion: '2', prop: '', generator: 'transcludedin', titles: 'Шаблон:Хесен', …}

index.php?title=User:Ahecht/Scripts/refresh.js&action=raw&ctype=text/javascript:118 {xhr: {…}, textStatus: 'error', exception: TypeError: Failed to execute 'setRequestHeader' on 'XMLHttpRequest': String contains non ISO-8859-1…}exception: TypeError: Failed to execute 'setRequestHeader' on 'XMLHttpRequest': String contains non ISO-8859-1 code point.
    at Object.send (https://sr.wikipedia.org/w/load.php?lang=sr&modules=jquery%2Coojs-ui-core&skin=vector&version=m2tg6:128:985)
    at jQuery.ajax (https://sr.wikipedia.org/w/load.php?lang=sr&modules=jquery%2Coojs-ui-core&skin=vector&version=m2tg6:124:475)
    at mw.Api.ajax (https://sr.wikipedia.org/w/load.php?lang=sr&modules=mediawiki.api&skin=vector&version=1tiw2:4:740)
    at mw.Api.get (https://sr.wikipedia.org/w/load.php?lang=sr&modules=mediawiki.api&skin=vector&version=1tiw2:2:472)
    at getList (https://en.wikipedia.org/w/index.php?title=User:Ahecht/Scripts/refresh.js&action=raw&ctype=text/javascript:117:7)
    at HTMLLIElement.<anonymous> (https://en.wikipedia.org/w/index.php?title=User:Ahecht/Scripts/refresh.js&action=raw&ctype=text/javascript:217:5)
    at HTMLLIElement.dispatch (https://sr.wikipedia.org/w/load.php?lang=sr&modules=jquery%2Coojs-ui-core&skin=vector&version=m2tg6:65:20)
    at elemData.handle (https://sr.wikipedia.org/w/load.php?lang=sr&modules=jquery%2Coojs-ui-core&skin=vector&version=m2tg6:61:754)textStatus: "error"xhr: {readyState: 0, getResponseHeader: ƒ, getAllResponseHeaders: ƒ, setRequestHeader: ƒ, overrideMimeType: ƒ, …}[[Prototype]]: Object
(anonymous) @ index.php?title=User:Ahecht/Scripts/refresh.js&action=raw&ctype=text/javascript:118
(anonymous) @ jquery.js:3223
add @ jquery.js:3282
getList @ index.php?title=User:Ahecht/Scripts/refresh.js&action=raw&ctype=text/javascript:117
(anonymous) @ index.php?title=User:Ahecht/Scripts/refresh.js&action=raw&ctype=text/javascript:217

Ђидо (talk) 04:17, 2 July 2026 (UTC)Reply

@Ђидо I think I fixed it, but I can't test it because I believe it's your Cyrillic username that is causing the issue. Let me know if it works now. --Ahecht (TALK
PAGE
)
05:08, 2 July 2026 (UTC)Reply
Yes, you fixed it! Thanks :) Ђидо (talk) 05:19, 2 July 2026 (UTC)Reply

Administrators' newsletter – July 2026

News and updates for administrators from the past month (June 2026).

source ↗

Administrator changes

added
removed

CheckUser changes

readded
removed

Oversight changes

readded
removed L235

Guideline and policy news

Technical news

Arbitration

Miscellaneous


Nomination of Strawberry shortcake (dessert) for merging into Shortcake

A discussion is taking place as to whether the article Strawberry shortcake (dessert) is suitable for inclusion in Wikipedia according to Wikipedia's policies and guidelines or whether it should be merged into Shortcake.

The article is being discussed at Wikipedia:Articles for deletion/Strawberry shortcake (dessert) until a consensus is reached, and anyone, including you, is welcome to contribute to the discussion. The discussion focuses on high-quality evidence and our policies and guidelines.

Users may still edit the article, including to address concerns raised in the discussion. However, do not remove the AfD notice from the article until the discussion is closed.

Davidstewartharvey (talk) 18:49, 8 July 2026 (UTC)Reply

Speedy deletion nomination of Category:University of California medical school faculty

source ↗

A tag has been placed on Category:University of California medical school faculty indicating that it is currently empty, and is not a disambiguation category, a category redirect, under discussion at Categories for discussion, or a project category that by its nature may become empty on occasion. If it remains empty for seven days or more, it may be deleted under section C1 of the criteria for speedy deletion.

If you think this page should not be deleted for this reason you may contest the nomination by visiting the page and removing the speedy deletion tag. Liz Read! Talk! 19:48, 10 July 2026 (UTC)Reply

Listing for discussion of Template:Editnotices/Page/Tommy Cash (rapper)

icon Template:Editnotices/Page/Tommy Cash (rapper), a dependency of this page, has been listed for discussion, which may result in the template being merged or deleted by consensus. You are invited to comment on the proposed action at the entry on the Templates for discussion page. –LaundryPizza03 (d) 08:09, 13 July 2026 (UTC)Reply

Protist classification WP:PEI stuff

Hello, I'm quite confused about exactly what issue you are trying to prevent in the Protist classification article. I am not well versed in templates so I would like to understand. Also, does that issue appear because one clade template was too large, or because there are too many clade templates in the same page? — Snoteleks (talk) 18:52, 17 July 2026 (UTC)Reply

@Snoteleks Wikipedia counts each level of nested templates twice towards the WP:PEIS limit, and after the limit is reached templates will no longer display. Since {{Clade}} calls {{#invoke:Clade|main}}, anything inside it gets double counted. When you have several clades nested within each other such as {{clade|1={{clade|1={{clade|1={{clade|1={{clade|1=Foo}}}}}}}}}}, Foo actually gets counted 10 times (twice for each template call), whereas calling the module {{#invoke:clade|main|1={{#invoke:clade|main|1={{#invoke:clade|main|1={{#invoke:clade|main|1={{#invoke:clade|main|1=Foo}}}}}}}}}} Foo only gets counted 5 times (once for each module call). --Ahecht (TALK
PAGE
)
19:16, 17 July 2026 (UTC)Reply
I see, thanks. Does the WP:PEI limit also account for the number of templates? — Snoteleks (talk) 19:35, 17 July 2026 (UTC)Reply
@Snoteleks Not the number, just the total amount of text produced by templates (without the aformentioned double counting for nesting). --Ahecht (TALK
PAGE
)
19:39, 17 July 2026 (UTC)Reply
@Ahecht Does that include the use of {{small}} or {{au}} templates? I have been wondering if that's causing more lag than necessary and whether I should have used the HTML <small></small> instead. — Snoteleks (talk) 20:04, 17 July 2026 (UTC)Reply

Articles for Creation backlog drive

source ↗

Hello Ahecht:

WikiProject Articles for creation is holding a month long Backlog Drive in August!
The goal of this drive is to reduce the backlog of unreviewed drafts to less than a month of outstanding reviews from the current 3+ months. Bonus points will be given for reviewing drafts that have been waiting more than 30 days. The drive is running from 1 August 2026 through 31 August 2026.

You may find Category:AfC pending submissions by age or other categories and sorting helpful.

Barnstars will be given out as awards at the end of the drive.
There is a backlog of over 5000 pages, so start reviewing drafts. We're looking forward to your help! MediaWiki message delivery (talk) 00:36, 19 July 2026 (UTC)Reply