MediaWiki talk:PageTriageExternalDeletionTagsOptions.js

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Protected edit request on 22 October 2018[edit]

The exact changes that have been implemented at a copy of this page at my user-space.

See this thread and this one. WBGconverse 14:15, 22 October 2018 (UTC)[reply]

 DoneCYBERPOWER (Trick or Treat) 17:45, 26 October 2018 (UTC)[reply]

Interface-protected edit request on 9 August 2020[edit]

Thing 1: {{Db-notability-notice-NPF}} was moved to {{Db-significance-notice-NPF}}, see also phab:T259835. Applying Special:Diff/874921244/972021277 would bypass the left-behind redirect.

 Donexaosflux Talk 20:16, 9 August 2020 (UTC)[reply]

Thing 2: The header "unremarkable x" doesn't really describe WP:A7. This was changed in Twinkle (by myself and User:Amorymeltzer) to "No indication of importance (x)". Applying Special:Diff/874921244/972021997 would do this. Best, —Mdaniels5757 (talk) 18:48, 9 August 2020 (UTC)[reply]

 Donexaosflux Talk 20:18, 9 August 2020 (UTC)[reply]

Protected edit request on 25 August 2020[edit]

Please fix the label text on parameter 1 of dbg4 – the user needs to enter a wikilink, not a URL, and in fact a URL breaks the template. The line to be changed is identified with a comment below:

	"dbg4": {
		"label": "Recreation of a page that was deleted per a deletion discussion",
		"tag": "speedy deletion-previously deleted",
		"code": "G4",
		"desc": "A sufficiently identical and unimproved copy, having any title, of a page deleted via its most recent deletion discussion. (G4)",
		"params": {
			"1": {
				"label": "Please add a link to the deletion discussion.",  <!--THIS LINE!-->
				"input": "required",
				"type": "text",
				"value": ""
			}
		},

swpbT • go beyond • bad idea 16:23, 25 August 2020 (UTC)[reply]

 Donexaosflux Talk 16:51, 25 August 2020 (UTC)[reply]

Protected edit request on 30 September 2022[edit]

Please remove "subst:" from lines 1 and 3. The new lines would be:

$.pageTriageDeletionTagsOptions.Main.proposeddeletion.tags.prod.tag = 'prod';

$.pageTriageDeletionTagsOptions.Main.proposeddeletion.tags.blpprod.tag = 'blp-prod';

This would fix T313696. I've tested this out on my local wiki and with the help of Xaosflux, on the test wikipedia as well. -MPGuy2824 (talk) 11:50, 30 September 2022 (UTC)[reply]

@MPGuy2824 can you point to an article that you tested with, it should have been created, then you should use the tool to tag it with one of these reasons. The primary thing to be looking for here is that the diff that adds the template subst's the template. (i.e. {{prod}} shouldn't end up on the article un-subst'd). — xaosflux Talk 13:54, 30 September 2022 (UTC)[reply]
Before your edit: [1]
After: [2], [3]. -MPGuy2824 (talk) 03:20, 1 October 2022 (UTC)[reply]
@Xaosflux: forgot to ping you when i replied. -MPGuy2824 (talk) 05:17, 3 October 2022 (UTC)[reply]
Support. Clearly a bug that needs fixing. Would fix edit summaries like thisNovem Linguae (talk) 13:02, 6 October 2022 (UTC)[reply]
 Done revert if breaking, let me know if any follow up needed please. — xaosflux Talk 16:15, 6 October 2022 (UTC)[reply]
This is working properly. See [4] and [5]. -MPGuy2824 (talk) 10:25, 8 October 2022 (UTC)[reply]

Interface-protected edit request on 8 October 2022[edit]

Please add the following sections just after the dbg14 section:

,
	"dbr2": {
		"label": "Redirect to non-permitted namespaces",
		"tag": "Db-r2",
		"code": "R2",
		"desc": "Redirect from mainspace to any other namespace except the Category:, Template:, Wikipedia:, Help: and Portal: namespaces. (R2)",
		"params": {},
		"anchor": "rediruser",
		"talkpagenotiftopictitle": "pagetriage-del-tags-speedy-deletion-nomination-notify-topic-title",
		"talkpagenotiftpl": "CSD R2-warn-NPF"
	},
	"dbr3": {
		"label": "Redirect from implausible typo or misnomer",
		"tag": "Db-r3",
		"code": "R3",
		"desc": "Recently created redirect from an implausible typo or misnomer. (R3)",
		"params": {},
		"anchor": "redirtypo",
		"talkpagenotiftopictitle": "pagetriage-del-tags-speedy-deletion-nomination-notify-topic-title",
		"talkpagenotiftpl": "Redirtypo-warn-NPF"
	}

This change is needed to allow the addition of redirect CSDs by PageTriage. The relevant templates that are referenced, already exist. (See Template:Db-r2, Template:CSD R2-warn-NPF, Template:Db-r3 and Template:Redirtypo-warn-NPF).

The relevant edits on the test wiki which show that this work are db-R2 ([6], [7]) and db-R3 ([8], [9]). -MPGuy2824 (talk) 10:20, 8 October 2022 (UTC)[reply]

 Donexaosflux Talk 18:13, 12 October 2022 (UTC)[reply]

Interface-protected edit request on 18 June 2023[edit]

Please add the following section, just after the dbr3 section:

,
	"dbg8_redirnone": {
		"label": "Redirect to non-existent/deleted page",
		"tag": "Db-redirnone",
		"code": "G8",
		"desc": "Redirect to a page that does not exist or has been deleted. (G8)",
		"params": {},
		"anchor": "redirnone",
		"talkpagenotiftopictitle": "pagetriage-del-tags-speedy-deletion-nomination-notify-topic-title",
		"talkpagenotiftpl": "Redirnone-warn-NPF"
	}

This change is needed to resolve phab:T337350. The relevant template Template:Redirnone-warn-NPF has been created. -MPGuy2824 (talk) 09:55, 18 June 2023 (UTC)[reply]

 Done @MPGuy2824: loaded in. — xaosflux Talk 15:50, 18 June 2023 (UTC)[reply]