User talk:Dudemanfellabra

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Colinhester-2016-04-03T01:20:00.000Z","type":"heading","level":0,"id":"h-A_barnstar_for_you!-2016-04-03T01:20:00.000Z","replies":["c-Colinhester-2016-04-03T01:20:00.000Z-A_barnstar_for_you!","c-Smallbones-2016-04-03T02:34:00.000Z-A_barnstar_for_you!"],"text":"A barnstar for you!","linkableTitle":"A barnstar for you!"}-->

A barnstar for you!

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Colinhester-2016-04-03T01:20:00.000Z","type":"heading","level":0,"id":"h-A_barnstar_for_you!-2016-04-03T01:20:00.000Z","replies":["c-Colinhester-2016-04-03T01:20:00.000Z-A_barnstar_for_you!","c-Smallbones-2016-04-03T02:34:00.000Z-A_barnstar_for_you!"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Colinhester-2016-04-03T01:20:00.000Z","type":"heading","level":0,"id":"h-A_barnstar_for_you!-2016-04-03T01:20:00.000Z","replies":["c-Colinhester-2016-04-03T01:20:00.000Z-A_barnstar_for_you!","c-Smallbones-2016-04-03T02:34:00.000Z-A_barnstar_for_you!"],"text":"A barnstar for you!","linkableTitle":"A barnstar for you!"}-->
The Original Barnstar
Thanks for the mention on NHRP wikitalk. I'm just getting started and still trying to figure things out. Thanks for your help and support....Colin Colinhester (talk) 01:20, 3 April 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-04-03T01:20:00.000Z","author":"Colinhester","type":"comment","level":1,"id":"c-Colinhester-2016-04-03T01:20:00.000Z-A_barnstar_for_you!","replies":[]}}-->
The Photographer's Barnstar
For all your help on getting WP:NRHP 75% Illustrated (spread it around!) Smallbones(smalltalk) 02:34, 3 April 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-04-03T02:34:00.000Z","author":"Smallbones","type":"comment","level":1,"id":"c-Smallbones-2016-04-03T02:34:00.000Z-A_barnstar_for_you!","replies":[]}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Herzi_Pinki-2016-04-10T22:27:00.000Z","type":"heading","level":0,"id":"h-Your_AddCommonsCatLinks.js-2016-04-10T22:27:00.000Z","replies":["c-Herzi_Pinki-2016-04-10T22:27:00.000Z-Your_AddCommonsCatLinks.js"],"text":"Your AddCommonsCatLinks.js","linkableTitle":"Your AddCommonsCatLinks.js"}-->

Your AddCommonsCatLinks.js

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Herzi_Pinki-2016-04-10T22:27:00.000Z","type":"heading","level":0,"id":"h-Your_AddCommonsCatLinks.js-2016-04-10T22:27:00.000Z","replies":["c-Herzi_Pinki-2016-04-10T22:27:00.000Z-Your_AddCommonsCatLinks.js"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Herzi_Pinki-2016-04-10T22:27:00.000Z","type":"heading","level":0,"id":"h-Your_AddCommonsCatLinks.js-2016-04-10T22:27:00.000Z","replies":["c-Herzi_Pinki-2016-04-10T22:27:00.000Z-Your_AddCommonsCatLinks.js"],"text":"Your AddCommonsCatLinks.js","linkableTitle":"Your AddCommonsCatLinks.js"}-->

Hi Dudemanfellabra, it's me again. Your script fails with IDs containing spaces (like de:Liste der Naturdenkmäler im Bezirk Villach-Land). I had a glimpse at your code, but I didn't get it. Do you think you can fix this? Or is it by design? IDs are mainly external stuff, so there isn't a simple solution in changing the IDs. regards --Herzi Pinki (talk) 22:27, 10 April 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-04-10T22:27:00.000Z","author":"Herzi Pinki","type":"comment","level":1,"id":"c-Herzi_Pinki-2016-04-10T22:27:00.000Z-Your_AddCommonsCatLinks.js","replies":["c-Dudemanfellabra-2016-04-11T01:35:00.000Z-Herzi_Pinki-2016-04-10T22:27:00.000Z"]}}-->

You are correct that the code will break if the ID has spaces. When the code extracts the ID from the row template, it strips all the spaces from it so that no trailing/leading spaces make it through to the category sortkey. I suppose a workaround would be to create a regex that only strips spaces at the beginning/end of the string instead of spaces in the middle, but I'm not sure if that would break any other registers. Are the Bezirk Villach-Land IDs official IDs or just made up ones for this script? If they are the latter, I would suggest changing them by adding a hyphen or something. I would prefer not to have to change the code for this one register, but if you can show me a source using those official IDs, I'll see what I can do.--Dudemanfellabra (talk) 01:35, 11 April 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-04-11T01:35:00.000Z","author":"Dudemanfellabra","type":"comment","level":2,"id":"c-Dudemanfellabra-2016-04-11T01:35:00.000Z-Herzi_Pinki-2016-04-10T22:27:00.000Z","replies":["c-Herzi_Pinki-2016-04-11T09:38:00.000Z-Dudemanfellabra-2016-04-11T01:35:00.000Z"]}}-->
data are originating from https://www.data.gv.at/katalog/dataset/428a5912-1ac8-46cc-bd22-269fb24089fe (although I do not have an idea how to read this kind of stuff) which is Open Government Data and the Ids do have the same structure (with space) for all 10 districts of Carinthia. If you can hint me to the snippet that does the replacement, I will gladly poke around. I tried to change this, but it did not have the expected result. regards --Herzi Pinki (talk) 09:38, 11 April 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-04-11T09:38:00.000Z","author":"Herzi Pinki","type":"comment","level":3,"id":"c-Herzi_Pinki-2016-04-11T09:38:00.000Z-Dudemanfellabra-2016-04-11T01:35:00.000Z","replies":["c-Dudemanfellabra-2016-04-11T22:49:00.000Z-Herzi_Pinki-2016-04-11T09:38:00.000Z"]}}-->
I cannot access the database linked from that page. Is there anything online (or could you copy something here) that identifies, e.g. "Sommer-Linde in Kraa" with the ID number "VL 12"? As for how to actually fix it, your first try would have been mine, but again I'm not sure if it would work. I would have to test it with other registers as well. A second attempt would be to modify the regex to replace only spaces that were at the beginning or end of the string or next to commas, but I don't have that regex in my back pocket at the moment :P.--Dudemanfellabra (talk) 22:49, 11 April 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-04-11T22:49:00.000Z","author":"Dudemanfellabra","type":"comment","level":4,"id":"c-Dudemanfellabra-2016-04-11T22:49:00.000Z-Herzi_Pinki-2016-04-11T09:38:00.000Z","replies":["c-Herzi_Pinki-2016-06-06T20:56:00.000Z-Dudemanfellabra-2016-04-11T22:49:00.000Z"]}}-->
Hi, [1] this works for single valued ids, tested here, not tested for multiple valued ids. regards --Herzi Pinki (talk) 20:56, 6 June 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-06-06T20:56:00.000Z","author":"Herzi Pinki","type":"comment","level":5,"id":"c-Herzi_Pinki-2016-06-06T20:56:00.000Z-Dudemanfellabra-2016-04-11T22:49:00.000Z","replies":["c-Dudemanfellabra-2016-06-06T22:19:00.000Z-Herzi_Pinki-2016-06-06T20:56:00.000Z"]}}-->
@Herzi Pinki: Thanks for coming up with this regex. I have not tested it, but I agree that it should work for IDs with spaces in them. This is the regex I was describing above that only replaced spaces at the beginning or end of the string (the .trim() part) or those next to commas (the .split() with regex part). I have made the corresponding edit to my script here.--Dudemanfellabra (talk) 22:19, 6 June 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-06-06T22:19:00.000Z","author":"Dudemanfellabra","type":"comment","level":6,"id":"c-Dudemanfellabra-2016-06-06T22:19:00.000Z-Herzi_Pinki-2016-06-06T20:56:00.000Z","replies":[]}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-SimonTrew-2016-04-22T11:25:00.000Z","type":"heading","level":0,"id":"h-Gasolier_listed_at_Redirects_for_discussion-2016-04-22T11:25:00.000Z","replies":["c-SimonTrew-2016-04-22T11:25:00.000Z-Gasolier_listed_at_Redirects_for_discussion"],"text":"Gasolier listed at Redirects for discussion","linkableTitle":"Gasolier listed at Redirects for discussion"}-->

Gasolier listed at Redirects for discussion

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-SimonTrew-2016-04-22T11:25:00.000Z","type":"heading","level":0,"id":"h-Gasolier_listed_at_Redirects_for_discussion-2016-04-22T11:25:00.000Z","replies":["c-SimonTrew-2016-04-22T11:25:00.000Z-Gasolier_listed_at_Redirects_for_discussion"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-SimonTrew-2016-04-22T11:25:00.000Z","type":"heading","level":0,"id":"h-Gasolier_listed_at_Redirects_for_discussion-2016-04-22T11:25:00.000Z","replies":["c-SimonTrew-2016-04-22T11:25:00.000Z-Gasolier_listed_at_Redirects_for_discussion"],"text":"Gasolier listed at Redirects for discussion","linkableTitle":"Gasolier listed at Redirects for discussion"}-->

An editor has asked for a discussion to address the redirect Gasolier. Since you had some involvement with the Gasolier redirect, you might want to participate in the redirect discussion if you have not already done so. Si Trew (talk) 11:25, 22 April 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-04-22T11:25:00.000Z","author":"SimonTrew","type":"comment","level":1,"id":"c-SimonTrew-2016-04-22T11:25:00.000Z-Gasolier_listed_at_Redirects_for_discussion","replies":[],"displayName":"Si Trew"}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Vchimpanzee-2016-05-30T21:58:00.000Z","type":"heading","level":0,"id":"h-Your_help_desk_question-2016-05-30T21:58:00.000Z","replies":["c-Vchimpanzee-2016-05-30T21:58:00.000Z-Your_help_desk_question"],"text":"Your help desk question","linkableTitle":"Your help desk question"}-->

Your help desk question

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Vchimpanzee-2016-05-30T21:58:00.000Z","type":"heading","level":0,"id":"h-Your_help_desk_question-2016-05-30T21:58:00.000Z","replies":["c-Vchimpanzee-2016-05-30T21:58:00.000Z-Your_help_desk_question"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Vchimpanzee-2016-05-30T21:58:00.000Z","type":"heading","level":0,"id":"h-Your_help_desk_question-2016-05-30T21:58:00.000Z","replies":["c-Vchimpanzee-2016-05-30T21:58:00.000Z-Your_help_desk_question"],"text":"Your help desk question","linkableTitle":"Your help desk question"}-->

You didn't get any responses, but the people who might know if such a thing is possible would be at WP:VPT.— Vchimpanzee • talk • contributions • 21:58, 30 May 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-05-30T21:58:00.000Z","author":"Vchimpanzee","type":"comment","level":1,"id":"c-Vchimpanzee-2016-05-30T21:58:00.000Z-Your_help_desk_question","replies":[]}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Casliber-2016-05-31T12:01:00.000Z","type":"heading","level":0,"id":"h-DYK_for_Holy_Trinity_Church_(Nashville)-2016-05-31T12:01:00.000Z","replies":["c-Casliber-2016-05-31T12:01:00.000Z-DYK_for_Holy_Trinity_Church_(Nashville)"],"text":"DYK for Holy Trinity Church (Nashville)","linkableTitle":"DYK for Holy Trinity Church (Nashville)"}-->

DYK for Holy Trinity Church (Nashville)

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Casliber-2016-05-31T12:01:00.000Z","type":"heading","level":0,"id":"h-DYK_for_Holy_Trinity_Church_(Nashville)-2016-05-31T12:01:00.000Z","replies":["c-Casliber-2016-05-31T12:01:00.000Z-DYK_for_Holy_Trinity_Church_(Nashville)"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Casliber-2016-05-31T12:01:00.000Z","type":"heading","level":0,"id":"h-DYK_for_Holy_Trinity_Church_(Nashville)-2016-05-31T12:01:00.000Z","replies":["c-Casliber-2016-05-31T12:01:00.000Z-DYK_for_Holy_Trinity_Church_(Nashville)"],"text":"DYK for Holy Trinity Church (Nashville)","linkableTitle":"DYK for Holy Trinity Church (Nashville)"}-->

On 31 May 2016, Did you know was updated with a fact from the article Holy Trinity Church (Nashville), which you recently created, substantially expanded, or brought to good article status. The fact was ... that despite the cornerstone being laid in 1852, the Church of the Holy Trinity in Nashville, Tennessee, was not consecrated until 36 years later, in 1888? The nomination discussion and review may be seen at Template:Did you know nominations/Holy Trinity Church (Nashville). You are welcome to check how many page hits the article got while on the front page (here's how, Holy Trinity Church (Nashville)), and it may be added to the statistics page if the total is over 5,000. Finally, if you know of an interesting fact from another recently created article, then please feel free to suggest it on the Did you know talk page.

Cas Liber (talk · contribs) 12:01, 31 May 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-05-31T12:01:00.000Z","author":"Casliber","type":"comment","level":1,"id":"c-Casliber-2016-05-31T12:01:00.000Z-DYK_for_Holy_Trinity_Church_(Nashville)","replies":[],"displayName":"Cas Liber"}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-TheCatalyst31-2016-06-27T03:11:00.000Z","type":"heading","level":0,"id":"h-Thanks,_and_a_question-2016-06-27T03:11:00.000Z","replies":["c-TheCatalyst31-2016-06-27T03:11:00.000Z-Thanks,_and_a_question"],"text":"Thanks, and a question","linkableTitle":"Thanks, and a question"}-->

Thanks, and a question

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-TheCatalyst31-2016-06-27T03:11:00.000Z","type":"heading","level":0,"id":"h-Thanks,_and_a_question-2016-06-27T03:11:00.000Z","replies":["c-TheCatalyst31-2016-06-27T03:11:00.000Z-Thanks,_and_a_question"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-TheCatalyst31-2016-06-27T03:11:00.000Z","type":"heading","level":0,"id":"h-Thanks,_and_a_question-2016-06-27T03:11:00.000Z","replies":["c-TheCatalyst31-2016-06-27T03:11:00.000Z-Thanks,_and_a_question"],"text":"Thanks, and a question","linkableTitle":"Thanks, and a question"}-->

Thanks for the watchlist code; I'll be implementing that selectively whenever someone leaves a ton of edits in my watchlist, minor or otherwise. (I'd rather not implement it as a permanent thing, since sometimes editors who make a lot of small edits will later make controversial edits that I disagree with, but it's very useful as a temporary thing.)

Your post reminded me of another code-related question I've been wondering about but keep forgetting to ask. Whenever your Commons script flags an image that doesn't exist on Commons, I try to move the image over to Commons, since those images have Commons-appropriate licensing 95% of the time. I'm generally in favor of moving freely licensed images to Commons for several reasons (mostly that it helps a lot with organization and lets wikis in other languages use them), and I'd like to move any images like that in the NRHP lists to Commons in a somewhat more consistent manner than doing so when the script happens to catch them while I'm adding something else. Given that you can already check whether an image exists on Commons or not, how difficult would it be to run a script to find all the images in NRHP lists that don't exist on Commons? TheCatalyst31 ReactionCreation 03:11, 27 June 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-06-27T03:11:00.000Z","author":"TheCatalyst31","type":"comment","level":1,"id":"c-TheCatalyst31-2016-06-27T03:11:00.000Z-Thanks,_and_a_question","replies":["c-Dudemanfellabra-2016-06-27T03:19:00.000Z-TheCatalyst31-2016-06-27T03:11:00.000Z"]}}-->

About the choice of temporarily vs. permanently implementing the code I posted, it does notify you if any edits are hidden and allows you to show them by clicking a link in the watchlist header. Even if you leave it there permanently, you still won't miss any edits.
For the script to check if an image is not available on Commons, I could probably write something up pretty quickly, but I have several other things on my immediate to-do list that I'd like to check off first.--Dudemanfellabra (talk) 03:19, 27 June 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-06-27T03:19:00.000Z","author":"Dudemanfellabra","type":"comment","level":2,"id":"c-Dudemanfellabra-2016-06-27T03:19:00.000Z-TheCatalyst31-2016-06-27T03:11:00.000Z","replies":["c-TheCatalyst31-2016-06-27T03:30:00.000Z-Dudemanfellabra-2016-06-27T03:19:00.000Z"]}}-->
Thanks for the quick response. The script isn't something I need anytime soon; I was more wondering if it was possible to do without significant work. (One of these days I'll actually learn Javascript so I can write this stuff myself.) As for the other code, if that's the case then I'll just add it permanently. TheCatalyst31 ReactionCreation 03:30, 27 June 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-06-27T03:30:00.000Z","author":"TheCatalyst31","type":"comment","level":3,"id":"c-TheCatalyst31-2016-06-27T03:30:00.000Z-Dudemanfellabra-2016-06-27T03:19:00.000Z","replies":[]}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Kelly-2016-10-24T08:38:00.000Z","type":"heading","level":0,"id":"h-Script_issue-2016-10-24T08:38:00.000Z","replies":["c-Kelly-2016-10-24T08:38:00.000Z-Script_issue","h-China_&_nlwiki-Script_issue-2016-11-05T20:37:00.000Z"],"text":"Script issue","linkableTitle":"Script issue"}-->

Script issue

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Kelly-2016-10-24T08:38:00.000Z","type":"heading","level":0,"id":"h-Script_issue-2016-10-24T08:38:00.000Z","replies":["c-Kelly-2016-10-24T08:38:00.000Z-Script_issue","h-China_&_nlwiki-Script_issue-2016-11-05T20:37:00.000Z"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Kelly-2016-10-24T08:38:00.000Z","type":"heading","level":0,"id":"h-Script_issue-2016-10-24T08:38:00.000Z","replies":["c-Kelly-2016-10-24T08:38:00.000Z-Script_issue","h-China_&_nlwiki-Script_issue-2016-11-05T20:37:00.000Z"],"text":"Script issue","linkableTitle":"Script issue"}-->

I was trying to add Commons cats to Grade I listed buildings in Cambridge but I get an error, unfortunately. Some sort of issue with row formatting. Kelly hi! 08:38, 24 October 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-10-24T08:38:00.000Z","author":"Kelly","type":"comment","level":1,"id":"c-Kelly-2016-10-24T08:38:00.000Z-Script_issue","replies":["c-TheCatalyst31-2016-10-24T22:30:00.000Z-Kelly-2016-10-24T08:38:00.000Z"]}}-->

(talk page stalker) @Kelly: The script has issues with tabs in unexpected places; I've run into the same issue before. In this case, the problem was an oddly formatted comment, which I moved to the correct place; the script seems to be working again now. TheCatalyst31 ReactionCreation 22:30, 24 October 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-10-24T22:30:00.000Z","author":"TheCatalyst31","type":"comment","level":2,"id":"c-TheCatalyst31-2016-10-24T22:30:00.000Z-Kelly-2016-10-24T08:38:00.000Z","replies":["c-Agathoclea-2016-12-15T14:30:00.000Z-TheCatalyst31-2016-10-24T22:30:00.000Z"]}}-->
@TheCatalyst31 and Kelly: Just on a side thought. I have taken to put an identifier in front of the comment like here. That way the comment will eventually show up in commons:Commons:Monuments database/Unknown fields/monuments us (en) or a similar page and can be handled of the list eventually if wanted. Agathoclea (talk) 14:30, 15 December 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-12-15T14:30:00.000Z","author":"Agathoclea","type":"comment","level":3,"id":"c-Agathoclea-2016-12-15T14:30:00.000Z-TheCatalyst31-2016-10-24T22:30:00.000Z","replies":[]}}-->

China & nlwiki

Hey Dudemanfellabra,

Your script works great :) Thanks for it, first time I found it. But somehow, it doesn't work for this list for Tianjin, Shanghai, Heilongjiang, Hainan, Ningxia.

Also, in the French & Dutch Wikipedia this would be of great help, but I'd need to figure out how to edit the templates correctly... Could you add it to one of the templates in nlwiki, and send me the diff? Then I know for sure where to add it... Thanks! effeietsanders 20:37, 5 November 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-11-05T20:37:00.000Z","author":"Effeietsanders","type":"comment","level":1,"id":"c-Effeietsanders-2016-11-05T20:37:00.000Z-China_&_nlwiki","replies":["c-Effeietsanders-2016-11-08T09:24:00.000Z-Effeietsanders-2016-11-05T20:37:00.000Z"],"displayName":"effeiets"}}-->

Actually, it seems that for some of the templates, it works without the vpass at all, and in others it doesn't. I'm not able to figure out what is the trigger exactly.. effeietsanders 09:24, 8 November 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-11-08T09:24:00.000Z","author":"Effeietsanders","type":"comment","level":2,"id":"c-Effeietsanders-2016-11-08T09:24:00.000Z-Effeietsanders-2016-11-05T20:37:00.000Z","replies":[],"displayName":"effeiets"}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2016-11-08T02:38:00.000Z","type":"heading","level":0,"id":"h-Wikipedia:WikiProject_United_States\/The_50,000_Challenge-2016-11-08T02:38:00.000Z","replies":["c-MediaWiki_message_delivery-2016-11-08T02:38:00.000Z-Wikipedia:WikiProject_United_States\/The_50,000_Challenge"],"text":"Wikipedia:WikiProject United States\/The 50,000 Challenge","linkableTitle":"Wikipedia:WikiProject United States\/The 50,000 Challenge"}-->

Wikipedia:WikiProject United States/The 50,000 Challenge

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2016-11-08T02:38:00.000Z","type":"heading","level":0,"id":"h-Wikipedia:WikiProject_United_States\/The_50,000_Challenge-2016-11-08T02:38:00.000Z","replies":["c-MediaWiki_message_delivery-2016-11-08T02:38:00.000Z-Wikipedia:WikiProject_United_States\/The_50,000_Challenge"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2016-11-08T02:38:00.000Z","type":"heading","level":0,"id":"h-Wikipedia:WikiProject_United_States\/The_50,000_Challenge-2016-11-08T02:38:00.000Z","replies":["c-MediaWiki_message_delivery-2016-11-08T02:38:00.000Z-Wikipedia:WikiProject_United_States\/The_50,000_Challenge"],"text":"Wikipedia:WikiProject United States\/The 50,000 Challenge","linkableTitle":"Wikipedia:WikiProject United States\/The 50,000 Challenge"}-->
You are invited to participate in the 50,000 Challenge, aiming for 50,000 article improvements and creations for articles relating to the United States. This effort began on November 1, 2016 and to reach our goal, we will need editors like you to participate, expand, and create. See more here!

--MediaWiki message delivery (talk) 02:38, 8 November 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-11-08T02:38:00.000Z","author":"MediaWiki message delivery","type":"comment","level":1,"id":"c-MediaWiki_message_delivery-2016-11-08T02:38:00.000Z-Wikipedia:WikiProject_United_States\/The_50,000_Challenge","replies":[]}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2016-11-21T22:08:00.000Z","type":"heading","level":0,"id":"h-ArbCom_Elections_2016:_Voting_now_open!-2016-11-21T22:08:00.000Z","replies":["c-MediaWiki_message_delivery-2016-11-21T22:08:00.000Z-ArbCom_Elections_2016:_Voting_now_open!"],"text":"ArbCom Elections 2016: Voting now open!","linkableTitle":"ArbCom Elections 2016: Voting now open!"}-->

ArbCom Elections 2016: Voting now open!

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2016-11-21T22:08:00.000Z","type":"heading","level":0,"id":"h-ArbCom_Elections_2016:_Voting_now_open!-2016-11-21T22:08:00.000Z","replies":["c-MediaWiki_message_delivery-2016-11-21T22:08:00.000Z-ArbCom_Elections_2016:_Voting_now_open!"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2016-11-21T22:08:00.000Z","type":"heading","level":0,"id":"h-ArbCom_Elections_2016:_Voting_now_open!-2016-11-21T22:08:00.000Z","replies":["c-MediaWiki_message_delivery-2016-11-21T22:08:00.000Z-ArbCom_Elections_2016:_Voting_now_open!"],"text":"ArbCom Elections 2016: Voting now open!","linkableTitle":"ArbCom Elections 2016: Voting now open!"}-->

Hello, Dudemanfellabra. Voting in the 2016 Arbitration Committee elections is open from Monday, 00:00, 21 November through Sunday, 23:59, 4 December to all unblocked users who have registered an account before Wednesday, 00:00, 28 October 2016 and have made at least 150 mainspace edits before Sunday, 00:00, 1 November 2016.

The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail.

If you wish to participate in the 2016 election, please review the candidates' statements and submit your choices on the voting page. MediaWiki message delivery (talk) 22:08, 21 November 2016 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-11-21T22:08:00.000Z","author":"MediaWiki message delivery","type":"comment","level":1,"id":"c-MediaWiki_message_delivery-2016-11-21T22:08:00.000Z-ArbCom_Elections_2016:_Voting_now_open!","replies":[]}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Agathoclea-2016-12-15T14:16:00.000Z","type":"heading","level":0,"id":"h-Ping-2016-12-15T14:16:00.000Z","replies":["c-Agathoclea-2016-12-15T14:16:00.000Z-Ping","c-Agathoclea-2017-03-29T20:23:00.000Z-Ping"],"text":"Ping","linkableTitle":"Ping"}-->

Ping

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Agathoclea-2016-12-15T14:16:00.000Z","type":"heading","level":0,"id":"h-Ping-2016-12-15T14:16:00.000Z","replies":["c-Agathoclea-2016-12-15T14:16:00.000Z-Ping","c-Agathoclea-2017-03-29T20:23:00.000Z-Ping"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Agathoclea-2016-12-15T14:16:00.000Z","type":"heading","level":0,"id":"h-Ping-2016-12-15T14:16:00.000Z","replies":["c-Agathoclea-2016-12-15T14:16:00.000Z-Ping","c-Agathoclea-2017-03-29T20:23:00.000Z-Ping"],"text":"Ping","linkableTitle":"Ping"}-->

Just wanted to say that you are missed. Got some ideas I want to pass by you once you are back editing. Agathoclea (talk) 14:16, 15 December 2016 (UTC) [reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2016-12-15T14:16:00.000Z","author":"Agathoclea","type":"comment","level":1,"id":"c-Agathoclea-2016-12-15T14:16:00.000Z-Ping","replies":[]}}-->

Hello, Dudemanfellabra. Please check your email; you've got mail!
It may take a few minutes from the time the email is sent for it to show up in your inbox. You can remove this notice at any time by removing the {{You've got mail}} or {{ygm}} template.

Agathoclea (talk) 20:23, 29 March 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-03-29T20:23:00.000Z","author":"Agathoclea","type":"comment","level":1,"id":"c-Agathoclea-2017-03-29T20:23:00.000Z-Ping","replies":[]}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Magicpiano-2017-01-04T21:35:00.000Z","type":"heading","level":0,"id":"h-Before_you_disappear-2017-01-04T21:35:00.000Z","replies":["c-Magicpiano-2017-01-04T21:35:00.000Z-Before_you_disappear"],"text":"Before you disappear","linkableTitle":"Before you disappear"}-->

Before you disappear

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Magicpiano-2017-01-04T21:35:00.000Z","type":"heading","level":0,"id":"h-Before_you_disappear-2017-01-04T21:35:00.000Z","replies":["c-Magicpiano-2017-01-04T21:35:00.000Z-Before_you_disappear"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Magicpiano-2017-01-04T21:35:00.000Z","type":"heading","level":0,"id":"h-Before_you_disappear-2017-01-04T21:35:00.000Z","replies":["c-Magicpiano-2017-01-04T21:35:00.000Z-Before_you_disappear"],"text":"Before you disappear","linkableTitle":"Before you disappear"}-->

Can you document how to update the progress Duplicates page (and any other page that the Progress page depends on that isn't updated by UpdateNRHPProgress)? Thanks! Magic♪piano 21:35, 4 January 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-01-04T21:35:00.000Z","author":"Magicpiano","type":"comment","level":1,"id":"c-Magicpiano-2017-01-04T21:35:00.000Z-Before_you_disappear","replies":["c-Dudemanfellabra-2017-01-04T22:05:00.000Z-Magicpiano-2017-01-04T21:35:00.000Z","c-NewsAndEventsGuy-2017-01-11T10:16:00.000Z-Magicpiano-2017-01-04T21:35:00.000Z"],"displayName":"Magic"}}-->

@Magicpiano: I emailed you.--Dudemanfellabra (talk) 22:05, 4 January 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-01-04T22:05:00.000Z","author":"Dudemanfellabra","type":"comment","level":2,"id":"c-Dudemanfellabra-2017-01-04T22:05:00.000Z-Magicpiano-2017-01-04T21:35:00.000Z","replies":[]}}-->
if you decide to return and have trouble with anyone I would be glad to offer whatever advice I can to prevent problems for everyone. NewsAndEventsGuy (talk) 10:16, 11 January 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-01-11T10:16:00.000Z","author":"NewsAndEventsGuy","type":"comment","level":2,"id":"c-NewsAndEventsGuy-2017-01-11T10:16:00.000Z-Magicpiano-2017-01-04T21:35:00.000Z","replies":[]}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Rodw-2017-04-04T12:27:00.000Z","type":"heading","level":0,"id":"h-AddCommonsCatLinks-2017-04-04T12:27:00.000Z","replies":["c-Rodw-2017-04-04T12:27:00.000Z-AddCommonsCatLinks"],"text":"AddCommonsCatLinks","linkableTitle":"AddCommonsCatLinks"}-->__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Rodw-2017-04-04T12:27:00.000Z","type":"heading","level":0,"id":"h-AddCommonsCatLinks-2017-04-04T12:27:00.000Z","replies":["c-Rodw-2017-04-04T12:27:00.000Z-AddCommonsCatLinks"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Rodw-2017-04-04T12:27:00.000Z","type":"heading","level":0,"id":"h-AddCommonsCatLinks-2017-04-04T12:27:00.000Z","replies":["c-Rodw-2017-04-04T12:27:00.000Z-AddCommonsCatLinks"],"text":"AddCommonsCatLinks","linkableTitle":"AddCommonsCatLinks"}-->

I have the script from User:Dudemanfellabra/AddCommonsCatLinks installed on my JavaScript page and it used to work for me, but has ceased to function and I can't work out why. The "button" at the top doesn't appear on pages which include the English Heritage Listed Building rows. I currently want to run it on Grade II* listed buildings in North Somerset but it doesn't appear. Any thoughts appreciated.— Rod talk 12:27, 4 April 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-04-04T12:27:00.000Z","author":"Rodw","type":"comment","level":1,"id":"c-Rodw-2017-04-04T12:27:00.000Z-AddCommonsCatLinks","replies":["c-TheCatalyst31-2017-04-04T12:38:00.000Z-Rodw-2017-04-04T12:27:00.000Z"],"displayName":"Rod"}}-->

@Rodw:: Do you use Chrome by any chance? I had a similar issue last year. I didn't update the scripts at the time since Dudemanfellabra was still somewhat active, but now that Magicpiano and I are maintaining these scripts, I should update the official one when I get the chance. In the meantime, the ones in that link should work. TheCatalyst31 ReactionCreation 12:38, 4 April 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-04-04T12:38:00.000Z","author":"TheCatalyst31","type":"comment","level":2,"id":"c-TheCatalyst31-2017-04-04T12:38:00.000Z-Rodw-2017-04-04T12:27:00.000Z","replies":["c-Rodw-2017-04-04T12:48:00.000Z-TheCatalyst31-2017-04-04T12:38:00.000Z"]}}-->
Thanks Yep - chrome user. I added the User:84/nrhp-chrome srcipts from your link & button reappears. I now get "undefined" when I run it on a list.— Rod talk 12:48, 4 April 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-04-04T12:48:00.000Z","author":"Rodw","type":"comment","level":3,"id":"c-Rodw-2017-04-04T12:48:00.000Z-TheCatalyst31-2017-04-04T12:38:00.000Z","replies":["c-TheCatalyst31-2017-04-05T01:11:00.000Z-Rodw-2017-04-04T12:48:00.000Z"],"displayName":"Rod"}}-->
Huh. I'll take a look at it, but in the meantime since it's working for me, I can run it on the list for you. TheCatalyst31 ReactionCreation 01:11, 5 April 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-04-05T01:11:00.000Z","author":"TheCatalyst31","type":"comment","level":4,"id":"c-TheCatalyst31-2017-04-05T01:11:00.000Z-Rodw-2017-04-04T12:48:00.000Z","replies":[]}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Magicpiano-2017-04-21T14:12:00.000Z","type":"heading","level":0,"id":"h-West_Square,_Salisbury,_North_Carolina-2017-04-21T14:12:00.000Z","replies":["c-Magicpiano-2017-04-21T14:12:00.000Z-West_Square,_Salisbury,_North_Carolina"],"text":"West Square, Salisbury, North Carolina","linkableTitle":"West Square, Salisbury, North Carolina"}-->

West Square, Salisbury, North Carolina

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Magicpiano-2017-04-21T14:12:00.000Z","type":"heading","level":0,"id":"h-West_Square,_Salisbury,_North_Carolina-2017-04-21T14:12:00.000Z","replies":["c-Magicpiano-2017-04-21T14:12:00.000Z-West_Square,_Salisbury,_North_Carolina"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Magicpiano-2017-04-21T14:12:00.000Z","type":"heading","level":0,"id":"h-West_Square,_Salisbury,_North_Carolina-2017-04-21T14:12:00.000Z","replies":["c-Magicpiano-2017-04-21T14:12:00.000Z-West_Square,_Salisbury,_North_Carolina"],"text":"West Square, Salisbury, North Carolina","linkableTitle":"West Square, Salisbury, North Carolina"}-->

Despite what a sign said, a source said you were right. I was hoping to have some people look at a draft article when it's ready and tell me if the topic is notable or something else should be done with the content.— Vchimpanzee • talk • contributions •

Since Dudeman isn't around, I'll try to help. The junction of Fulton and Innes appears to be part of the Salisbury Historic District; see that article for links to its National Register nomination forms, particularly this one, which includes a map with the district boundaries. Magic♪piano 14:12, 21 April 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-04-21T14:12:00.000Z","author":"Magicpiano","type":"comment","level":1,"id":"c-Magicpiano-2017-04-21T14:12:00.000Z-West_Square,_Salisbury,_North_Carolina","replies":["c-Vchimpanzee-2017-04-21T15:34:00.000Z-Magicpiano-2017-04-21T14:12:00.000Z"],"displayName":"Magic"}}-->
Okay, my objective was to write an article on the West Square Historic District, since a sign said it was on the National Register. I have a map with the district boundaries as well, but it's a printout describing both districts. West Square is a local historic district and I'm guessing it's not notable.— Vchimpanzee • talk • contributions • 15:34, 21 April 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-04-21T15:34:00.000Z","author":"Vchimpanzee","type":"comment","level":3,"id":"c-Vchimpanzee-2017-04-21T15:34:00.000Z-Magicpiano-2017-04-21T14:12:00.000Z","replies":[]}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-The_Transhumanist-2017-05-05T12:16:00.000Z","type":"heading","level":0,"id":"h-JavaScript_RegExp_problem-2017-05-05T12:16:00.000Z","replies":["c-The_Transhumanist-2017-05-05T12:16:00.000Z-JavaScript_RegExp_problem"],"text":"JavaScript RegExp problem","linkableTitle":"JavaScript RegExp problem"}-->

JavaScript RegExp problem

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-The_Transhumanist-2017-05-05T12:16:00.000Z","type":"heading","level":0,"id":"h-JavaScript_RegExp_problem-2017-05-05T12:16:00.000Z","replies":["c-The_Transhumanist-2017-05-05T12:16:00.000Z-JavaScript_RegExp_problem"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-The_Transhumanist-2017-05-05T12:16:00.000Z","type":"heading","level":0,"id":"h-JavaScript_RegExp_problem-2017-05-05T12:16:00.000Z","replies":["c-The_Transhumanist-2017-05-05T12:16:00.000Z-JavaScript_RegExp_problem"],"text":"JavaScript RegExp problem","linkableTitle":"JavaScript RegExp problem"}-->

I noticed you have experience in JavaScript. I'm hoping you can help me with a problem I've run into writing a userscript.

Please see my post at Wikipedia talk:WikiProject JavaScript#Nested RegExp.

Thank you. The Transhumanist 12:16, 5 May 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-05-05T12:16:00.000Z","author":"The Transhumanist","type":"comment","level":1,"id":"c-The_Transhumanist-2017-05-05T12:16:00.000Z-JavaScript_RegExp_problem","replies":[]}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Jc86035-2017-05-29T10:29:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:Designation-2017-05-29T10:29:00.000Z","replies":["c-Jc86035-2017-05-29T10:29:00.000Z-Nomination_for_deletion_of_Template:Designation"],"text":"Nomination for deletion of Template:Designation","linkableTitle":"Nomination for deletion of Template:Designation"}-->

Nomination for deletion of Template:Designation

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Jc86035-2017-05-29T10:29:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:Designation-2017-05-29T10:29:00.000Z","replies":["c-Jc86035-2017-05-29T10:29:00.000Z-Nomination_for_deletion_of_Template:Designation"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Jc86035-2017-05-29T10:29:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:Designation-2017-05-29T10:29:00.000Z","replies":["c-Jc86035-2017-05-29T10:29:00.000Z-Nomination_for_deletion_of_Template:Designation"],"text":"Nomination for deletion of Template:Designation","linkableTitle":"Nomination for deletion of Template:Designation"}-->

Template:Designation has been nominated for deletion. You are invited to comment on the discussion at the template's entry on the Templates for discussion page. Jc86035 (talk) Use {{re|Jc86035}}
to reply to me
10:29, 29 May 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-05-29T10:29:00.000Z","author":"Jc86035","type":"comment","level":1,"id":"c-Jc86035-2017-05-29T10:29:00.000Z-Nomination_for_deletion_of_Template:Designation","replies":[]}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Pigsonthewing-2017-07-15T21:48:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_merging_of_Template:Infobox_historic_site-2017-07-15T21:48:00.000Z","replies":["c-Pigsonthewing-2017-07-15T21:48:00.000Z-Nomination_for_merging_of_Template:Infobox_historic_site"],"text":"Nomination for merging of Template:Infobox historic site","linkableTitle":"Nomination for merging of Template:Infobox historic site"}-->

Nomination for merging of Template:Infobox historic site

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Pigsonthewing-2017-07-15T21:48:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_merging_of_Template:Infobox_historic_site-2017-07-15T21:48:00.000Z","replies":["c-Pigsonthewing-2017-07-15T21:48:00.000Z-Nomination_for_merging_of_Template:Infobox_historic_site"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Pigsonthewing-2017-07-15T21:48:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_merging_of_Template:Infobox_historic_site-2017-07-15T21:48:00.000Z","replies":["c-Pigsonthewing-2017-07-15T21:48:00.000Z-Nomination_for_merging_of_Template:Infobox_historic_site"],"text":"Nomination for merging of Template:Infobox historic site","linkableTitle":"Nomination for merging of Template:Infobox historic site"}-->

Template:Infobox historic site has been nominated for merging with Template:Infobox ancient site. You are invited to comment on the discussion at the template's entry on the Templates for discussion page. Thank you. Andy Mabbett (Pigsonthewing); Talk to Andy; Andy's edits 21:48, 15 July 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-07-15T21:48:00.000Z","author":"Pigsonthewing","type":"comment","level":1,"id":"c-Pigsonthewing-2017-07-15T21:48:00.000Z-Nomination_for_merging_of_Template:Infobox_historic_site","replies":[],"displayName":"Andy Mabbett"}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Rodw-2017-09-16T07:57:00.000Z","type":"heading","level":0,"id":"h-Error_running_script_on_Grade_II*_listed_buildings_in_Sedgemoor-2017-09-16T07:57:00.000Z","replies":["c-Rodw-2017-09-16T07:57:00.000Z-Error_running_script_on_Grade_II*_listed_buildings_in_Sedgemoor"],"text":"Error running script on Grade II* listed buildings in Sedgemoor","linkableTitle":"Error running script on Grade II* listed buildings in Sedgemoor"}-->

Error running script on Grade II* listed buildings in Sedgemoor

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Rodw-2017-09-16T07:57:00.000Z","type":"heading","level":0,"id":"h-Error_running_script_on_Grade_II*_listed_buildings_in_Sedgemoor-2017-09-16T07:57:00.000Z","replies":["c-Rodw-2017-09-16T07:57:00.000Z-Error_running_script_on_Grade_II*_listed_buildings_in_Sedgemoor"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Rodw-2017-09-16T07:57:00.000Z","type":"heading","level":0,"id":"h-Error_running_script_on_Grade_II*_listed_buildings_in_Sedgemoor-2017-09-16T07:57:00.000Z","replies":["c-Rodw-2017-09-16T07:57:00.000Z-Error_running_script_on_Grade_II*_listed_buildings_in_Sedgemoor"],"text":"Error running script on Grade II* listed buildings in Sedgemoor","linkableTitle":"Error running script on Grade II* listed buildings in Sedgemoor"}-->

I have been trying to run your script on Grade II* listed buildings in Sedgemoor & when I click "Check Commons for images and categories" I get the error message "Row mismatch! This is probably due to an incorrectly formatted row template in the wikicode, e.g. a missing }} or a misplaced HTML comment. If you cannot find the error on this page or believe it is due to something else, please let me know at :en:User_talk:Dudemanfellabra, and I will try to resolve the problem. The script will now exit itself. Sorry!" I have tried to identify any potential causes of the error (probably introduced by one of my edits) as it worked on 13 June 2017. If you have any idea what I have done to break it I would be grateful.— Rod talk 07:57, 16 September 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-09-16T07:57:00.000Z","author":"Rodw","type":"comment","level":1,"id":"c-Rodw-2017-09-16T07:57:00.000Z-Error_running_script_on_Grade_II*_listed_buildings_in_Sedgemoor","replies":["c-Dudemanfellabra-2017-09-17T02:03:00.000Z-Rodw-2017-09-16T07:57:00.000Z"],"displayName":"Rod"}}-->

Fixed. When you add a row, make sure to use "EH listed building row" instead of "English Heritage listed building". The script only looks for the former and not any redirects.--Dudemanfellabra (talk) 02:03, 17 September 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-09-17T02:03:00.000Z","author":"Dudemanfellabra","type":"comment","level":2,"id":"c-Dudemanfellabra-2017-09-17T02:03:00.000Z-Rodw-2017-09-16T07:57:00.000Z","replies":["c-Rodw-2017-09-17T07:16:00.000Z-Dudemanfellabra-2017-09-17T02:03:00.000Z"]}}-->
Thanks - working fine now & I will try to ensure I get EH rather than English Heritage right on the other lists.— Rod talk 07:16, 17 September 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-09-17T07:16:00.000Z","author":"Rodw","type":"comment","level":3,"id":"c-Rodw-2017-09-17T07:16:00.000Z-Dudemanfellabra-2017-09-17T02:03:00.000Z","replies":[],"displayName":"Rod"}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Zigzig20s-2017-10-21T19:35:00.000Z","type":"heading","level":0,"id":"h-A_barnstar_for_you!_2-2017-10-21T19:35:00.000Z","replies":["c-Zigzig20s-2017-10-21T19:35:00.000Z-A_barnstar_for_you!_2"],"text":"A barnstar for you!","linkableTitle":"A barnstar for you! 2"}-->

A barnstar for you!

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Zigzig20s-2017-10-21T19:35:00.000Z","type":"heading","level":0,"id":"h-A_barnstar_for_you!_2-2017-10-21T19:35:00.000Z","replies":["c-Zigzig20s-2017-10-21T19:35:00.000Z-A_barnstar_for_you!_2"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Zigzig20s-2017-10-21T19:35:00.000Z","type":"heading","level":0,"id":"h-A_barnstar_for_you!_2-2017-10-21T19:35:00.000Z","replies":["c-Zigzig20s-2017-10-21T19:35:00.000Z-A_barnstar_for_you!_2"],"text":"A barnstar for you!","linkableTitle":"A barnstar for you! 2"}-->
The Original Barnstar
Thank you for creating Riley Center!Zigzig20s (talk) 19:35, 21 October 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-10-21T19:35:00.000Z","author":"Zigzig20s","type":"comment","level":1,"id":"c-Zigzig20s-2017-10-21T19:35:00.000Z-A_barnstar_for_you!_2","replies":[]}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2017-12-03T18:42:00.000Z","type":"heading","level":0,"id":"h-ArbCom_2017_election_voter_message-2017-12-03T18:42:00.000Z","replies":["c-MediaWiki_message_delivery-2017-12-03T18:42:00.000Z-ArbCom_2017_election_voter_message"],"text":"ArbCom 2017 election voter message","linkableTitle":"ArbCom 2017 election voter message"}-->

ArbCom 2017 election voter message

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2017-12-03T18:42:00.000Z","type":"heading","level":0,"id":"h-ArbCom_2017_election_voter_message-2017-12-03T18:42:00.000Z","replies":["c-MediaWiki_message_delivery-2017-12-03T18:42:00.000Z-ArbCom_2017_election_voter_message"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2017-12-03T18:42:00.000Z","type":"heading","level":0,"id":"h-ArbCom_2017_election_voter_message-2017-12-03T18:42:00.000Z","replies":["c-MediaWiki_message_delivery-2017-12-03T18:42:00.000Z-ArbCom_2017_election_voter_message"],"text":"ArbCom 2017 election voter message","linkableTitle":"ArbCom 2017 election voter message"}-->

Hello, Dudemanfellabra. Voting in the 2017 Arbitration Committee elections is now open until 23.59 on Sunday, 10 December. All users who registered an account before Saturday, 28 October 2017, made at least 150 mainspace edits before Wednesday, 1 November 2017 and are not currently blocked are eligible to vote. Users with alternate accounts may only vote once.

The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail.

If you wish to participate in the 2017 election, please review the candidates and submit your choices on the voting page. MediaWiki message delivery (talk) 18:42, 3 December 2017 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2017-12-03T18:42:00.000Z","author":"MediaWiki message delivery","type":"comment","level":1,"id":"c-MediaWiki_message_delivery-2017-12-03T18:42:00.000Z-ArbCom_2017_election_voter_message","replies":[]}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Whatamidoing_(WMF)-2018-04-19T21:18:00.000Z","type":"heading","level":0,"id":"h-Upcoming_changes_to_wikitext_parsing-2018-04-19T21:18:00.000Z","replies":["c-Whatamidoing_(WMF)-2018-04-19T21:18:00.000Z-Upcoming_changes_to_wikitext_parsing"],"text":"Upcoming changes to wikitext parsing","linkableTitle":"Upcoming changes to wikitext parsing"}-->

Upcoming changes to wikitext parsing

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Whatamidoing_(WMF)-2018-04-19T21:18:00.000Z","type":"heading","level":0,"id":"h-Upcoming_changes_to_wikitext_parsing-2018-04-19T21:18:00.000Z","replies":["c-Whatamidoing_(WMF)-2018-04-19T21:18:00.000Z-Upcoming_changes_to_wikitext_parsing"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Whatamidoing_(WMF)-2018-04-19T21:18:00.000Z","type":"heading","level":0,"id":"h-Upcoming_changes_to_wikitext_parsing-2018-04-19T21:18:00.000Z","replies":["c-Whatamidoing_(WMF)-2018-04-19T21:18:00.000Z-Upcoming_changes_to_wikitext_parsing"],"text":"Upcoming changes to wikitext parsing","linkableTitle":"Upcoming changes to wikitext parsing"}-->

Hello,

There will be some changes to the way wikitext is parsed during the next few weeks. It will affect all namespaces. You can see a list of pages that may display incorrectly at Special:LintErrors. Since most of the easy problems have already been solved at the English Wikipedia, I am specifically contacting tech-savvy editors such as yourself with this one-time message, in the hope that you will be able to investigate the remaining high-priority pages during the next month.

There are approximately 10,000 articles (and many more non-article pages) with high-priority errors. The most important ones are the articles with misnested tags and table problems. Some of these involve templates, such as infoboxes, or the way the template is used in the article. In some cases, the "error" is a minor, unimportant difference in the visual appearance. In other cases, the results are undesirable. You can see a before-and-after comparison of any article by adding ?action=parsermigration-edit to the end of a link, like this: https://en.wikipedia.org/wiki/Arthur_Foss?action=parsermigration-edit (which shows a difference in how {{infobox ship}} is parsed).

If you are interested in helping with this project, please see Wikipedia:Linter. There are also some basic instructions (and links to even more information) at https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2018-April/001836.html You can also leave a note at WT:Linter if you have questions.

Thank you for all the good things you do for the English Wikipedia. Whatamidoing (WMF) (talk) 21:18, 19 April 2018 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-04-19T21:18:00.000Z","author":"Whatamidoing (WMF)","type":"comment","level":1,"id":"c-Whatamidoing_(WMF)-2018-04-19T21:18:00.000Z-Upcoming_changes_to_wikitext_parsing","replies":[]}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-11-19T18:42:00.000Z","type":"heading","level":0,"id":"h-ArbCom_2018_election_voter_message-2018-11-19T18:42:00.000Z","replies":["c-MediaWiki_message_delivery-2018-11-19T18:42:00.000Z-ArbCom_2018_election_voter_message"],"text":"ArbCom 2018 election voter message","linkableTitle":"ArbCom 2018 election voter message"}-->

ArbCom 2018 election voter message

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-11-19T18:42:00.000Z","type":"heading","level":0,"id":"h-ArbCom_2018_election_voter_message-2018-11-19T18:42:00.000Z","replies":["c-MediaWiki_message_delivery-2018-11-19T18:42:00.000Z-ArbCom_2018_election_voter_message"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-11-19T18:42:00.000Z","type":"heading","level":0,"id":"h-ArbCom_2018_election_voter_message-2018-11-19T18:42:00.000Z","replies":["c-MediaWiki_message_delivery-2018-11-19T18:42:00.000Z-ArbCom_2018_election_voter_message"],"text":"ArbCom 2018 election voter message","linkableTitle":"ArbCom 2018 election voter message"}-->

Hello, Dudemanfellabra. Voting in the 2018 Arbitration Committee elections is now open until 23.59 on Sunday, 3 December. All users who registered an account before Sunday, 28 October 2018, made at least 150 mainspace edits before Thursday, 1 November 2018 and are not currently blocked are eligible to vote. Users with alternate accounts may only vote once.

The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail.

If you wish to participate in the 2018 election, please review the candidates and submit your choices on the voting page. MediaWiki message delivery (talk) 18:42, 19 November 2018 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-11-19T18:42:00.000Z","author":"MediaWiki message delivery","type":"comment","level":1,"id":"c-MediaWiki_message_delivery-2018-11-19T18:42:00.000Z-ArbCom_2018_election_voter_message","replies":[]}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-11-19T18:42:00.000Z","type":"heading","level":0,"id":"h-ArbCom_2018_election_voter_message_2-2018-11-19T18:42:00.000Z","replies":["c-MediaWiki_message_delivery-2018-11-19T18:42:00.000Z-ArbCom_2018_election_voter_message_2"],"text":"ArbCom 2018 election voter message","linkableTitle":"ArbCom 2018 election voter message 2"}-->

ArbCom 2018 election voter message

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-11-19T18:42:00.000Z","type":"heading","level":0,"id":"h-ArbCom_2018_election_voter_message_2-2018-11-19T18:42:00.000Z","replies":["c-MediaWiki_message_delivery-2018-11-19T18:42:00.000Z-ArbCom_2018_election_voter_message_2"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-MediaWiki_message_delivery-2018-11-19T18:42:00.000Z","type":"heading","level":0,"id":"h-ArbCom_2018_election_voter_message_2-2018-11-19T18:42:00.000Z","replies":["c-MediaWiki_message_delivery-2018-11-19T18:42:00.000Z-ArbCom_2018_election_voter_message_2"],"text":"ArbCom 2018 election voter message","linkableTitle":"ArbCom 2018 election voter message 2"}-->

Hello, Dudemanfellabra. Voting in the 2018 Arbitration Committee elections is now open until 23.59 on Sunday, 3 December. All users who registered an account before Sunday, 28 October 2018, made at least 150 mainspace edits before Thursday, 1 November 2018 and are not currently blocked are eligible to vote. Users with alternate accounts may only vote once.

The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail.

If you wish to participate in the 2018 election, please review the candidates and submit your choices on the voting page. MediaWiki message delivery (talk) 18:42, 19 November 2018 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-11-19T18:42:00.000Z","author":"MediaWiki message delivery","type":"comment","level":1,"id":"c-MediaWiki_message_delivery-2018-11-19T18:42:00.000Z-ArbCom_2018_election_voter_message_2","replies":[]}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Herzi_Pinki-2018-12-17T13:49:00.000Z","type":"heading","level":0,"id":"h-Need_help_with_en:User:Dudemanfellabra\/AddCommonsCatLinks.js-2018-12-17T13:49:00.000Z","replies":["c-Herzi_Pinki-2018-12-17T13:49:00.000Z-Need_help_with_en:User:Dudemanfellabra\/AddCommonsCatLinks.js"],"text":"Need help with en:User:Dudemanfellabra\/AddCommonsCatLinks.js","linkableTitle":"Need help with en:User:Dudemanfellabra\/AddCommonsCatLinks.js"}-->

Need help with en:User:Dudemanfellabra/AddCommonsCatLinks.js

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Herzi_Pinki-2018-12-17T13:49:00.000Z","type":"heading","level":0,"id":"h-Need_help_with_en:User:Dudemanfellabra\/AddCommonsCatLinks.js-2018-12-17T13:49:00.000Z","replies":["c-Herzi_Pinki-2018-12-17T13:49:00.000Z-Need_help_with_en:User:Dudemanfellabra\/AddCommonsCatLinks.js"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Herzi_Pinki-2018-12-17T13:49:00.000Z","type":"heading","level":0,"id":"h-Need_help_with_en:User:Dudemanfellabra\/AddCommonsCatLinks.js-2018-12-17T13:49:00.000Z","replies":["c-Herzi_Pinki-2018-12-17T13:49:00.000Z-Need_help_with_en:User:Dudemanfellabra\/AddCommonsCatLinks.js"],"text":"Need help with en:User:Dudemanfellabra\/AddCommonsCatLinks.js","linkableTitle":"Need help with en:User:Dudemanfellabra\/AddCommonsCatLinks.js"}-->

Hi Dudemanfellabra, hope you're fine. I have tried and failed with de:Benutzer:Herzi Pinki/Liste der Kulturgüter in Tujetsch (you can testedit if you need to), a reduced version of de:Liste der Kulturgüter in Tujetsch. Your script fails with the general row template mismatch error, but I cannot find it. It is the same behaviour for all Swiss lists (tried three -> all is still assumption). The behavior is identical with your version of the script as well as with mine. Maybe you can find some time and have a look at. best --Herzi Pinki (talk) 13:49, 17 December 2018 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-12-17T13:49:00.000Z","author":"Herzi Pinki","type":"comment","level":1,"id":"c-Herzi_Pinki-2018-12-17T13:49:00.000Z-Need_help_with_en:User:Dudemanfellabra\/AddCommonsCatLinks.js","replies":["c-Magicpiano-2018-12-17T22:03:00.000Z-Herzi_Pinki-2018-12-17T13:49:00.000Z"]}}-->

Just so you know, Dudemanfellabra has not contributed in over a year, you might try sending him email. As far as I know, that script is otherwise orphaned. Magic♪piano 22:03, 17 December 2018 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2018-12-17T22:03:00.000Z","author":"Magicpiano","type":"comment","level":2,"id":"c-Magicpiano-2018-12-17T22:03:00.000Z-Herzi_Pinki-2018-12-17T13:49:00.000Z","replies":[],"displayName":"Magic"}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Gonnym-2019-03-13T09:45:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_merging_of_Template:Infobox_NRHP-2019-03-13T09:45:00.000Z","replies":["c-Gonnym-2019-03-13T09:45:00.000Z-Nomination_for_merging_of_Template:Infobox_NRHP"],"text":"Nomination for merging of Template:Infobox NRHP","linkableTitle":"Nomination for merging of Template:Infobox NRHP"}-->

Nomination for merging of Template:Infobox NRHP

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Gonnym-2019-03-13T09:45:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_merging_of_Template:Infobox_NRHP-2019-03-13T09:45:00.000Z","replies":["c-Gonnym-2019-03-13T09:45:00.000Z-Nomination_for_merging_of_Template:Infobox_NRHP"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Gonnym-2019-03-13T09:45:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_merging_of_Template:Infobox_NRHP-2019-03-13T09:45:00.000Z","replies":["c-Gonnym-2019-03-13T09:45:00.000Z-Nomination_for_merging_of_Template:Infobox_NRHP"],"text":"Nomination for merging of Template:Infobox NRHP","linkableTitle":"Nomination for merging of Template:Infobox NRHP"}-->

Template:Infobox NRHP has been nominated for merging with Template:Infobox historic site. You are invited to comment on the discussion at the template's entry on the Templates for discussion page. Thank you. Gonnym (talk) 09:45, 13 March 2019 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2019-03-13T09:45:00.000Z","author":"Gonnym","type":"comment","level":1,"id":"c-Gonnym-2019-03-13T09:45:00.000Z-Nomination_for_merging_of_Template:Infobox_NRHP","replies":[]}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-\u0160J\u016f-2019-05-03T16:56:00.000Z","type":"heading","level":0,"id":"h-AddCommonsCatLinks_-_fails_of_button_display-2019-05-03T16:56:00.000Z","replies":["c-\u0160J\u016f-2019-05-03T16:56:00.000Z-AddCommonsCatLinks_-_fails_of_button_display"],"text":"AddCommonsCatLinks - fails of button display","linkableTitle":"AddCommonsCatLinks - fails of button display"}-->__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-\u0160J\u016f-2019-05-03T16:56:00.000Z","type":"heading","level":0,"id":"h-AddCommonsCatLinks_-_fails_of_button_display-2019-05-03T16:56:00.000Z","replies":["c-\u0160J\u016f-2019-05-03T16:56:00.000Z-AddCommonsCatLinks_-_fails_of_button_display"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-\u0160J\u016f-2019-05-03T16:56:00.000Z","type":"heading","level":0,"id":"h-AddCommonsCatLinks_-_fails_of_button_display-2019-05-03T16:56:00.000Z","replies":["c-\u0160J\u016f-2019-05-03T16:56:00.000Z-AddCommonsCatLinks_-_fails_of_button_display"],"text":"AddCommonsCatLinks - fails of button display","linkableTitle":"AddCommonsCatLinks - fails of button display"}-->

@Dudemanfellabra, Agathoclea, and TheCatalyst31: I have a problem with AddCommonsCatLinks. In Firefox, the buttons of this tool usually don't appear by the first upload of the list page. As I click many times the refresh button, they appear after all. But while a few months ago it was enough to click once or twice, now usually ten or even thirty times. In Chrome, the buttons appear normally just the first time. However, as I can read in the discussion, some colleagues have an opposite experience: Firefox works fine and Chrome doesn't work. --ŠJů (talk) 16:56, 3 May 2019 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2019-05-03T16:56:00.000Z","author":"\u0160J\u016f","type":"comment","level":1,"id":"c-\u0160J\u016f-2019-05-03T16:56:00.000Z-AddCommonsCatLinks_-_fails_of_button_display","replies":["c-Agathoclea-2019-06-06T09:54:00.000Z-\u0160J\u016f-2019-05-03T16:56:00.000Z","c-Magicpiano-2019-06-06T15:05:00.000Z-\u0160J\u016f-2019-05-03T16:56:00.000Z"]}}-->

@ŠJů: As far as Javascript is concerned I am a user, not a developer, although I feel this has to change. In my experimenting about I found that some contributing factors are caching and memory load of the browser. I could ease the issue by using bookmarks. I would bookmark pages that would not load, close them and then from time to time open the whole bookmark folder. Another option was to open the page in a new tab. In the combination I would get through most In a few tries. A fresh pageload has more chance than a refresh. Agathoclea (talk) 09:54, 6 June 2019 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2019-06-06T09:54:00.000Z","author":"Agathoclea","type":"comment","level":2,"id":"c-Agathoclea-2019-06-06T09:54:00.000Z-\u0160J\u016f-2019-05-03T16:56:00.000Z","replies":[]}}-->
As mentioned above, this script is orphaned due to Dudeman's absence. If someone wants to adopt it, I can tell them how to fix this problem. (No, I'm not interested in adopting it; enough on my plate as it is.) Magic♪piano 15:05, 6 June 2019 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2019-06-06T15:05:00.000Z","author":"Magicpiano","type":"comment","level":2,"id":"c-Magicpiano-2019-06-06T15:05:00.000Z-\u0160J\u016f-2019-05-03T16:56:00.000Z","replies":["c-Agathoclea-2019-06-06T17:12:00.000Z-Magicpiano-2019-06-06T15:05:00.000Z"],"displayName":"Magic"}}-->
I kept hoping for a return, but I would be prepared to adopt the script with some help. I had a couple of ideas to expand on it anyway. Workwise I need to branch out into some javascript projects anyway in the coming weeks, so it should go in the same learning curve. Agathoclea (talk) 17:12, 6 June 2019 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2019-06-06T17:12:00.000Z","author":"Agathoclea","type":"comment","level":3,"id":"c-Agathoclea-2019-06-06T17:12:00.000Z-Magicpiano-2019-06-06T15:05:00.000Z","replies":[]}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-BrandonXLF-2019-11-25T00:06:00.000Z","type":"heading","level":0,"id":"h-editToken-2019-11-25T00:06:00.000Z","replies":["c-BrandonXLF-2019-11-25T00:06:00.000Z-editToken"],"text":"editToken","linkableTitle":"editToken"}-->

editToken

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-BrandonXLF-2019-11-25T00:06:00.000Z","type":"heading","level":0,"id":"h-editToken-2019-11-25T00:06:00.000Z","replies":["c-BrandonXLF-2019-11-25T00:06:00.000Z-editToken"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-BrandonXLF-2019-11-25T00:06:00.000Z","type":"heading","level":0,"id":"h-editToken-2019-11-25T00:06:00.000Z","replies":["c-BrandonXLF-2019-11-25T00:06:00.000Z-editToken"],"text":"editToken","linkableTitle":"editToken"}-->

Hello Dudemanfellabra,

Your scripts User:Dudemanfellabra/ReorderNRHPlist.js, User:Dudemanfellabra/NRHPmap.js, User:Dudemanfellabra/AddCommonsCatLinks.js and User:Dudemanfellabra/UpdateNRHPProgress.js are no longer functional because they attempt to get an editToken from mw.user.tokens. The scripts should instead get a csrfToken. editTokens were removed from mw.user.tokens on October 3, 2019 at Phabricator during this edit as they were redundant to csrfTokens.BrandonXLF (talk) 00:06, 25 November 2019 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2019-11-25T00:06:00.000Z","author":"BrandonXLF","type":"comment","level":1,"id":"c-BrandonXLF-2019-11-25T00:06:00.000Z-editToken","replies":["c-\u2c6e-2020-08-02T15:23:00.000Z-BrandonXLF-2019-11-25T00:06:00.000Z"]}}-->

@BrandonXLF: do you know how to fix this, and can you? I would like to use one of these scripts, but can't, likely because of this. User:Dudemanfellabra hasn't edited in over 2.5 years, so I'm skeptical they will address this anytime soon, if ever. ɱ (talk) 15:23, 2 August 2020 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2020-08-02T15:23:00.000Z","author":"\u2c6e","type":"comment","level":2,"id":"c-\u2c6e-2020-08-02T15:23:00.000Z-BrandonXLF-2019-11-25T00:06:00.000Z","replies":["c-TheCatalyst31-2020-08-02T16:16:00.000Z-\u2c6e-2020-08-02T15:23:00.000Z"]}}-->
@: Since other users can't edit a user's .js files unless they're interface administrators, the scripts have been migrated to other users' userspace. The Commons category is now at User:TheCatalyst31/AddCommonsCatLinks.js, and the rest are at User:Magicpiano/NRBot/<script name>.js. TheCatalyst31 ReactionCreation 16:16, 2 August 2020 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2020-08-02T16:16:00.000Z","author":"TheCatalyst31","type":"comment","level":3,"id":"c-TheCatalyst31-2020-08-02T16:16:00.000Z-\u2c6e-2020-08-02T15:23:00.000Z","replies":[]}}-->
__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Gonnym-2020-08-26T08:10:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-1-2020-08-26T08:10:00.000Z","replies":["c-Gonnym-2020-08-26T08:10:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-1"],"text":"Nomination for deletion of Template:ConvertAbbrev\/ISO 639-1","linkableTitle":"Nomination for deletion of Template:ConvertAbbrev\/ISO 639-1"}-->

Nomination for deletion of Template:ConvertAbbrev/ISO 639-1

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Gonnym-2020-08-26T08:10:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-1-2020-08-26T08:10:00.000Z","replies":["c-Gonnym-2020-08-26T08:10:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-1"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Gonnym-2020-08-26T08:10:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-1-2020-08-26T08:10:00.000Z","replies":["c-Gonnym-2020-08-26T08:10:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-1"],"text":"Nomination for deletion of Template:ConvertAbbrev\/ISO 639-1","linkableTitle":"Nomination for deletion of Template:ConvertAbbrev\/ISO 639-1"}-->

Template:ConvertAbbrev/ISO 639-1 has been nominated for deletion. You are invited to comment on the discussion at the template's entry on the Templates for discussion page. Gonnym (talk) 08:10, 26 August 2020 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2020-08-26T08:10:00.000Z","author":"Gonnym","type":"comment","level":1,"id":"c-Gonnym-2020-08-26T08:10:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-1","replies":[]}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Gonnym-2020-08-26T08:10:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-2-2020-08-26T08:10:00.000Z","replies":["c-Gonnym-2020-08-26T08:10:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-2"],"text":"Nomination for deletion of Template:ConvertAbbrev\/ISO 639-2","linkableTitle":"Nomination for deletion of Template:ConvertAbbrev\/ISO 639-2"}-->

Nomination for deletion of Template:ConvertAbbrev/ISO 639-2

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Gonnym-2020-08-26T08:10:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-2-2020-08-26T08:10:00.000Z","replies":["c-Gonnym-2020-08-26T08:10:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-2"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Gonnym-2020-08-26T08:10:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-2-2020-08-26T08:10:00.000Z","replies":["c-Gonnym-2020-08-26T08:10:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-2"],"text":"Nomination for deletion of Template:ConvertAbbrev\/ISO 639-2","linkableTitle":"Nomination for deletion of Template:ConvertAbbrev\/ISO 639-2"}-->

Template:ConvertAbbrev/ISO 639-2 has been nominated for deletion. You are invited to comment on the discussion at the template's entry on the Templates for discussion page. Gonnym (talk) 08:10, 26 August 2020 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2020-08-26T08:10:00.000Z","author":"Gonnym","type":"comment","level":1,"id":"c-Gonnym-2020-08-26T08:10:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-2","replies":[]}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Q28-2021-12-03T07:02:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_3166-2\/404-2021-12-03T07:02:00.000Z","replies":["c-Q28-2021-12-03T07:02:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_3166-2\/404"],"text":"Nomination for deletion of Template:ConvertAbbrev\/ISO 3166-2\/404","linkableTitle":"Nomination for deletion of Template:ConvertAbbrev\/ISO 3166-2\/404"}-->

Nomination for deletion of Template:ConvertAbbrev/ISO 3166-2/404

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Q28-2021-12-03T07:02:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_3166-2\/404-2021-12-03T07:02:00.000Z","replies":["c-Q28-2021-12-03T07:02:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_3166-2\/404"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Q28-2021-12-03T07:02:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_3166-2\/404-2021-12-03T07:02:00.000Z","replies":["c-Q28-2021-12-03T07:02:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_3166-2\/404"],"text":"Nomination for deletion of Template:ConvertAbbrev\/ISO 3166-2\/404","linkableTitle":"Nomination for deletion of Template:ConvertAbbrev\/ISO 3166-2\/404"}-->

Template:ConvertAbbrev/ISO 3166-2/404 has been nominated for deletion. You are invited to comment on the discussion at the entry on the Templates for discussion page. Q28 (talk) 07:02, 3 December 2021 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2021-12-03T07:02:00.000Z","author":"Q28","type":"comment","level":1,"id":"c-Q28-2021-12-03T07:02:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_3166-2\/404","replies":[]}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Q28-2021-12-03T07:02:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-1\/404-2021-12-03T07:02:00.000Z","replies":["c-Q28-2021-12-03T07:02:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-1\/404"],"text":"Nomination for deletion of Template:ConvertAbbrev\/ISO 639-1\/404","linkableTitle":"Nomination for deletion of Template:ConvertAbbrev\/ISO 639-1\/404"}-->

Nomination for deletion of Template:ConvertAbbrev/ISO 639-1/404

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Q28-2021-12-03T07:02:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-1\/404-2021-12-03T07:02:00.000Z","replies":["c-Q28-2021-12-03T07:02:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-1\/404"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Q28-2021-12-03T07:02:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-1\/404-2021-12-03T07:02:00.000Z","replies":["c-Q28-2021-12-03T07:02:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-1\/404"],"text":"Nomination for deletion of Template:ConvertAbbrev\/ISO 639-1\/404","linkableTitle":"Nomination for deletion of Template:ConvertAbbrev\/ISO 639-1\/404"}-->

Template:ConvertAbbrev/ISO 639-1/404 has been nominated for deletion. You are invited to comment on the discussion at the entry on the Templates for discussion page. Q28 (talk) 07:02, 3 December 2021 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2021-12-03T07:02:00.000Z","author":"Q28","type":"comment","level":1,"id":"c-Q28-2021-12-03T07:02:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_639-1\/404","replies":[]}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Q28-2021-12-03T07:02:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_3166-1\/404-2021-12-03T07:02:00.000Z","replies":["c-Q28-2021-12-03T07:02:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_3166-1\/404"],"text":"Nomination for deletion of Template:ConvertAbbrev\/ISO 3166-1\/404","linkableTitle":"Nomination for deletion of Template:ConvertAbbrev\/ISO 3166-1\/404"}-->

Nomination for deletion of Template:ConvertAbbrev/ISO 3166-1/404

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Q28-2021-12-03T07:02:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_3166-1\/404-2021-12-03T07:02:00.000Z","replies":["c-Q28-2021-12-03T07:02:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_3166-1\/404"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Q28-2021-12-03T07:02:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_3166-1\/404-2021-12-03T07:02:00.000Z","replies":["c-Q28-2021-12-03T07:02:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_3166-1\/404"],"text":"Nomination for deletion of Template:ConvertAbbrev\/ISO 3166-1\/404","linkableTitle":"Nomination for deletion of Template:ConvertAbbrev\/ISO 3166-1\/404"}-->

Template:ConvertAbbrev/ISO 3166-1/404 has been nominated for deletion. You are invited to comment on the discussion at the entry on the Templates for discussion page. Q28 (talk) 07:02, 3 December 2021 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2021-12-03T07:02:00.000Z","author":"Q28","type":"comment","level":1,"id":"c-Q28-2021-12-03T07:02:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/ISO_3166-1\/404","replies":[]}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-Q28-2021-12-03T07:02:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/404-2021-12-03T07:02:00.000Z","replies":["c-Q28-2021-12-03T07:02:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/404"],"text":"Nomination for deletion of Template:ConvertAbbrev\/404","linkableTitle":"Nomination for deletion of Template:ConvertAbbrev\/404"}-->

Nomination for deletion of Template:ConvertAbbrev/404

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-Q28-2021-12-03T07:02:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/404-2021-12-03T07:02:00.000Z","replies":["c-Q28-2021-12-03T07:02:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/404"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-Q28-2021-12-03T07:02:00.000Z","type":"heading","level":0,"id":"h-Nomination_for_deletion_of_Template:ConvertAbbrev\/404-2021-12-03T07:02:00.000Z","replies":["c-Q28-2021-12-03T07:02:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/404"],"text":"Nomination for deletion of Template:ConvertAbbrev\/404","linkableTitle":"Nomination for deletion of Template:ConvertAbbrev\/404"}-->

Template:ConvertAbbrev/404 has been nominated for deletion. You are invited to comment on the discussion at the entry on the Templates for discussion page. Q28 (talk) 07:02, 3 December 2021 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2021-12-03T07:02:00.000Z","author":"Q28","type":"comment","level":1,"id":"c-Q28-2021-12-03T07:02:00.000Z-Nomination_for_deletion_of_Template:ConvertAbbrev\/404","replies":[]}}-->

__DTSUBSCRIBEBUTTONDESKTOP__{"headingLevel":2,"name":"h-IMiss2010-2022-02-25T20:31:00.000Z","type":"heading","level":0,"id":"h-Just_so_you_know-2022-02-25T20:31:00.000Z","replies":["c-IMiss2010-2022-02-25T20:31:00.000Z-Just_so_you_know"],"text":"Just so you know","linkableTitle":"Just so you know"}-->

Just so you know

__DTELLIPSISBUTTON__{"threadItem":{"headingLevel":2,"name":"h-IMiss2010-2022-02-25T20:31:00.000Z","type":"heading","level":0,"id":"h-Just_so_you_know-2022-02-25T20:31:00.000Z","replies":["c-IMiss2010-2022-02-25T20:31:00.000Z-Just_so_you_know"]}}-->
__DTSUBSCRIBEBUTTONMOBILE__{"headingLevel":2,"name":"h-IMiss2010-2022-02-25T20:31:00.000Z","type":"heading","level":0,"id":"h-Just_so_you_know-2022-02-25T20:31:00.000Z","replies":["c-IMiss2010-2022-02-25T20:31:00.000Z-Just_so_you_know"],"text":"Just so you know","linkableTitle":"Just so you know"}-->

You have been mentioned at Wikipedia:Missing Wikipedians. IMiss2010 (talk) 20:31, 25 February 2022 (UTC)[reply]__DTELLIPSISBUTTON__{"threadItem":{"timestamp":"2022-02-25T20:31:00.000Z","author":"IMiss2010","type":"comment","level":1,"id":"c-IMiss2010-2022-02-25T20:31:00.000Z-Just_so_you_know","replies":[]}}-->

Read other articles:

Xavier Pentecôte Xavier Pentecôte berseragam Toulouse pada bulan Juli 2008Informasi pribadiNama lengkap Xavier PentecôteTanggal lahir 13 Agustus 1986 (umur 37)[1]Tempat lahir Saint-Dié, PrancisTinggi 1,80 m (5 ft 11 in)[2]Posisi bermain PenyerangInformasi klubKlub saat ini NiceNomor 9Karier junior2001–2004 ToulouseKarier senior*Tahun Tim Tampil (Gol)2004–2011 Toulouse 33 (2)2007–2008 → Bastia (pinjaman) 32 (12)2010 → Bastia (pinjaman) 15 (12)2...

 

La Rosaleda en el Parque del Retiro de Madrid. Un jardín histórico es el espacio delimitado, producto de la ordenación por el hombre de elementos naturales, a veces complementando con estructuras de fábrica, y estimado de interés en función de su origen o pasado histórico o de sus valores estéticos, sensoriales o botánicos, que por su interés y valor gozan de una protección jurídica específica recogida en la Ley 16/1985, del 25 de junio de 1985, del Patrimonio Histórico Español...

 

CE 1990. Las Comunidades Europeas fueron tres organizaciones internacionales de cooperación económica, infraestructura jurídica y funcional de la Unión Europea: la Comunidad Europea del Carbón y del Acero, la Comunidad Económica Europea (renombrada luego como Comunidad Europea) y la Comunidad Europea de la Energía Atómica (la única que sigue existiendo cómo organismo separado de la UE). Estas comunidades surgieron para crear una fuerte unión económica entre sus países miembros. L...

1999 studio album by Thrush HermitClayton ParkStudio album by Thrush HermitReleasedFebruary 23, 1999RecordedMay 1998The Gas StationToronto, OntarioGenreIndie rockLength57:08LabelSonic UnyonThrush Hermit chronology Sweet Homewrecker(1997) Clayton Park(1999) Professional ratingsReview scoresSourceRatingAllmusic [1] Clayton Park is the second full-length album by Canadian rock band Thrush Hermit. It was released on Sonic Unyon in 1999, and is the last album they released as a ban...

 

Courtney LoveInformasi latar belakangNama lahirCourtney Michelle HarrisonNama lainCourtney LoveLahir9 Juli 1964 (umur 59)San Francisco, California, U.S.GenreRock Alternatif, Punk rock, Grunge, Post-grungePekerjaanPenyanyi, Musisi, AktrisInstrumenVocals, guitar, bass guitar, keyboardTahun aktif1985–sekarangLabelSympathy for the Record IndustryCarolineDGC / GeffenUniversal MusicVirginMercury RecordsArtis terkaitHole Babes in Toyland Pagan BabiesFaith No MoreNirvanaEmilie Autumn Courtney ...

 

Rum distillery in Cataño, Puerto RicoUnited States historic placeBacardí DistilleryU.S. National Register of Historic PlacesU.S. Historic district Bacardi Distillery building in Cataño.LocationCataño, Puerto RicoCoordinates18°27′38″N 66°08′32″W / 18.46054°N 66.14227°W / 18.46054; -66.14227Built1947ArchitectW. Donald Christie, Enrique Gutiérrez, Henry Klumb, Héctor VarelaArchitectural styleArt decoNRHP reference No.10000524Added to NRHPA...

1922 film The Fast MailFox poster for the film depicting fastest in entertainment and technology speed being emblematic of the mail service: Lt. James London, fastest airplane speed. Audacious fastest horse. Empire State Express fastest passenger train. Tommy Milton record holding race car driver. Norman Taber fastest runner. RMS Mauretania fastest Atlantic crossing.Directed byBernard J. DurningWritten byJacques JaccardAgnes ParsonsBased onplay, The Fast Mail, by Lincoln J. CarterProduced byW...

 

Canadian politician Benjamin AllenMember of Parliamentfor Grey North (1882-1887)In office1882–1887Preceded bySamuel J. LaneSucceeded byJames Masson Personal detailsBorn1830Sligo, IrelandDiedDecember 23, 1912Political partyLiberalProfessionretail merchant Benjamin Allen (1830 – December 23, 1912) was a Canadian politician and retail merchant.[1] Born in Sligo, Ireland, the son of William Allen who was of English descent, Allen first came to Canada in 1850. He went to Australia ...

 

Кубок Болгарії 2008—2009 Подробиці Дата проведення 15 жовтня 2008 — 26 травня 2009 Кількість учасників 51 Призові місця  Чемпіон Литекс (4-й раз) Віцечемпіон Пірін (Благоєвград) Статистика ← 2007—2008 2009—2010 → Кубок Болгарії з футболу 2008—2009 — 69-й розіграш кубкового футбольног...

Bogota Borough Ubicación en el condado de Bergen en Nueva JerseyUbicación de Nueva Jersey en EE. UU.Coordenadas 40°52′27″N 74°01′47″O / 40.8743, -74.0297Entidad Borough • País  Estados Unidos • Estado  Nueva Jersey • Condado BergenAlcalde Pat McHaleFundación 14 de noviembre de 1894Superficie   • Total 2.1 km² • Tierra 2 km² • Agua (7.32%) 0.2 km²Altitud   • Media 17 m s. n. m.Población&...

 

Show de Municipality in the State Aldama is a municipality of the northeastern Mexican state of Tamaulipas. According to the census of 2010, the municipality had an area of 3,672 square kilometres (1,418 sq mi) and a population of 29,470, including the town of Aldama with a population of 13,661.[1] History The region of Aldama prior to the arrival of the Spaniards in the early 16th century was the northern outpost of the Huastec culture, a maize growing culture remotely rela...

 

Графічне позначення шліца Саморіз з квадратним шліцем Квадратний шліц або Шліц Робертсона, також відомий як квадрат або Scrulox, описаний як Type III Center Square в стандарті ANSI, має поглиблення у формі квадрата на гвинті і квадратну відповідну частину на інструменті. Як інструмент, ...

British TV series or programme Frankie Boyle's New World OrderAlso known asNew World OrderGenreSatireTalk showCreated byFrankie BoyleWritten byFrankie BoyleDirected byBarbara WiltsherePresented byFrankie BoyleStarringSara PascoeMiles JuppKatherine RyanMona ChalabiKiri Pritchard-McLeanSophie DukerJamali MaddixCountry of originUnited KingdomOriginal languageEnglishNo. of series6No. of episodes41 (6 specials + 5 clip show episodes)ProductionProducersTom Baker, Christopher BarbourRunning tim...

 

2011 EP by Broadway CallsToxic KidsEP by Broadway CallsReleased19 September 2011RecordedJan-July 2011 at Atomic Garden Studio, Palo AltoGenrePunk rock, pop-punkLength17:50LabelAll For Hope Records (U.S), Banquet Records (U.K)ProducerJack ShirleyBroadway Calls chronology Call the Medic(2006) Toxic Kids(2011) Toxic Kids is the second EP from Broadway Calls'. It was released digitally on 19 September 2011,[1] with a physical release on vinyl following in mid October 2011.[2&#...

 

Artikel ini bukan mengenai Tempo Inti Media. PT Tempo Scan Pacific TbkJenisPublikKode emitenIDX: TSPCDidirikanJakarta (3 November 1953; 70 tahun lalu (1953-11-03))KantorpusatTempo Scan Tower, Jl. HR Rasuna Said Kav. 3-4, Mega Kuningan, Jakarta, IndonesiaTokohkunciMr. Handojo Selamet MuljadiSitus webwww.temposcangroup.com PT Tempo Scan Pacific Tbk (IDX: TSPC) adalah perusahaan barang konsumen yang berdomisili di Jakarta yang didirikan di Jakarta pada 3 November 1953 terdaftar sebagai peru...

L2 Basauri - Kabiezes Andenes de la L2 en SanturtziLugarUbicación Alto Nervión, Bilbao y Margen IzquierdaDescripciónTipo MetroInauguración 13 de abril de 2002Inicio BasauriFin KabiezesCaracterísticas técnicasLongitud 22,98 kmEstaciones 25ExplotaciónFrecuencia 5-6-10-20-30 min.Flota Serie 500 y 600 de Metro BilbaoOperador Metro BilbaoMapa Esquema de la Línea 2Esquema ¿? Kabiezes Santurtzi Mamariga Peñota Portugalete Abatxolo Sestao Urbinaga Río Galindo Bagatza Barakaldo Ansio ...

 

Judo Judo at the 2019 African GamesVenuePrince Moulay Abdallah Sports ComplexLocation Rabat, MoroccoDates17–18 AugustCompetitors212 from 34 nationsCompetition at external databasesLinksIJF • JudoInside← 20152023 → Judo at the 2019 African Games was held on 17 and 18 August 2019 in Rabat, Morocco. The event served as a qualifier for the 2020 Summer Olympics in Tokyo, Japan. Participating nations  Algeria (18)  Angola (...

 

Australian construction company Civil & CivicTypeSubsidiaryIndustryConstructionFounded1951FounderDick DusseldorpDefunct1999SuccessorBovis Lend LeaseHeadquartersSydney, AustraliaArea servedAustraliaNew ZealandParentLendleaseWebsiteLend Lease Projects Civil & Civic was an Australian construction company. Founded in 1951, it was acquired in 1961 by Lend Lease Corporation. History Civil & Civic was founded by Dick Dusseldorp in 1951 on behalf of Dutch building companies Bredero's Bouw...

Best Day EverEpisode SpongeBob SquarePantsKartu judul episodeNomor episodeMusim 4Episode 80aSutradaraNate Cash (papan cerita)Tuck Tucker (papan cerita)Vincent Waller (kreatif)Larry Leichliter (animasi)PenulisNate CashTuck TuckerSteven BanksTanggal siar10 November 2006Kronologi episode ← SebelumnyaSquid Wood Selanjutnya →The Gift of Gum Daftar episode SpongeBob SquarePants Best Day Ever (Indonesia: Hari Terbaik yang Pernah Adacode: id is deprecated ) adalah episode musim ke-...

 

  此条目页的主題是1986年电影《孙中山》。关于其他同名条目,請見「孙中山 (消歧义)」。 孙中山Dr. Sun Yat-Sen海报基本资料导演丁荫楠李叶宇刘宝林监制孙长城制片徐建平、刘丞芳编剧贺梦凡张磊主演刘文治张燕王咏歌配乐施万春摄影王亨里侯咏于晓群剪辑冯慧林严秀英制片商珠江电影制片厂片长150分钟产地 中国大陆语言普通話上映及发行上映日期1986年(中国大陆...

 

Strategi Solo vs Squad di Free Fire: Cara Menang Mudah!