User talk:Trijnstel/Archive/2019

From Meta, a Wikimedia project coordination wiki

This is an archive of User talk:Trijnstel

Hoi[edit]

Hey Trijnstel--would you mind lengthening the block on 2607:FB90:0:0:0:0:0:0/32? DeltaQuad had them blocked for being used by the dog rapper vandal (woof! rap!), but the range was abused the other day by WhenDatHotlineBling, who's vandalizing all the wikis, and so a longer cross-wiki block is probably appropriate. Hotline typically creates a bunch of accounts, lets em sleep for months sometimes, and then uses them through these kinds of ranges since they aren't blocked for registered accounts: something to think about. Thanks! Drmies (talk) 16:05, 27 December 2018 (UTC)[reply]

@Drmies: This IPv6 range has been frequently blocked for the past two years, but only for a short period of time. Problem is that not only the vandal is being affected by it, but also numerous other users. I'll try to look at different options soon, though. Trijnsteltalk 17:31, 30 December 2018 (UTC)[reply]
There was talk of a global edit filter for the talkpage crap that was flying around, because blocking like Trijnstel noted affects a boatload amount of people globally. It already affects a ton on enwiki. -- Amanda (aka DQ) 05:27, 3 January 2019 (UTC)[reply]
@Drmies and DeltaQuad: Tegel has now blocked three /40 IPv6 range blocks instead. That should stop him too, without having too much collateral. Trijnsteltalk 22:34, 5 January 2019 (UTC)[reply]
Whatever you can do--thanks! Drmies (talk) 22:42, 5 January 2019 (UTC)[reply]

reverted?[edit]

Please explain why you reverted my edit to the office page.

Shentino (talk) 23:30, 13 January 2019 (UTC)[reply]

Well, I thought the extra comma was actually needed (but I admit: I'm not a native English speaker). Trijnsteltalk 23:32, 13 January 2019 (UTC)[reply]
Thanks for clarifying. As a native english speaker myself I can say that the comma is probably wrong. That said, I think checking with you about it was still correct just in case you had other reasons. Shentino (talk) 00:37, 14 January 2019 (UTC)[reply]

LTA Manda Langsa dan @BeritaSatu Medan: Oleh news 12345 Meta Wikimedia, Baru yang diBeritaSatu Medan Jon, Media Television --36.76.89.125 16:16, 7 February 2019 (UTC)[reply]

Done, locked. Trijnsteltalk 20:25, 7 February 2019 (UTC)[reply]

editable section markers in tables[edit]

Hiya. Favour to ask. In CUwiki, on the list of checkusers, I belief that I created editable section markers within the table (normally those links disappear). For the life of me I cannot remember the code that I used to do that. Would you be able to paste the code here so I can see if it helps me through my current issue. Thanks if you can.  — billinghurst sDrewth 11:05, 19 February 2019 (UTC)[reply]

@Billinghurst: I have no idea what "editable section markers" are. Can you elaborate it further, please? BTW, part of the code of the list is:
|[[User:{{{1}}}|{{{1}}}]] <small>([[m:Special:CentralAuth/{{{1}}}|SUL]] · <span class="plainlinks">[{{fullurl:Special:ListUsers|username={{urlencode:{{{1}}}}}&group=&limit=1}} local]</span>)</small>
Does this help? Trijnsteltalk 22:00, 19 February 2019 (UTC)[reply]
  • Vito adviced me to look at the css/js you edited on the CU wiki. There I found this:
#mw-hidden-catlinks { font-size:90%; }

/* make user experience moar-kewl */
a:link,
a:visited
{
 -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
      -o-transition: color 0.4s ease;
         transition: color 0.4s ease;
}

/* Style for horizontal lists (separator following item) */
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
    line-height: 1.5em;
}
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
}
.hlist dd,
.hlist dt,
.hlist li { 
    display: inline;
    margin: 0;
}
/* Display nested lists inline */
.hlist dl dl,
.hlist ol ol,
.hlist ul ul {
    display: inline;
}
/* Generate interpuncts */
.hlist dd:after,
.hlist dt:after,
.hlist li:after {
    content: " ·";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* for IE 8 */
.hlist dd.nopunct:after,
.hlist dt.nopunct:after,
.hlist li.nopunct:after {
    content: none;
}
/* Add parens around nested lists */
.hlist dl dl:before,
.hlist ol ol:before,
.hlist ul ul:before {
    content: "(";
}
.hlist dl dl:after,
.hlist ol ol:after,
.hlist ul ul:after {
    content: ")";
}
/* Put numbers in ordered lists */
.hlist.hnum ol li {
    counter-increment: level1;
}
.hlist.hnum ol li:before {
    content: counter(level1) " ";
}
.hlist.hnum ol ol li {
    counter-increment: level2;
}
.hlist.hnum ol ol li:before {
    content: counter(level2) " ";
Sorry if I was vague. If you put something like ===P=== into a table, it doesn't (always?) give a section [edit] marker/link, ie. they disappear. In the list of checkusers I believe that I coded it so that one could get a editable click so one could edit part of the table (where we were using a {{/row}} template) rather than that whole long list. I just don't remember what I did; whether it was to play with the sections, or to play with the table code? My means to try that elsewhere hasn't suitably mimicked that and/or the wikicode of the table has defeated me.  — billinghurst sDrewth 01:56, 20 February 2019 (UTC)[reply]
PS. that code from common.css is what converts asterisked (vertical) lists to be horizontal lists.  — billinghurst sDrewth 02:01, 20 February 2019 (UTC)[reply]
@Billinghurst: Ahhh, now I get what you mean. Perhaps this is what you were looking for?

{| class="noprint" cellspacing=0 cellpadding=0 style="margin: 0.0em 0.0em 0.5em 0.5em; float:right; padding: 0.5em 0.0em 0.8em 1.4em;{{#if:{{{width|}}}| width:{{{width}}};|}}" | __TOC__ |}

Trijnsteltalk 21:26, 21 February 2019 (UTC)[reply]
Nope, that wasn't it. I thought that I had done something specific around the === alpha === though I must be mistaken.  — billinghurst sDrewth 07:11, 23 February 2019 (UTC)[reply]
To be fair, I do think that's what you meant. It's on top of the table - before the 'list of accounts', columns etc - and when I remove that part, the individual sections can't be edited anymore. Trijnsteltalk 14:06, 24 February 2019 (UTC) Never mind. I now tried it and you're right. I don't know where to look at. I think I've done everything. Perhaps the suggestion of Base helps? Trijnsteltalk 14:08, 24 February 2019 (UTC)[reply]

RE: email send[edit]

oh, sorry, this morning i've reply to your email, but i forgot to notify here --Wim b 22:35, 24 February 2019 (UTC)[reply]

That's OK. I received your message. Trijnsteltalk 22:40, 24 February 2019 (UTC)[reply]

Sysop in Ukrainian Wikivoyage[edit]

Hi! Can you give me administrator rights per request on steward requests page? Thanks!--Dimon2711 (talk) 17:59, 15 March 2019 (UTC)[reply]

Please by patient. It will be done soon. Trijnsteltalk 18:01, 15 March 2019 (UTC)[reply]

Greetings Trijnstel, per that, can you add Biplab back to GS mailing list and voice Biplab at wikimedia-gs? Thank you--AldnonymousBicara? 07:58, 16 April 2019 (UTC)[reply]

Thank you. I forgot to do that, yesterday. Hereby Done. Trijnsteltalk 19:22, 16 April 2019 (UTC)[reply]

Hello. You are receiving this message because you are active in the field of translations <3 The movement needs you! The Nominations phase has started for the ongoing selection process of two Board members, and the timeline is quite tight.

A Translation Central is available to help translators figure out what's been covered and what's left to do. Over the course of the next few weeks, your attention on candidates' profiles is particularly welcome.

While there are four languages that are especially relevant for multiple affiliates (namely Arabic, French, Russian and Spanish), we are asking your help for Chinese, Ukrainian, Bengali, Czech, Hungarian, Romanian, Italian, Korean, Portuguese, Polish, Farsi, German, Cantonese, Finnish, Hindi, Thai, Dutch, and Greek, as these also matter to affiliates! If you can't help: please see if you know anyone in your circle who could, and spread the word :) Thank you! Elitre (WMF) and Facilitators of ASBS 2019, 21:35, 24 April 2019 (UTC)[reply]

212.38.173.35.[edit]

Hi there, I cannot use edit when I’m signed in under the IP 212.38.173.35. this IP is a internet service part of East Yorkshire Motor Services, in which I use their service daily. Could I make an appeal on the suspension to allow users to sign in and edit under the IP thank you. OrbitalEnd48401 (talk) 15:19, 23 April 2019 (UTC)[reply]

@OrbitalEnd48401: You could request a global IP block exempt on SRGP. Trijnsteltalk 19:09, 26 April 2019 (UTC)[reply]

This is regarding an IP block at school...[edit]

Hiya Trijnstel,

You've seemed to block Horsham West Primary School's one of several IP addresses. I really wanna contribute using an account but my school laptop is saying that you've globally blcoked 202.45.119.27. I know I'm typing from my home's IP address, but I just wanna say... some nuff-nuff irresponsible idiot vandalized Wikipedia. I really want to make a Wikipedia account at school, so I'm just requesting that... could you possibly enable account creation for that IP?

This is Rory, signing off from home, as 114.198.106.234 07:42, 22 June 2019 (UTC)[reply]

P.S I'll try and request an account on Monday, in the timezone of AEST

Rory. Simply create an account here and you should be right to edit. Special:CreateAccount.  — billinghurst sDrewth 08:10, 22 June 2019 (UTC)[reply]

Userpage deletion[edit]

Hello @Trijnstel, please delete my user page (here) along with all sub-pages.

-- Renamed user 2wz4ntr

Done  — billinghurst sDrewth 06:14, 26 June 2019 (UTC)[reply]

You've got mail![edit]

Hello,Trijnstel. Check your email—you've got mail!--MCC214#ex umbra in solem 09:30, 25 June 2019 (UTC)[reply]

Replied. Trijnsteltalk 22:16, 25 June 2019 (UTC)[reply]

-GR[edit]

Hello, hope you are doing well. I removed GR flag from Ks0stm (last action on 24 Jun 2018). Thanks --Alaa :)..! 12:48, 28 June 2019 (UTC)[reply]

Done. Trijnsteltalk 21:30, 28 June 2019 (UTC)[reply]

You've got mail![edit]

Hello,Trijnstel. Check your email—you've got mail!--MCC214#ex umbra in solem 11:50, 3 July 2019 (UTC)[reply]

@MCC214: I prefer to not share the deleted edits; the only thing I can say is that this is most likely the same user. Trijnsteltalk 20:20, 18 July 2019 (UTC)[reply]

Global block mwangi2017[edit]

Hi, I sent you an email about this. I would like to add that meanwhile my co-admin who had been counceling the user before came up with the request to undo the block. I agree with him this is definitely no case of "spam only account", but just a still relatively fresh user with some 80 edits at swwiki who has made some usual mistakes and has accepted advice ad worked on his ways. Kipala (talk) 11:34, 4 July 2019 (UTC)[reply]

@Kipala: Seen. At first I unlocked him, but then I noticed all other socks are also locked. For the reason, see here. Trijnsteltalk 20:16, 18 July 2019 (UTC)[reply]

Userpage deletion and accounts block[edit]

Hello ma'am, I'm vanishing from all wikimedia projects. So please delete all my userpages including the local user page in Assamese Wikipedia (as.wikipedia.org).

Also block and delete userpages (in local wiki, i.e. as.wikipedia.org) of সদস্য:Renamed user 2wz4ntr and সদস্য:Vanished user byhrlwopfidu as these accounts are also owned by me.

Thanks.

Vanished user qwerty12345 (talk) 02:31, 6 July 2019 (UTC)[reply]

Apologies for the late reply, but this seems to be already solved. Trijnsteltalk 19:44, 18 July 2019 (UTC)[reply]

Please translate the Editing newsletter[edit]

Would you please translate VisualEditor/Newsletter/2019/July into your favorite language for me? I'd really appreciate it. Whatamidoing (WMF) (talk) 17:30, 19 July 2019 (UTC)[reply]

Invitations to translate[edit]

Hello, Trijnstel,

Community Insights/Translation/2019/1-Invitation and the other pages listed at Community Insights/Translation#Requests for translations are ready to be translated. There is a little more information about this group of invitations on the mailing list. Also, please keep an eye on that page: more pages will be ready for you soon!

Thank you so much for your help translating these messages. Dutch is one of the key languages for this survey, and I really would like to have high-quality translations for these invitations to editors at the Dutch Wikipedia. Whatamidoing (WMF) (talk) 19:10, 22 August 2019 (UTC)[reply]

Deleted user page[edit]

Hi! Regarding the deletion of User:Vanished user adhmfdfmykrdyr, the behavior of this user on meta is being discussed in an open Arbcom case on the English Wikipedia (en:Wikipedia:Arbitration/Requests/Case/Fram), and the history of this page is, in my opinion, needed as evidence in this case. Could I convince you to blank the page (thus restoring the history) for now and then delete it after the Arbcom case closes? --Guy Macon (talk) 18:00, 28 August 2019 (UTC)[reply]

@Guy Macon: Done. Trijnsteltalk 21:53, 28 August 2019 (UTC)[reply]

Question[edit]

Hello Trijnstel. I am Checkuser on Thai Wikipedia. Some users in my community saw that Thai Checkuser team should have an email for the local project (similarly functionaries-en(_AT_)lists(_DOT_)wikimedia(_DOT_)org or checkuser-en-wp(_AT_)wikipedia(_DOT_)org on English Wikipedia) for contact and submit sensitive evidence for investigation. but I don't know about enable email. Can you help or recommend to me? --Geonuch (talk) 13:03, 21 September 2019 (UTC)[reply]

I'm not sure if that's allowed. I'll forward your question to the Checkuser mailing list (to which you should have access too). Trijnsteltalk 13:53, 22 September 2019 (UTC)[reply]
Thank you. --Geonuch (talk) 13:47, 23 September 2019 (UTC)[reply]

Hi! Ich habe da ein Ticket in der OTRS queue info-de. Kannst Du diese Queue einsehen? Wäre Dein Deutsch so gut, dieses Ticket zu verstehen? Doc Taxon (talk) 10:40, 26 September 2019 (UTC)[reply]

Hallo Doc Taxon. Ich verstehe Deutsch, aber ich könne es nicht gut sprechen. Doch, ich denke das ich Sie geholfen habe seit dem ich Kujula ein IP-block-sperre habe gegeben. Trijnsteltalk 20:26, 26 September 2019 (UTC)[reply]

Wikinger[edit]

You can see these accounts at w:Wikipedia:Long-term abuse/Wikinger or w:Category:Wikipedia sockpuppets of Wikinger in various language version.--GZWDer (talk) 06:27, 29 September 2019 (UTC)[reply]

Alright. Thank you. Trijnsteltalk 19:51, 29 September 2019 (UTC)[reply]

A reminder[edit]

I have already replied to your email, please pay attention. Regards. --Catherine Laurence discussion 14:38, 5 November 2019 (UTC)[reply]

@Catherine Laurence: I saw it, but waited for it to someone else to handle it. But I've now decided to close your request. Trijnsteltalk 23:36, 5 November 2019 (UTC)[reply]

About mailing list of global rename[edit]

Long time no see, Trijnstel. It's already the end of the year. I hope something good will happen to you. I have a question! Do you still manage mailing list of global rename? I was going to send an email because I had something to discuss about renaming. But I found out that I didn't join the mailing list because of my laziness. If you are still managing the mailing list, can I send you an email? Thanks, Sotiale (talk) 11:53, 9 November 2019 (UTC)[reply]

@Sotiale: You are subscribed to that mailing list, but apparantly not with the right email address. Can you email me? Then I can fix it. Thanks. Trijnsteltalk 11:56, 9 November 2019 (UTC)[reply]
Ahh..? Oh, oh my.. I can't believe I made such a mistake. It's stupid, but it was my mistake. Mail was being misclassified..! It was a matter I never thought of. I checked again and I was subscribed. Sorry to bother you. --Sotiale (talk) 12:02, 9 November 2019 (UTC)[reply]
Alright then. Mistakes can happen. :-) Trijnsteltalk 12:14, 9 November 2019 (UTC)[reply]

Checkuser request[edit]

Hello dear Trijinstel. Please see this page. Thank you!--Turkmen talk 13:29, 24 November 2019 (UTC)[reply]

Answered. Trijnsteltalk 13:56, 24 November 2019 (UTC)[reply]

Global IP block exempt[edit]

hi! though you made me Global IP block exempt, but i still can't edit on english wiki because of open proxy. as an editor from mainland china, it's really inconvenient. --Abu Sayeed (talk) 16:51, 26 November 2019 (UTC)[reply]

Please contact local admins via en:WP:UTRS. They could also give you a local exempt. @TonyBallioni: Can you help? Trijnsteltalk 20:02, 26 November 2019 (UTC)[reply]
ok, thanks @Trijnstel: --Abu Sayeed (talk) 02:52, 29 November 2019 (UTC)[reply]

Block[edit]

Why are you blocked me?? I didn't done any mistake by providing wrong information???? I just add article for further use by proving link is it wrong ??? If it is wrong I ask you apology for my mistake. Please unblock me and my ip address. Needforname (talk) 04:28, 1 December 2019 (UTC)[reply]

@Needforname: Can you provide me the exact block message? What is your IP address? Trijnsteltalk 12:14, 1 December 2019 (UTC)[reply]

Template_talk: SWMT-Members[edit]

Hey Trijnstel/Archive, As you were previously involved in discussions on Template_talk: SWMT-Members, your input will be really helpful on a recent discussion about making single list of users instead experienced and new. Thank you! ‐‐1997kB (talk) 03:42, 5 December 2019 (UTC)[reply]

Hi 1997kB. I think I agree with MarcoAurelio, I don't see the use of any list... Trijnsteltalk 21:26, 8 December 2019 (UTC)[reply]