|
HoiEdit
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)
- @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)
reverted?Edit
Please explain why you reverted my edit to the office page.
User:BeritaSatu MedanEdit
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)
editable section markers in tablesEdit
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)
- @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)
- 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)
- PS. that code from common.css is what converts asterisked (vertical) lists to be horizontal lists. — billinghurst sDrewth 02:01, 20 February 2019 (UTC)
- @Billinghurst: Ahhh, now I get what you mean. Perhaps this is what you were looking for?
- PS. that code from common.css is what converts asterisked (vertical) lists to be horizontal lists. — billinghurst sDrewth 02:01, 20 February 2019 (UTC)
- 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)
{| 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)
- 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)
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)
- 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)
- Trijnsteltalk 21:26, 21 February 2019 (UTC)
RE: email sendEdit
oh, sorry, this morning i've reply to your email, but i forgot to notify here --Wim b 22:35, 24 February 2019 (UTC)
Sysop in Ukrainian WikivoyageEdit
Hi! Can you give me administrator rights per request on steward requests page? Thanks!--Dimon2711 (talk) 17:59, 15 March 2019 (UTC)
Steward_requests/Global_permissions#Global_sysop_for_Biplab_AnandEdit
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)
The Affiliate-selected Board seats process welcomes your supportEdit
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)
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)
- @OrbitalEnd48401: You could request a global IP block exempt on SRGP. Trijnsteltalk 19:09, 26 April 2019 (UTC)
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)
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)
Userpage deletionEdit
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)
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)
- Have some new message to this?--MCC214#ex umbra in solem 11:56, 28 June 2019 (UTC)
-GREdit
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)
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)
Global block mwangi2017Edit
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)
Userpage deletion and accounts blockEdit
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)
Please translate the Editing newsletterEdit
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)
Invitations to translateEdit
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)
Deleted user pageEdit
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)
QuestionEdit
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 lists wikimedia org or checkuser-en-wp wikipedia 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)
ticket:2019092210001156Edit
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)
WikingerEdit
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)
A reminderEdit
I have already replied to your email, please pay attention. Regards. --Catherine Laurence discussion 14:38, 5 November 2019 (UTC)
- @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)
About mailing list of global renameEdit
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)
- @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)
Checkuser requestEdit
Hello dear Trijinstel. Please see this page. Thank you!--Turkmen talk 13:29, 24 November 2019 (UTC)
Global IP block exemptEdit
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)
- 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)
- ok, thanks @Trijnstel: --Abu Sayeed (talk) 02:52, 29 November 2019 (UTC)
BlockEdit
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)
- @Needforname: Can you provide me the exact block message? What is your IP address? Trijnsteltalk 12:14, 1 December 2019 (UTC)
Template_talk: SWMT-MembersEdit
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)
- Hi 1997kB. I think I agree with MarcoAurelio, I don't see the use of any list... Trijnsteltalk 21:26, 8 December 2019 (UTC)