Jump to content

User talk:Jarekt

Add topic
From Wikimedia Commons, the free media repository

User:Ronald Weiss on Wikidata

[edit]

(en) Hello. You are an admin who works in both English and Polish. I've noticed problems with the Wikidata edits made by user Ronald Weiss. He is making completely unbiased changes to the column regarding the official current English names of places in Poland, inserting the historical German names in parentheses. I've already contacted him on his talk page. I'm asking for your intervention.

(pl) Witam. Jestes adminem operującym w jezyku angielskim i polskim. Zauwazylem problemy ze zmianami na wikidata wprowadzanymi przez użytkownika Ronald Weiss. Dokonuje on pozbawionych jakiegokolwiek obiektywizmu zmian w szpalcie dotyczacej oficjalnych obecnych nazw angielskich miejscowosci w Polsce, wprowadzajac w szpalte przeznaczona dla nazw angielskich w nawiasie historyczne nazwy niemieckie. Napisalem juz do niego na jego stronie dyskusji. Prosze o interwencje. Nazw Cieszyn i Jelenia Gora nie moglem zmienic gdyz hasla sa zablokowane ~2026-92352-2 (talk) 14:33, 15 February 2026 (UTC)Reply

Czy możesz mi pakazać jakieś przykłady? Przejżałem jakieś 20 zmian miejsc w Polsce i one były dobre, np. ta. --Jarekt (talk) 14:07, 16 February 2026 (UTC)Reply
Po tym jak zwrocilem mu uwage, sam wycofal te zmiany w szpalcie angielskojezycznej label. Sprawa dotyczyla np. tej zmiany w english label Dzieki ~2026-92352-2 (talk) 11:40, 19 February 2026 (UTC)Reply

Edit request

[edit]

Hi Jarekt,
I am currently validating the w3c status of the files in this category, and it appears that this one is protected but needs updates: do you think you could proceed with the removal of [[Category:Quality images - valid vector]] and the update of Igen to {{Igen|I|-1|+|^|s=l|cb=+/M/wmr/wikimedia red/wmg/wikimedia green/wmb/wikimedia blue}} (added tool I + status -1 as the file is uncheckable, because of CDATA - although the validator claims a 502 error)? --Kontributor 2K (talk) 08:36, 18 February 2026 (UTC)Reply

Kontributor 2K, I changed protection to only moving and reuploading is restricted while categorizing and wikitext changes are allowed. --Jarekt (talk) 20:54, 18 February 2026 (UTC)Reply
Thank you. It's ok for me… I had not planned any file correction, --Kontributor 2K (talk) 20:57, 18 February 2026 (UTC)Reply

Category:Medal Pamiątkowy za Wojnę 1918–1921 / przekierowanie

[edit]

Witaj. Ta kategoria ma już 873 haseł i tu moje zapytanie jak stworzyć na wikidata przekierowanie do jeszcze nie istniejącej kategorii na commons "Category:Recipients of the Commemorative Medal for the War of 1918–1921" czy lepiej "Category:Recipients of the Commemorative Medal for the War of 1918–1921 (Poland)". Przykład: Jan Gromnicki na wikidata w szpalcie P166 (award received) "Medal Dziesięciolecia Odzyskanej Niepodległości / Decade of Independence Regained" po przejściu na Jan Gromnicki na commons widać, że takie przekierowanie jest. W przypadku Jan Gromnicki na wikidata w szpalcie P166 (award received) "War Medal 1918-1921 / Medal Pamiątkowy za Wojnę 1918–1921" po przejściu na Jan Gromnicki na commons takiego przekierowania z automatu nie ma i trzeba każdorazowo wpisywać "Category:Medal Pamiątkowy za Wojnę 1918–1921". Nie mam pojęcia jak to zrobić, czy dasz radę stworzyć takie przekierowanie a jezeli nie to moze poprosic jakiegos bota ?. Dzięki z góry ... pozdr ~2026-92352-2 (talk) 14:05, 19 February 2026 (UTC)Reply

to potrzebowałeś --Jarekt (talk) 14:59, 19 February 2026 (UTC)Reply
Tak. Dzięki, super.~2026-92352-2 (talk) 15:16, 19 February 2026 (UTC)Reply

Tech News: 2026-09

[edit]

MediaWiki message delivery 19:00, 23 February 2026 (UTC)Reply

Duplicate entry in Wikidata / Podwójne hasło na Wikidata

[edit]

Q111466653 i Q47508040, Mikołaj Witkowski - polski powstaniec styczniowy, zesłaniec na Syberię, archeolog i muzealnik. pozdr ~2026-92352-2 (talk) 15:16, 25 February 2026 (UTC)Reply

Template:Shortcut

[edit]

Hi, the reason why Template:Shortcut wasn’t working is because MediaWiki:Vector.css only works on the 2010 version of the skin, not the newer one. I’ve copy and pasted the code from there to the template, though I think it could affect older skins. A new page called MediaWiki:Vector-2022.css (reference) would need to be created with these changes then reverted back to this version on the template:

/* Necessary for displaying text in the upper right edge. (Used in [[Template:Shortcut]]) */
#shortcut {
 display: inline;
 position: absolute;
 z-index: 1;
 border: none;
 background: none;
 right: 3px;
 top: .3em;
 float: right;
 margin: 0;
 padding: 0;
 line-height: 1.5em;
 text-align: right;
 text-indent: 0;
 font-size: 95%;
 text-transform: none;
 white-space: normal;
}

1989 (talk) 20:55, 25 February 2026 (UTC)Reply

shortcut template overlaps other text, if your categories are on the top.
1989, Thank you for figuring this out. I implemented your changes. Css file has some warnings:
Also I always use a gadget "Place categories above all other content" which seem to be interfering with current shortcuts. See image. --Jarekt (talk) 01:27, 26 February 2026 (UTC)Reply
You can add this to your common.js page, it should fix the overlapping. If display:inline is causing errors, you can remove it. 1989 (talk) 05:15, 26 February 2026 (UTC)Reply
1989 I removed display:inline, as for overlapping, I do not mind for myself, but I was thinking that since other people might be using it as well maybe there is something in CSS that can be done. If not than let's not worry about it. --Jarekt (talk) 05:25, 26 February 2026 (UTC)Reply
For some reason, removing it stopped it from working on my end. I couldn’t find a way to prevent the problem through CSS. 1989 (talk) 05:45, 26 February 2026 (UTC)Reply

Hi, I believe I’ve found a way for this to work with everybody. MediaWiki:Vector-2022.js would need to be created with this inside:

/* Necessary for displaying [[Template:Shortcut]] text in the upper right edge with no overlapping */
$(function() {
    var shortcut = document.getElementById('shortcut');
    if (shortcut) {
        var subtitle = document.getElementById('mw-content-subtitle');
        if (subtitle) {
            subtitle.appendChild(shortcut);
            shortcut.style.position = 'static';
        }
    }
});

I re-added the display:inline on the template itself so those without JS can still see it. 1989 (talk) 14:46, 26 February 2026 (UTC)Reply

1989, I created MediaWiki:Vector-2022.js, but it did not seem to fix the issue. Maybe some caching. --Jarekt (talk) 15:44, 27 February 2026 (UTC)Reply
Are there any other scripts you’re using? I tested this with the categories on top, and it worked in my end. 1989 (talk) 16:44, 27 February 2026 (UTC)Reply
1989, It is fine now. I guess it was caching. Thanks for working on this. --Jarekt (talk) 19:15, 27 February 2026 (UTC)Reply
[edit]

Copyright status: File:Wyspiański - Achilles, którego Pallas za włosy wstrzymała - 1897.jpg

العربية  беларуская  беларуская (тарашкевіца)  български  català  čeština  dansk  Deutsch  Deutsch (Sie-Form)  English  español  فارسی  suomi  français  galego  עברית  हिन्दी  hrvatski  magyar  italiano  日本語  ಕನ್ನಡ  한국어  македонски  മലയാളം  Bahasa Melayu  norsk bokmål  norsk nynorsk  norsk  polski  português  português do Brasil  română  русский  sicilianu  slovenčina  slovenščina  svenska  ತುಳು  Türkçe  українська  中文  中文(简体)  中文(繁體)  中文(臺灣)  +/−
Warning sign
This media may be deleted.
Thanks for uploading File:Wyspiański - Achilles, którego Pallas za włosy wstrzymała - 1897.jpg. I notice that the file page either doesn't contain enough information about the license or it contains contradictory information about the license, so the copyright status is unclear.

If you created this file yourself, then you must provide a valid copyright tag. For example, you can tag it with {{self|GFDL|cc-by-sa-all}} to release it under the multi-license GFDL plus Creative Commons Attribution-ShareAlike All-version license or you can tag it with {{self|cc-zero}} to release it into the public domain. (See Commons:Copyright tags for the full list of license tags that you can use.)

If you did not create the file yourself or if it is a derivative of another work that is possibly subject to copyright protection, then you must specify where you found it (e.g. usually a link to the web page where you got it), you must provide proof that it has a license that is acceptable for Commons (e.g. usually a link to the terms of use for content from that page), and you must add an appropriate license tag. If you did not create the file yourself and the specific source and license information is not available on the web, you must obtain permission through the VRT system and follow the procedure described there.

Note that any unsourced or improperly licensed files will be deleted one week after they have been marked as lacking proper information, as described in criteria for deletion. If you have uploaded other files, please confirm that you have provided the proper information for those files, too. If you have any questions about licenses please ask at Commons:Village pump/Copyright or see our help pages. Thank you.

This action was performed automatically by AntiCompositeBot (talk) (FAQ) 06:05, 2 March 2026 (UTC)Reply

Tech News: 2026-10

[edit]

MediaWiki message delivery 17:48, 2 March 2026 (UTC)Reply

Duplicate entries in Wikidata / Podwójne hasła na Wikidata

[edit]
Q111466653 i Q47508040, Mikołaj Witkowski - polski powstaniec styczniowy, zesłaniec na Syberię, archeolog i muzealnik.
Q90909164 i Q133613716, Renata Bonczar - polska malarka. pozdr ~2026-92352-2 (talk) 21:14, 2 March 2026 (UTC)Reply
✓ Done --Jarekt (talk) 21:22, 2 March 2026 (UTC)Reply