MediaWiki talk:Gadget-ProtectionIndicators.js

Latest comment: 2 years ago by MisterSynergy in topic sv translation

Tweaks edit

{{Editprotected}}

I would like to add a css class for the protection indicator, so we can more specifically target and style these, while not affecting other indicators. I have applied the changes in test.wikidata and would like them applied here:

https://test.wikidata.org/wiki/MediaWiki:Gadget-ProtectionIndicators.js

In the css, let's use this specific css class and the styles for ".mw-body .mw-indicators" are not needed. Changes applied on test.wikidata and to apply here:

https://test.wikidata.org/wiki/MediaWiki:Gadget-ProtectionIndicators.css

Without the changes, the css interferes with the help indicator on https://test.wikidata.org/wiki/Special:SpecialPages and if this indicator or similar is anywhere on Wikidata. (can't find it though) https://test.wikidata.org/wiki/Q1017 is a protected item on test.wikidata where these changes can be seen. Aude (talk) 17:05, 20 April 2015 (UTC)Reply

@Aude: done. Sjoerd de Bruin (talk) 06:59, 22 April 2015 (UTC)Reply
Thanks :) Aude (talk) 08:20, 22 April 2015 (UTC)Reply

Macedonian (mk) version edit

{{Editprotected}} Hello. Could someone add this, please. Thanks a lot. --B. Jankuloski (talk) 20:51, 18 July 2016 (UTC)Reply

case 'mk':
			mw.messages.set( {
				'gadget-protection-autoconfirmed': 'Страницава е полузаштитена.',
				'gadget-protection-editprotected': 'Страницава е наполно заштитена.'
			} );
			break;
  Done Matěj Suchánek (talk) 14:49, 7 August 2016 (UTC)Reply

Belarusan translation edit

{{Editprotected}}

case 'be-tarask':
			mw.messages.set( {
				'gadget-protection-autoconfirmed': 'Гэтая старонка часткова абароненая.',
				'gadget-protection-editprotected': 'Гэтая старонка цалкам абароненая.'
			} );
			break;

Thanks in advance. --Taravyvan Adijene (talk) 17:46, 3 December 2019 (UTC)Reply

  Done; thanks for your input. —MisterSynergy (talk) 18:06, 3 December 2019 (UTC)Reply

sv translation edit

{{Editrequest}}

		case 'sv':
			mw.messages.set( {
				'gadget-protection-autoconfirmed': 'Den här sidan är halvt skrivskyddad.',
				'gadget-protection-editprotected': 'Den här sidan är helt skrivskyddad.'
			} );
			break;

--Sabelöga (talk) 01:29, 24 July 2021 (UTC)Reply

@Krinkle Sabelöga (talk) 00:43, 21 October 2021 (UTC)Reply
  DoneMisterSynergy (talk) 12:33, 26 October 2021 (UTC)Reply
Return to "Gadget-ProtectionIndicators.js" page.