From Wikipedia, the free encyclopedia
WikiProject icon Categories
WikiProject iconThis template is within the scope of WikiProject Categories, a collaborative effort to improve the coverage of categories on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.

Suggestions

  1. Given that this template is only relevant to empty categories, how about wrapping it in a PAGESINCAT check so that it only displays when a category is empty?
  2. I think the "type" should be changed back to "content" (major warnings); this was originally changed by Davidgothberg who didn't regard this template as a major warning (I disagree), though it's confusing as he says "red" in his edit summary (certainly "type" should not be set to "delete" or "speedy").
  3. Wording. "It is supposed to be empty most of the time" isn't necessarily going to be true in all cases. How about "This is a project category which may periodically become empty and is exempt from speedy deletion criteria C1."

Thoughts? PC78 ( talk) 12:53, 29 September 2009 (UTC) reply

I agree with #1 and #2 but disagree with #3. All those categories are supposed to be empty (even things like CSD). The fact that they are usually backlogged is irrelevant to this supposed state of affairs, so your proposed wording would be incorrect (especially on categories like CAT:HELPME). Regards So Why 13:05, 29 September 2009 (UTC) reply
Agree with SoWhy fully. Happymelon 14:02, 29 September 2009 (UTC) reply
The exact wording of CSD#C1 is "project categories that by their nature may become empty on occasion", which is more consistant with what I wrote rather the current wording of this template. I would assume this clause in C1 applies to WikiProject assessment categories; Category:FL-Class Agriculture articles (to give a random example) is an empty category that should not be deleted and is not "supposed to be empty most of the time". PC78 ( talk) 00:46, 30 September 2009 (UTC) reply
I support all three proposals. I find it strange to argue that CSD categories are "supposed to be empty", because it is impossible for requests to be attended to in zero time! "May periodically become empty" seems to cover all cases. — Martin ( MSGJ ·  talk) 16:03, 30 September 2009 (UTC) reply
In an ideal world, maintenance cats would spend most of their time happily empty. Unfortunately, we don't live in an ideal world, and as pointed out by PC78, maintenance cats aren't the only ones which may be periodically empty. I support all three proposals as well. ダイノガイ 千?! ? · Talk⇒Dinoguy1000 16:59, 30 September 2009 (UTC) reply
Regarding #1: on relection, would it not be confusing for the template to have no visible output if a category was not empty? An alternative could be to have the PAGESINCAT check alter "type" from "notice" (for popultaed categories) to "content" (for empty categories), and perhaps also change the severity of the wording. PC78 ( talk) 23:16, 30 September 2009 (UTC) reply
Sorry if I now might sound rude, but I promise I don't intend to:
1: Your suggested automatic detection does not work because page code and templates are not parsed on every page view. Pages are only reparsed (recreated) when they are not in the cache, or if the cached version is more than one week old, or if the page or a template on it has been edited, or if you purge the page. The page is not reparsed just because the number of pages or subcategories in the category changes. So it can take up to a week until the message box is shown after the category has become empty. (And of course, someone has to visit the page otherwise it is never reparsed since it is not needed.)
Also, the code you used is broken, it wouldn't work even if the page was reparsed on every page view. Your code currently makes that message box always show. Here's how your code should have looked:
{{#ifexpr:{{PAGESINCAT:{{PAGENAME}}|R}} > 0
| There are pages.
| There are no pages.
}}
Since this is a talk page it has no category listing, so for this talk page the code of course renders this:
There are no pages.
2: Right, I prefer yellow minor warning style. I guess it depends on how serious and frequent you think the problem with trigger happy admins is. And yes, my old edit comment said "red major warning style" which was a typo, since red is delete. I meant "orange major warning style". But I am worried that everyone always want to use stronger and stronger levels on their templates, thus weakening the warning level colours.
3: We created this message box since we needed it for some debug categories that actually are empty much of the time. That was its original usage, and it is still used on those categories. But I do realise that this message box is just as useful for categories who are only occasionally empty. And I see that it probably is unnecessary to have two different templates to cover these two cases. So we need some wording that works for both cases. Just saying "may periodically become empty" doesn't work for the categories where this box was first placed. We had such categories deleted in spite of such messages, with the comments from the deleting admins: "But I noticed this category had been empty for months now." But I think we should use simple and succinct wording. Here are my suggestions, number 1 to 3:
I think I prefer my suggestion 2 above. Note that I am not a native English speaker, so I guess some of my suggestions need some tweaking.
-- David Göthberg ( talk) 22:57, 25 October 2009 (UTC) reply
2 looks good. But I disagree with you about the warning level; I think orange is appropriate here. PC78 ( talk) 23:07, 25 October 2009 (UTC) reply
My code was of the following form:
{{#ifexpr:{{PAGESINCAT:{{PAGENAME}}}}
 |There are pages.
 |There are no pages.
}}
Okay, so I missed the R (to supress the comma in case the number became more than 1000. But you said "Your code currently makes that message box always show." and I think you are incorrect about this because the code was working fine on the examples that I tested it on, i.e. the ">0" bit is not required by ifexpr. — Martin ( MSGJ ·  talk) 08:08, 29 October 2009 (UTC) reply
PC78: Yes, I see that I am outvoted on the colour, so when I edited the box some day ago I retained the orange colour. But for now I added the text 2 above since you and I agree on it.
MSGJ: Ouch, I must have done some faulty testing. I retested it, and you are right, the #ifexpr doesn't need to have the comparison ">0".
But still, as I described above, the page rendering system will not show the template in time when needed. So unfortunately we can not use your code. And it would be confusing if the template was invisible when one add it. And I am sorry for this too, since we have wanted to use similar solutions in other places, but the delayed page rendering mostly have stopped that. We only use it for instance in {{ adminbacklog}} where it doesn't matter that it takes up to a week before the template changes.
-- David Göthberg ( talk) 22:50, 29 October 2009 (UTC) reply
We could perhaps use the PAGESINCAT check to change the type from "notice" (blue) to "content" (orange). It only needs to be a "major warning" if the category is actually empty, and since the template will be visible either way the problem you identify won't be that big a deal. PC78 ( talk) 00:23, 30 October 2009 (UTC) reply
At least add something like: if PAGESINCAT > 1000, then hide. Things like All articles that need to be wikified are never gonna be empty and the warning looks silly. Or make it smaller, it's not like accidental deletion of a empty maintenance category is that big of deal. Or what about using visible-to-admins-only css (i don't know what the class is called here) since it's addressed to them? Rocket000 ( talk) 19:19, 31 October 2009 (UTC) reply
I would prefer to use >0. As I understand all new visitors to a page get the fresh version, which is likely to apply to people patrolling empty categories or admins patrolling CSD. And as Rocket says, it's not a huge problem if it does get deleted anyway. — Martin ( MSGJ ·  talk) 22:28, 1 November 2009 (UTC) reply
Not necessarily: logged-in users don't hit the squid caches (too much personal JS, user links, etc, to load), but if someone with the same language, skin, stub threshold, thumbnail size, and various other settings, has visited the page before you, the HTML for the actual page content will still be served from cache. Happymelon 23:09, 1 November 2009 (UTC) reply
PC78, Rocket000 and MSGJ: Have you guys never heard about WYSIWYG and KISS?
Rocket000: If you make this template invisible to all non-admin users, how do you suppose they should be able to see and use this template? Since also non-admins create maintenance categories that can have use of this template. It would be pretty weird for non-admin users if they could not see the template they need to use.
And I don't think this template should be on categories like Category:All articles that need to be wikified who probably never will become empty. Using this template there is overuse. Rather, this template was created for categories like Category:Wikipedia category-redirect box parameter needs fixing who are often empty.
Rocket000 and MSGJ: We created this template exactly because we did have a problem with that our maintenance and tracking categories got deleted. Some of those categories contains explanations so that when users see the category on a page they can go to the category, be told what the problem is, and how to fix it. Again see for instance Category:Wikipedia category-redirect box parameter needs fixing. If that category is deleted then the users don't get the explanation they need.
And if the category would be deleted, and the caretaker/creator of the category is not an admin, then he can't simply recreate it. Instead he would have to spend time to figure out what to write again, or spend time contacting an admin for help to recreate it.
So again: You guys seem to think this warning is too strong, so then let's make this template yellow just as I have suggested several times before.
-- David Göthberg ( talk) 02:12, 3 November 2009 (UTC) reply

I see MZMcBride added a |hide=true option to the template. This seems to be for the benefit of Template:WPFILMS Category, to stop empty categories appearing in Wikipedia:Database reports/Empty categories (see discussion). I suggest adding a |hide=auto function for the benefits specified above. — Martin ( MSGJ ·  talk) 08:09, 3 November 2009 (UTC) reply

MSGJ: You just don't give up, do you? If you add a "hide=auto" feature, then it should at least have a trigger level of about 100 items or so. That at least gives the template some chance of showing before a category becomes empty. Since as we have already explained above, due to page caching it takes up to a week before the template changes when it passes the trigger level. Note that page content is cached separately, and the user's personal settings mostly affects the things outside the content area, thus most users see the same cached copy. Even the changes you see inside the content area really mostly are changes to the user's CSS files, thus doesn't change which cached copy is loaded at all.
Anyway, I have coded it up in {{ empty category/sandbox}} and tested it on some categories.
But still, we sometimes fix hundreds of items in one day, thus even with a trigger level of 100 items this template will often remain hidden on empty categories for days. So I think adding "hide=auto" is featuritis and is contrary to the purpose of this template.
Really, if you guys are so annoyed by seeing this template, then we can mark it with "class=template-empty-category" so you can make it invisible in your personal /monobook.css pages.
-- David Göthberg ( talk) 13:27, 3 November 2009 (UTC) reply
David, this has nothing to do with personal annoyance, it's about what's best for the template, and there's nothing wrong with a bit of brainstorming. Still, I concur that hiding the banner is more trouble than it's worth, and if you find my above suggestion unnecessary then so be it, but I certainly don't think it's the case that the simplest solution is always the best one. On that basis I think we should problably leave the banner as it is, though the documentation could perhaps be a little bit clearer on when it is and isn't useful to use it. PC78 ( talk) 17:01, 3 November 2009 (UTC) reply

Edit request on 11 August 2013

208.54.83.231 ( talk) 02:21, 11 August 2013 (UTC) reply

 Not done You need to specify what change you want made. Jackmcbarn ( talk) 02:47, 11 August 2013 (UTC) reply

Proposing rename to "Possibly empty category"

I propose this template be moved to "Possibly empty category" to avoid multiple avenues of confusion over the template's purpose and function. The name "Empty category" suggests it is used on exactly that, categories that are empty. There's a fairly recently created redirect here under the proposed new name so it'd have to be a move over redirect. The naming scheme behind our categories and category templates is something of a nightmare and this would be one small step in the right direction. Jason Quinn ( talk) 20:10, 16 February 2017 (UTC) reply

Done. There are almost 10k transclusions of the old category name. At some point it might be worthwhile renaming those. For now lets just see if any problems arise from the rename. Jason Quinn ( talk) 08:38, 5 March 2017 (UTC) reply
I reverted the rename, as this was definitely insufficiently discussed. Debresser ( talk) 22:06, 12 March 2017 (UTC) reply


Requested move 17 April 2017

The following is a closed discussion of a requested move. Please do not modify it. Subsequent comments should be made in a new section on the talk page. Editors desiring to contest the closing decision should consider a move review. No further edits should be made to this section.

The result of the move request was: moved. ( non-admin closure) Regards, Krishna Chaitanya Velaga ( talk • mail) 02:07, 25 April 2017 (UTC) reply


Template:Empty categoryTemplate:Possibly empty category – The original name is inherently confusing (see " Proposing rename to 'Possibly empty category'" thread above) as it very often applies to categories that are not actually empty. This is low-hanging fruit for any attempt to better organize our categorization templates. Jason Quinn ( talk) 14:20, 17 April 2017 (UTC) reply

Just want to point out that this move request comes after this same move was proposed in the section above and was executed without any support and then reverted. I see no benefit from this move, but don't really oppose it either. It is one of those meaningless requests, and proposing it does not serve any real purpose. Debresser ( talk) 18:47, 17 April 2017 (UTC) reply
The comment by @Pppery seems like a mistake. This is a maintenance template, not meant to propose deletion, but to warn for categories that are likely to be empty at certain times. Debresser ( talk) 15:03, 18 April 2017 (UTC) reply
No, that was not a mistake. I understand what this template does, and think that the name "empty category" better describes {{ db-c1}}, rather than this one. Ppp ery 18:55, 18 April 2017 (UTC) reply
Regardless of the pros/cons of retargeting, retargeting would first require bot work to clear the existing usage of the template out of the way. There'd also need to be a grace period to identify and fix any existing templates or automated tools that depend on the name. In light of the complexity there, is it acceptable to you to suspend that suggestion? It's much more complicated than this requested move, and I think it would deserve its own discussion in the future once the path forward is cleared. Jason Quinn ( talk) 19:40, 18 April 2017 (UTC) reply
@Pppery Now I see what you meant. I agree with Jason regarding salting that proposal. Debresser ( talk) 20:23, 18 April 2017 (UTC) reply
  • Support as this is not the template used to tag categories for which being empty is a problem, in fact, it's the opposite. –  Train2104 ( t •  c) 00:15, 24 April 2017 (UTC) reply

The above discussion is preserved as an archive of a requested move. Please do not modify it. Subsequent comments should be made in a new section on this talk page or in a move review. No further edits should be made to this section.

Empty categories database report.

I'm seeing some empty categories with the {{ Possibly empty category}} template in them that are appearing in Wikipedia:Database reports/Empty categories. Is it possible that the name change to this category is causing them to appear now? --Starcheerspeaksnewslostwars Talk to me 18:15, 28 May 2017 (UTC) reply

Hi, Starcheerspeaksnewslostwars. It's possible. I see you already made a change to Wikipedia:Database reports/Empty_categories/Configuration that might fix this. I'm not familier with the script but your edit looks promising. Cheers, Jason Quinn ( talk) 15:17, 6 June 2017 (UTC) reply

Proposal for new parameter

I propose a new parameter for this template so it can be used with dated categories. For example, if it were named |until= and the value was set in the "Month year" format,

{{Possibly empty category|until=June 2017}}

would render as:

Please support or oppose this proposal, preferably with some form of rationale. Thank you.-- John Cline ( talk) 19:51, 18 June 2017 (UTC) reply

  • Support - as proposer.-- John Cline ( talk) 19:51, 18 June 2017 (UTC) reply
  • Oppose I fail to see the need for this proposed parameter, or even its potential usefulness. Note, that there is absolutely no reason to suppose a maintenance category (where this template is most often applied) should stop being empty at any specific time. Also note, that no similar parameter exists on other templates. Debresser ( talk) 20:18, 18 June 2017 (UTC) reply
    A dated maintenance category only populates when its "Month year" date is current. If it is empty thereafter, presumably it should be deleted. Therefor, if I correct the single remaining article in Articles with too many wikilinks from May 2017, that category should be deleted whereas if I correct the single article in Articles with too many wikilinks from June 2017, it should not be deleted. This parameter would allow for using this template on dated categories too; where it currently can not be used. Best regards.-- John Cline ( talk) 21:42, 18 June 2017 (UTC) reply
First of all, this template was not meant to be used on dated maintenance categories. For precisely the reason I will explain to you now why I disagree with your argument. Because admins working with maintenance categories will understand themselves whether or not the time has come to delete the dated maintenance category. Making up an additional parameter is so assuming admins are stupid, and on the other hand assumes that somebody is smart enough to use this completely unknown parameter. Sorry, but this proposal lacks merit, IMHO. Debresser ( talk) 15:51, 19 June 2017 (UTC) reply
If you were correct, that I had assumed these things which you clearly assume I had, your hostility would be well placed. I assure you, my thoughts were benign and my intentions were born of good faith. If you had assumed this of me, instead, could we not still disagree?-- John Cline ( talk) 19:21, 19 June 2017 (UTC) reply
Sorry? I was not being hostile. At most I have been arguing passionately. I do not assume you assumed these things, since - no offense intended - I don't think you thought it through that well. Yes, I can still disagree with you. :) Debresser ( talk) 20:11, 19 June 2017 (UTC) reply
Thank you for setting this out in the above context; I, most certainly, do respect passion, and moreover, the souls strong in that trait. I am happy to count you in that group. Cheers.-- John Cline ( talk) 02:49, 24 June 2017 (UTC) reply

Guidelines for use?

Hey, fellow editors, I have a question about this template.

This template is used a lot (somewhere between 15,000 and 20,000 times) and I have placed it on my share of empty categories that I don't think should be deleted because they might be needed. But I've been noticing that it is a kind of "get out of jail free" card. It's being used on quite a lot of categories that are always empty. I found one working category for articles and I'm guessing that 75% of the categories were empty and they all had this template on them. What if these tagged categories are ALWAYS empty? Is it possible to get them reviewed? Would that be at CfD or some other place? I don't even know if any editors will notice this discussion on a template talk page but I thought I'd start somewhere. Any ideas? Liz Read! Talk! 01:56, 27 November 2018 (UTC) reply

  • I would suggest looking no further than the text of the C1 speedy deletion criterion: "This criterion applies to categories that have been unpopulated for at least seven days. This does not apply to disambiguation categories, category redirects, featured topics categories, categories under discussion at Wikipedia:Categories for discussion (or other such discussions), or project categories that by their nature may become empty on occasion (e.g. Category:Wikipedians looking for help)." In my experience the only question here is what qualifies as a project category that by its nature may become empty on occasion. A very long time ago I remember being involved in the wording of this criterion and I regret not being a bit more clear. It has always been my intent, and my belief was the overall intent at the time of the creation of this, that this was really for categories that were intended to be empty (such as backlog categories that tend to fill up and empty out regularly), not anything beyond that. The purpose of the C1 deletion criterion was because it's confusing and frustrating for the average Wikipedia user to be navigating through categories and end up at a dead end, and discouraging creation of them until they are actually in use is helpful so people don't just create an entire category system they think may be ideal but doesn't mesh well with the content they intend to categorize. Plus, categories are very easy to restore if & when they become populated. I definitely take the view that the empty category templates should be used sparingly and I've personally deleted quite a few categories that had the template because it had been incorrectly applied. VegaDark ( talk) 06:34, 27 November 2018 (UTC) reply
  • Do note that of those 20,000 only about 7,000 are actually empty, and about 3,000 of the empty ones are WikiProject class/importance categories, which seem to be consistently kept even when empty. * Pppery * it has begun... 04:27, 12 April 2021 (UTC) reply

Add category

Please add Category:Categories which should be not deleted Monniasza talk 17:50, 21 August 2019 (UTC) reply

 Not done Why would I add a redlinked category here? — xaosflux Talk 18:01, 21 August 2019 (UTC) reply
Category would collect categories which should not be deleted. Monniasza talk 08:50, 22 August 2019 (UTC) reply
Created category. Monniasza talk 09:49, 22 August 2019 (UTC) reply
@ Monniasza: I moved the category to Category:Possibly empty categories to reflect what I understand the intended usage is - its not that the category shouldn't be deleted, but rather that it may be empty from time to time (and thus shouldn't be deleted per C1) - if that is okay I'll edit the template accordingly (just ping me and let me know). Thanks, -- DannyS712 ( talk) 10:12, 22 August 2019 (UTC) reply
@ DannyS712: Please add category. Monniasza talk 12:01, 22 August 2019 (UTC) reply
 Not done I see no need for the creation of a tracking category here, when you can already get a list of all pages transcluding {{ possibly empty category}} via Special:WhatLinksHere/Template:Possibly empty category. * Pppery * it has begun... 14:13, 22 August 2019 (UTC) reply

Hiding this template when unneeded

This template is explicitly addressed to administrators, so should we wrap it in {{ If admin}} so that it doesn't clutter categories (see: banner blindness) for non-admins? Or, if we do see a reason to show it to non-admins, could we at least get it to appear only when a category is actually empty? {{u| Sdkb}} talk 22:07, 31 July 2021 (UTC) reply

Having notified WT:WikiProject Categories and WT:Cleanup and gotten no response, I'm going to proceed per WP:SILENCE. Hopefully this doesn't cause any issues. {{u| Sdkb}} talk 01:08, 14 August 2021 (UTC) reply
 Done so that it appears only on actually empty categories. {{u| Sdkb}} talk 07:24, 14 August 2021 (UTC) reply
@ Sdkb: Sorry, you just broke this template. Unless MediaWiki and Wikipedia page caching has changed a lot since I coded templates you can not trust the category count and similar measures. See the old discussion at top of this page for all the details. Since I am no longer an admin or template coder I can't revert you, someone else needs to fix this.
-- David Göthberg ( talk) 20:10, 9 November 2021 (UTC) reply
arrow Reverted * Pppery * it has begun... 20:15, 9 November 2021 (UTC) reply
@ Pppery see just below. {{u| Sdkb}} talk 20:16, 9 November 2021 (UTC) reply
As implemented, the hiding does not affect categorization, just the display. If we did something wrong and that's not actually the case, please let me know. Best, {{u| Sdkb}} talk 20:15, 9 November 2021 (UTC) reply
@ Sdkb: Your code made this template invisible also on many empty categories. Due to page caching the code might see say 10 categories on a category page that later on has no categories. Due to caching of the category page itself the code does not get rerun when new people see the page. So the humans see no categories on the page, but the template saw a category count when it was rendered some time ago.
Also: If the template is invisible when there is some categories on the category page, it becomes weird when you first time add the template to the page: Then you would not see the template you just added, which would be confusing.
Again: Please read the discussion in the top section of this page, it explains this in detail. We already discussed this before.
-- David Göthberg ( talk) 20:29, 9 November 2021 (UTC) reply
I only had a minute to respond earlier, but just read the above now; that makes sense. That's unfortunate, but I guess we can't get around the caching limitations. I still feel like we ought to be able to do something to make the system better, though. Perhaps instead of this template adding a banner it could just add pages to a category and use an edit filter to display a warning if an admin tries to delete them. Idk, but I'll leave that to others to figure out. Best, {{u| Sdkb}} talk 00:03, 10 November 2021 (UTC) reply

G8 may apply

I have updated the wording against deletion in line with [1] as per WP:G8, an empty category may be deleted if it relies on a deleted or retargeted template. SilkTork ( talk) 17:48, 8 November 2021 (UTC) reply

Makes sense. Primefac ( talk) 20:51, 8 November 2021 (UTC) reply
Would Please do not delete this category as empty be better than the current wording? That's all this template does, is mark categories that meet one of the exceptions to C1, and it is not a general shield against deletion under other criteria. * Pppery * it has begun... 22:13, 8 November 2021 (UTC) reply
I agree with @ Pppery: that wording is better, as G6 frequently applies to cats that transclude this template, and other G and C criteria less frequently (but not never). UnitedStatesian ( talk) 05:06, 10 November 2021 (UTC) reply
Updated to that wording. For what it's worth, I think G8 would be the more appropriate criterion for many of the categories you are G6-ing, but that really doesn't matter. * Pppery * it has begun... 15:50, 11 November 2021 (UTC) reply
This new phrasing strikes me as awkward. Perhaps Please do not delete this category merely for being empty works? I haven't fully followed the backstory to the change of wording but if somebody objected to to a category deletion based merely on the wording of the warning itself even when the purpose of the category no longer existed, that's clearly a mistake. This template is for categories that have a legit reason to exist and that might sometimes be empty but if the raison d'être for the category vanishes, the category should obviously be deleted too. I'm the author of the previous wording and I can see that the it was perhaps stronger than it needed to be, and perhaps this new proposed wording would be better. Jason Quinn ( talk) 05:03, 15 November 2021 (UTC) reply
Looking at the history:
  1. The initial wording when the template was created in January 2009 was Do not delete this category just because it is empty!
  2. Rich Farmbrough removed the just (leaving Do not delete this category because it is empty) in June 2009
  3. MSGJ added a please (leaving Please do not delete this category because it is empty) in November 2009.
  4. Jesse Viviano changed it to Please do not delete this category even if it is empty in January 2010, which was stable until this discussion.
I am fine with your proposal of Please do not delete this category merely for being empty, or any of the past wordings. * Pppery * it has begun... 05:12, 15 November 2021 (UTC) reply
Thanks for that. I totally mis-remembered what I did here. I renamed the template itself. Ha. Jason Quinn ( talk) 08:25, 15 November 2021 (UTC) reply

Slightly change the wording

The text should read Administrators: Please do not delete this category when empty rather than Administrators: Please do not delete this category as emptyGhostInTheMachine talk to me 20:09, 13 June 2022 (UTC) reply

Just came here to post a change request and see that I have already done that! Adding the template this time — GhostInTheMachine talk to me 09:56, 29 September 2023 (UTC) reply
 Not done: It's kind of a weird phrasing, but it's mean to read basically "don't delete this as an empty category" rather than "when empty", as the point of this template is to indicate the category will likely be empty a large portion of the time. Primefac ( talk) 10:02, 29 September 2023 (UTC) reply
Maybe Administrators: Please do not delete this category as being empty? — GhostInTheMachine talk to me 13:10, 29 September 2023 (UTC) reply
That feels superfluous to me, as the author of the current wording. Several better suggestions were made above. The point the wording is trying to make is that this category shouldn't be deleted as C1, but other deletion processes should proceed unhindered. * Pppery * it has begun... 14:23, 29 September 2023 (UTC) reply
Do not delete this category under C1 as being empty? Primefac ( talk) 14:27, 29 September 2023 (UTC) reply
Do not delete this category under C1? Admins presumably know what C1 is. * Pppery * it has begun... 14:29, 29 September 2023 (UTC) reply
I originally posted that then thought the opposite :-p
I do prefer the shorter version though. Primefac ( talk) 14:31, 29 September 2023 (UTC) reply

Template-protected edit request on 13 April 2024

Admins can technically delete pages, so for the convenience of others, please make the edit as described in this diff. Toadette ( Let's talk together!) 23:46, 13 April 2024 (UTC) reply

 Not done for now: please establish a consensus for this alteration before using the {{ Edit template-protected}} template. I think it is useful to show that text to all readers and editors in this case. – Jonesey95 ( talk) 15:20, 14 April 2024 (UTC) reply
From Wikipedia, the free encyclopedia
WikiProject icon Categories
WikiProject iconThis template is within the scope of WikiProject Categories, a collaborative effort to improve the coverage of categories on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.

Suggestions

  1. Given that this template is only relevant to empty categories, how about wrapping it in a PAGESINCAT check so that it only displays when a category is empty?
  2. I think the "type" should be changed back to "content" (major warnings); this was originally changed by Davidgothberg who didn't regard this template as a major warning (I disagree), though it's confusing as he says "red" in his edit summary (certainly "type" should not be set to "delete" or "speedy").
  3. Wording. "It is supposed to be empty most of the time" isn't necessarily going to be true in all cases. How about "This is a project category which may periodically become empty and is exempt from speedy deletion criteria C1."

Thoughts? PC78 ( talk) 12:53, 29 September 2009 (UTC) reply

I agree with #1 and #2 but disagree with #3. All those categories are supposed to be empty (even things like CSD). The fact that they are usually backlogged is irrelevant to this supposed state of affairs, so your proposed wording would be incorrect (especially on categories like CAT:HELPME). Regards So Why 13:05, 29 September 2009 (UTC) reply
Agree with SoWhy fully. Happymelon 14:02, 29 September 2009 (UTC) reply
The exact wording of CSD#C1 is "project categories that by their nature may become empty on occasion", which is more consistant with what I wrote rather the current wording of this template. I would assume this clause in C1 applies to WikiProject assessment categories; Category:FL-Class Agriculture articles (to give a random example) is an empty category that should not be deleted and is not "supposed to be empty most of the time". PC78 ( talk) 00:46, 30 September 2009 (UTC) reply
I support all three proposals. I find it strange to argue that CSD categories are "supposed to be empty", because it is impossible for requests to be attended to in zero time! "May periodically become empty" seems to cover all cases. — Martin ( MSGJ ·  talk) 16:03, 30 September 2009 (UTC) reply
In an ideal world, maintenance cats would spend most of their time happily empty. Unfortunately, we don't live in an ideal world, and as pointed out by PC78, maintenance cats aren't the only ones which may be periodically empty. I support all three proposals as well. ダイノガイ 千?! ? · Talk⇒Dinoguy1000 16:59, 30 September 2009 (UTC) reply
Regarding #1: on relection, would it not be confusing for the template to have no visible output if a category was not empty? An alternative could be to have the PAGESINCAT check alter "type" from "notice" (for popultaed categories) to "content" (for empty categories), and perhaps also change the severity of the wording. PC78 ( talk) 23:16, 30 September 2009 (UTC) reply
Sorry if I now might sound rude, but I promise I don't intend to:
1: Your suggested automatic detection does not work because page code and templates are not parsed on every page view. Pages are only reparsed (recreated) when they are not in the cache, or if the cached version is more than one week old, or if the page or a template on it has been edited, or if you purge the page. The page is not reparsed just because the number of pages or subcategories in the category changes. So it can take up to a week until the message box is shown after the category has become empty. (And of course, someone has to visit the page otherwise it is never reparsed since it is not needed.)
Also, the code you used is broken, it wouldn't work even if the page was reparsed on every page view. Your code currently makes that message box always show. Here's how your code should have looked:
{{#ifexpr:{{PAGESINCAT:{{PAGENAME}}|R}} > 0
| There are pages.
| There are no pages.
}}
Since this is a talk page it has no category listing, so for this talk page the code of course renders this:
There are no pages.
2: Right, I prefer yellow minor warning style. I guess it depends on how serious and frequent you think the problem with trigger happy admins is. And yes, my old edit comment said "red major warning style" which was a typo, since red is delete. I meant "orange major warning style". But I am worried that everyone always want to use stronger and stronger levels on their templates, thus weakening the warning level colours.
3: We created this message box since we needed it for some debug categories that actually are empty much of the time. That was its original usage, and it is still used on those categories. But I do realise that this message box is just as useful for categories who are only occasionally empty. And I see that it probably is unnecessary to have two different templates to cover these two cases. So we need some wording that works for both cases. Just saying "may periodically become empty" doesn't work for the categories where this box was first placed. We had such categories deleted in spite of such messages, with the comments from the deleting admins: "But I noticed this category had been empty for months now." But I think we should use simple and succinct wording. Here are my suggestions, number 1 to 3:
I think I prefer my suggestion 2 above. Note that I am not a native English speaker, so I guess some of my suggestions need some tweaking.
-- David Göthberg ( talk) 22:57, 25 October 2009 (UTC) reply
2 looks good. But I disagree with you about the warning level; I think orange is appropriate here. PC78 ( talk) 23:07, 25 October 2009 (UTC) reply
My code was of the following form:
{{#ifexpr:{{PAGESINCAT:{{PAGENAME}}}}
 |There are pages.
 |There are no pages.
}}
Okay, so I missed the R (to supress the comma in case the number became more than 1000. But you said "Your code currently makes that message box always show." and I think you are incorrect about this because the code was working fine on the examples that I tested it on, i.e. the ">0" bit is not required by ifexpr. — Martin ( MSGJ ·  talk) 08:08, 29 October 2009 (UTC) reply
PC78: Yes, I see that I am outvoted on the colour, so when I edited the box some day ago I retained the orange colour. But for now I added the text 2 above since you and I agree on it.
MSGJ: Ouch, I must have done some faulty testing. I retested it, and you are right, the #ifexpr doesn't need to have the comparison ">0".
But still, as I described above, the page rendering system will not show the template in time when needed. So unfortunately we can not use your code. And it would be confusing if the template was invisible when one add it. And I am sorry for this too, since we have wanted to use similar solutions in other places, but the delayed page rendering mostly have stopped that. We only use it for instance in {{ adminbacklog}} where it doesn't matter that it takes up to a week before the template changes.
-- David Göthberg ( talk) 22:50, 29 October 2009 (UTC) reply
We could perhaps use the PAGESINCAT check to change the type from "notice" (blue) to "content" (orange). It only needs to be a "major warning" if the category is actually empty, and since the template will be visible either way the problem you identify won't be that big a deal. PC78 ( talk) 00:23, 30 October 2009 (UTC) reply
At least add something like: if PAGESINCAT > 1000, then hide. Things like All articles that need to be wikified are never gonna be empty and the warning looks silly. Or make it smaller, it's not like accidental deletion of a empty maintenance category is that big of deal. Or what about using visible-to-admins-only css (i don't know what the class is called here) since it's addressed to them? Rocket000 ( talk) 19:19, 31 October 2009 (UTC) reply
I would prefer to use >0. As I understand all new visitors to a page get the fresh version, which is likely to apply to people patrolling empty categories or admins patrolling CSD. And as Rocket says, it's not a huge problem if it does get deleted anyway. — Martin ( MSGJ ·  talk) 22:28, 1 November 2009 (UTC) reply
Not necessarily: logged-in users don't hit the squid caches (too much personal JS, user links, etc, to load), but if someone with the same language, skin, stub threshold, thumbnail size, and various other settings, has visited the page before you, the HTML for the actual page content will still be served from cache. Happymelon 23:09, 1 November 2009 (UTC) reply
PC78, Rocket000 and MSGJ: Have you guys never heard about WYSIWYG and KISS?
Rocket000: If you make this template invisible to all non-admin users, how do you suppose they should be able to see and use this template? Since also non-admins create maintenance categories that can have use of this template. It would be pretty weird for non-admin users if they could not see the template they need to use.
And I don't think this template should be on categories like Category:All articles that need to be wikified who probably never will become empty. Using this template there is overuse. Rather, this template was created for categories like Category:Wikipedia category-redirect box parameter needs fixing who are often empty.
Rocket000 and MSGJ: We created this template exactly because we did have a problem with that our maintenance and tracking categories got deleted. Some of those categories contains explanations so that when users see the category on a page they can go to the category, be told what the problem is, and how to fix it. Again see for instance Category:Wikipedia category-redirect box parameter needs fixing. If that category is deleted then the users don't get the explanation they need.
And if the category would be deleted, and the caretaker/creator of the category is not an admin, then he can't simply recreate it. Instead he would have to spend time to figure out what to write again, or spend time contacting an admin for help to recreate it.
So again: You guys seem to think this warning is too strong, so then let's make this template yellow just as I have suggested several times before.
-- David Göthberg ( talk) 02:12, 3 November 2009 (UTC) reply

I see MZMcBride added a |hide=true option to the template. This seems to be for the benefit of Template:WPFILMS Category, to stop empty categories appearing in Wikipedia:Database reports/Empty categories (see discussion). I suggest adding a |hide=auto function for the benefits specified above. — Martin ( MSGJ ·  talk) 08:09, 3 November 2009 (UTC) reply

MSGJ: You just don't give up, do you? If you add a "hide=auto" feature, then it should at least have a trigger level of about 100 items or so. That at least gives the template some chance of showing before a category becomes empty. Since as we have already explained above, due to page caching it takes up to a week before the template changes when it passes the trigger level. Note that page content is cached separately, and the user's personal settings mostly affects the things outside the content area, thus most users see the same cached copy. Even the changes you see inside the content area really mostly are changes to the user's CSS files, thus doesn't change which cached copy is loaded at all.
Anyway, I have coded it up in {{ empty category/sandbox}} and tested it on some categories.
But still, we sometimes fix hundreds of items in one day, thus even with a trigger level of 100 items this template will often remain hidden on empty categories for days. So I think adding "hide=auto" is featuritis and is contrary to the purpose of this template.
Really, if you guys are so annoyed by seeing this template, then we can mark it with "class=template-empty-category" so you can make it invisible in your personal /monobook.css pages.
-- David Göthberg ( talk) 13:27, 3 November 2009 (UTC) reply
David, this has nothing to do with personal annoyance, it's about what's best for the template, and there's nothing wrong with a bit of brainstorming. Still, I concur that hiding the banner is more trouble than it's worth, and if you find my above suggestion unnecessary then so be it, but I certainly don't think it's the case that the simplest solution is always the best one. On that basis I think we should problably leave the banner as it is, though the documentation could perhaps be a little bit clearer on when it is and isn't useful to use it. PC78 ( talk) 17:01, 3 November 2009 (UTC) reply

Edit request on 11 August 2013

208.54.83.231 ( talk) 02:21, 11 August 2013 (UTC) reply

 Not done You need to specify what change you want made. Jackmcbarn ( talk) 02:47, 11 August 2013 (UTC) reply

Proposing rename to "Possibly empty category"

I propose this template be moved to "Possibly empty category" to avoid multiple avenues of confusion over the template's purpose and function. The name "Empty category" suggests it is used on exactly that, categories that are empty. There's a fairly recently created redirect here under the proposed new name so it'd have to be a move over redirect. The naming scheme behind our categories and category templates is something of a nightmare and this would be one small step in the right direction. Jason Quinn ( talk) 20:10, 16 February 2017 (UTC) reply

Done. There are almost 10k transclusions of the old category name. At some point it might be worthwhile renaming those. For now lets just see if any problems arise from the rename. Jason Quinn ( talk) 08:38, 5 March 2017 (UTC) reply
I reverted the rename, as this was definitely insufficiently discussed. Debresser ( talk) 22:06, 12 March 2017 (UTC) reply


Requested move 17 April 2017

The following is a closed discussion of a requested move. Please do not modify it. Subsequent comments should be made in a new section on the talk page. Editors desiring to contest the closing decision should consider a move review. No further edits should be made to this section.

The result of the move request was: moved. ( non-admin closure) Regards, Krishna Chaitanya Velaga ( talk • mail) 02:07, 25 April 2017 (UTC) reply


Template:Empty categoryTemplate:Possibly empty category – The original name is inherently confusing (see " Proposing rename to 'Possibly empty category'" thread above) as it very often applies to categories that are not actually empty. This is low-hanging fruit for any attempt to better organize our categorization templates. Jason Quinn ( talk) 14:20, 17 April 2017 (UTC) reply

Just want to point out that this move request comes after this same move was proposed in the section above and was executed without any support and then reverted. I see no benefit from this move, but don't really oppose it either. It is one of those meaningless requests, and proposing it does not serve any real purpose. Debresser ( talk) 18:47, 17 April 2017 (UTC) reply
The comment by @Pppery seems like a mistake. This is a maintenance template, not meant to propose deletion, but to warn for categories that are likely to be empty at certain times. Debresser ( talk) 15:03, 18 April 2017 (UTC) reply
No, that was not a mistake. I understand what this template does, and think that the name "empty category" better describes {{ db-c1}}, rather than this one. Ppp ery 18:55, 18 April 2017 (UTC) reply
Regardless of the pros/cons of retargeting, retargeting would first require bot work to clear the existing usage of the template out of the way. There'd also need to be a grace period to identify and fix any existing templates or automated tools that depend on the name. In light of the complexity there, is it acceptable to you to suspend that suggestion? It's much more complicated than this requested move, and I think it would deserve its own discussion in the future once the path forward is cleared. Jason Quinn ( talk) 19:40, 18 April 2017 (UTC) reply
@Pppery Now I see what you meant. I agree with Jason regarding salting that proposal. Debresser ( talk) 20:23, 18 April 2017 (UTC) reply
  • Support as this is not the template used to tag categories for which being empty is a problem, in fact, it's the opposite. –  Train2104 ( t •  c) 00:15, 24 April 2017 (UTC) reply

The above discussion is preserved as an archive of a requested move. Please do not modify it. Subsequent comments should be made in a new section on this talk page or in a move review. No further edits should be made to this section.

Empty categories database report.

I'm seeing some empty categories with the {{ Possibly empty category}} template in them that are appearing in Wikipedia:Database reports/Empty categories. Is it possible that the name change to this category is causing them to appear now? --Starcheerspeaksnewslostwars Talk to me 18:15, 28 May 2017 (UTC) reply

Hi, Starcheerspeaksnewslostwars. It's possible. I see you already made a change to Wikipedia:Database reports/Empty_categories/Configuration that might fix this. I'm not familier with the script but your edit looks promising. Cheers, Jason Quinn ( talk) 15:17, 6 June 2017 (UTC) reply

Proposal for new parameter

I propose a new parameter for this template so it can be used with dated categories. For example, if it were named |until= and the value was set in the "Month year" format,

{{Possibly empty category|until=June 2017}}

would render as:

Please support or oppose this proposal, preferably with some form of rationale. Thank you.-- John Cline ( talk) 19:51, 18 June 2017 (UTC) reply

  • Support - as proposer.-- John Cline ( talk) 19:51, 18 June 2017 (UTC) reply
  • Oppose I fail to see the need for this proposed parameter, or even its potential usefulness. Note, that there is absolutely no reason to suppose a maintenance category (where this template is most often applied) should stop being empty at any specific time. Also note, that no similar parameter exists on other templates. Debresser ( talk) 20:18, 18 June 2017 (UTC) reply
    A dated maintenance category only populates when its "Month year" date is current. If it is empty thereafter, presumably it should be deleted. Therefor, if I correct the single remaining article in Articles with too many wikilinks from May 2017, that category should be deleted whereas if I correct the single article in Articles with too many wikilinks from June 2017, it should not be deleted. This parameter would allow for using this template on dated categories too; where it currently can not be used. Best regards.-- John Cline ( talk) 21:42, 18 June 2017 (UTC) reply
First of all, this template was not meant to be used on dated maintenance categories. For precisely the reason I will explain to you now why I disagree with your argument. Because admins working with maintenance categories will understand themselves whether or not the time has come to delete the dated maintenance category. Making up an additional parameter is so assuming admins are stupid, and on the other hand assumes that somebody is smart enough to use this completely unknown parameter. Sorry, but this proposal lacks merit, IMHO. Debresser ( talk) 15:51, 19 June 2017 (UTC) reply
If you were correct, that I had assumed these things which you clearly assume I had, your hostility would be well placed. I assure you, my thoughts were benign and my intentions were born of good faith. If you had assumed this of me, instead, could we not still disagree?-- John Cline ( talk) 19:21, 19 June 2017 (UTC) reply
Sorry? I was not being hostile. At most I have been arguing passionately. I do not assume you assumed these things, since - no offense intended - I don't think you thought it through that well. Yes, I can still disagree with you. :) Debresser ( talk) 20:11, 19 June 2017 (UTC) reply
Thank you for setting this out in the above context; I, most certainly, do respect passion, and moreover, the souls strong in that trait. I am happy to count you in that group. Cheers.-- John Cline ( talk) 02:49, 24 June 2017 (UTC) reply

Guidelines for use?

Hey, fellow editors, I have a question about this template.

This template is used a lot (somewhere between 15,000 and 20,000 times) and I have placed it on my share of empty categories that I don't think should be deleted because they might be needed. But I've been noticing that it is a kind of "get out of jail free" card. It's being used on quite a lot of categories that are always empty. I found one working category for articles and I'm guessing that 75% of the categories were empty and they all had this template on them. What if these tagged categories are ALWAYS empty? Is it possible to get them reviewed? Would that be at CfD or some other place? I don't even know if any editors will notice this discussion on a template talk page but I thought I'd start somewhere. Any ideas? Liz Read! Talk! 01:56, 27 November 2018 (UTC) reply

  • I would suggest looking no further than the text of the C1 speedy deletion criterion: "This criterion applies to categories that have been unpopulated for at least seven days. This does not apply to disambiguation categories, category redirects, featured topics categories, categories under discussion at Wikipedia:Categories for discussion (or other such discussions), or project categories that by their nature may become empty on occasion (e.g. Category:Wikipedians looking for help)." In my experience the only question here is what qualifies as a project category that by its nature may become empty on occasion. A very long time ago I remember being involved in the wording of this criterion and I regret not being a bit more clear. It has always been my intent, and my belief was the overall intent at the time of the creation of this, that this was really for categories that were intended to be empty (such as backlog categories that tend to fill up and empty out regularly), not anything beyond that. The purpose of the C1 deletion criterion was because it's confusing and frustrating for the average Wikipedia user to be navigating through categories and end up at a dead end, and discouraging creation of them until they are actually in use is helpful so people don't just create an entire category system they think may be ideal but doesn't mesh well with the content they intend to categorize. Plus, categories are very easy to restore if & when they become populated. I definitely take the view that the empty category templates should be used sparingly and I've personally deleted quite a few categories that had the template because it had been incorrectly applied. VegaDark ( talk) 06:34, 27 November 2018 (UTC) reply
  • Do note that of those 20,000 only about 7,000 are actually empty, and about 3,000 of the empty ones are WikiProject class/importance categories, which seem to be consistently kept even when empty. * Pppery * it has begun... 04:27, 12 April 2021 (UTC) reply

Add category

Please add Category:Categories which should be not deleted Monniasza talk 17:50, 21 August 2019 (UTC) reply

 Not done Why would I add a redlinked category here? — xaosflux Talk 18:01, 21 August 2019 (UTC) reply
Category would collect categories which should not be deleted. Monniasza talk 08:50, 22 August 2019 (UTC) reply
Created category. Monniasza talk 09:49, 22 August 2019 (UTC) reply
@ Monniasza: I moved the category to Category:Possibly empty categories to reflect what I understand the intended usage is - its not that the category shouldn't be deleted, but rather that it may be empty from time to time (and thus shouldn't be deleted per C1) - if that is okay I'll edit the template accordingly (just ping me and let me know). Thanks, -- DannyS712 ( talk) 10:12, 22 August 2019 (UTC) reply
@ DannyS712: Please add category. Monniasza talk 12:01, 22 August 2019 (UTC) reply
 Not done I see no need for the creation of a tracking category here, when you can already get a list of all pages transcluding {{ possibly empty category}} via Special:WhatLinksHere/Template:Possibly empty category. * Pppery * it has begun... 14:13, 22 August 2019 (UTC) reply

Hiding this template when unneeded

This template is explicitly addressed to administrators, so should we wrap it in {{ If admin}} so that it doesn't clutter categories (see: banner blindness) for non-admins? Or, if we do see a reason to show it to non-admins, could we at least get it to appear only when a category is actually empty? {{u| Sdkb}} talk 22:07, 31 July 2021 (UTC) reply

Having notified WT:WikiProject Categories and WT:Cleanup and gotten no response, I'm going to proceed per WP:SILENCE. Hopefully this doesn't cause any issues. {{u| Sdkb}} talk 01:08, 14 August 2021 (UTC) reply
 Done so that it appears only on actually empty categories. {{u| Sdkb}} talk 07:24, 14 August 2021 (UTC) reply
@ Sdkb: Sorry, you just broke this template. Unless MediaWiki and Wikipedia page caching has changed a lot since I coded templates you can not trust the category count and similar measures. See the old discussion at top of this page for all the details. Since I am no longer an admin or template coder I can't revert you, someone else needs to fix this.
-- David Göthberg ( talk) 20:10, 9 November 2021 (UTC) reply
arrow Reverted * Pppery * it has begun... 20:15, 9 November 2021 (UTC) reply
@ Pppery see just below. {{u| Sdkb}} talk 20:16, 9 November 2021 (UTC) reply
As implemented, the hiding does not affect categorization, just the display. If we did something wrong and that's not actually the case, please let me know. Best, {{u| Sdkb}} talk 20:15, 9 November 2021 (UTC) reply
@ Sdkb: Your code made this template invisible also on many empty categories. Due to page caching the code might see say 10 categories on a category page that later on has no categories. Due to caching of the category page itself the code does not get rerun when new people see the page. So the humans see no categories on the page, but the template saw a category count when it was rendered some time ago.
Also: If the template is invisible when there is some categories on the category page, it becomes weird when you first time add the template to the page: Then you would not see the template you just added, which would be confusing.
Again: Please read the discussion in the top section of this page, it explains this in detail. We already discussed this before.
-- David Göthberg ( talk) 20:29, 9 November 2021 (UTC) reply
I only had a minute to respond earlier, but just read the above now; that makes sense. That's unfortunate, but I guess we can't get around the caching limitations. I still feel like we ought to be able to do something to make the system better, though. Perhaps instead of this template adding a banner it could just add pages to a category and use an edit filter to display a warning if an admin tries to delete them. Idk, but I'll leave that to others to figure out. Best, {{u| Sdkb}} talk 00:03, 10 November 2021 (UTC) reply

G8 may apply

I have updated the wording against deletion in line with [1] as per WP:G8, an empty category may be deleted if it relies on a deleted or retargeted template. SilkTork ( talk) 17:48, 8 November 2021 (UTC) reply

Makes sense. Primefac ( talk) 20:51, 8 November 2021 (UTC) reply
Would Please do not delete this category as empty be better than the current wording? That's all this template does, is mark categories that meet one of the exceptions to C1, and it is not a general shield against deletion under other criteria. * Pppery * it has begun... 22:13, 8 November 2021 (UTC) reply
I agree with @ Pppery: that wording is better, as G6 frequently applies to cats that transclude this template, and other G and C criteria less frequently (but not never). UnitedStatesian ( talk) 05:06, 10 November 2021 (UTC) reply
Updated to that wording. For what it's worth, I think G8 would be the more appropriate criterion for many of the categories you are G6-ing, but that really doesn't matter. * Pppery * it has begun... 15:50, 11 November 2021 (UTC) reply
This new phrasing strikes me as awkward. Perhaps Please do not delete this category merely for being empty works? I haven't fully followed the backstory to the change of wording but if somebody objected to to a category deletion based merely on the wording of the warning itself even when the purpose of the category no longer existed, that's clearly a mistake. This template is for categories that have a legit reason to exist and that might sometimes be empty but if the raison d'être for the category vanishes, the category should obviously be deleted too. I'm the author of the previous wording and I can see that the it was perhaps stronger than it needed to be, and perhaps this new proposed wording would be better. Jason Quinn ( talk) 05:03, 15 November 2021 (UTC) reply
Looking at the history:
  1. The initial wording when the template was created in January 2009 was Do not delete this category just because it is empty!
  2. Rich Farmbrough removed the just (leaving Do not delete this category because it is empty) in June 2009
  3. MSGJ added a please (leaving Please do not delete this category because it is empty) in November 2009.
  4. Jesse Viviano changed it to Please do not delete this category even if it is empty in January 2010, which was stable until this discussion.
I am fine with your proposal of Please do not delete this category merely for being empty, or any of the past wordings. * Pppery * it has begun... 05:12, 15 November 2021 (UTC) reply
Thanks for that. I totally mis-remembered what I did here. I renamed the template itself. Ha. Jason Quinn ( talk) 08:25, 15 November 2021 (UTC) reply

Slightly change the wording

The text should read Administrators: Please do not delete this category when empty rather than Administrators: Please do not delete this category as emptyGhostInTheMachine talk to me 20:09, 13 June 2022 (UTC) reply

Just came here to post a change request and see that I have already done that! Adding the template this time — GhostInTheMachine talk to me 09:56, 29 September 2023 (UTC) reply
 Not done: It's kind of a weird phrasing, but it's mean to read basically "don't delete this as an empty category" rather than "when empty", as the point of this template is to indicate the category will likely be empty a large portion of the time. Primefac ( talk) 10:02, 29 September 2023 (UTC) reply
Maybe Administrators: Please do not delete this category as being empty? — GhostInTheMachine talk to me 13:10, 29 September 2023 (UTC) reply
That feels superfluous to me, as the author of the current wording. Several better suggestions were made above. The point the wording is trying to make is that this category shouldn't be deleted as C1, but other deletion processes should proceed unhindered. * Pppery * it has begun... 14:23, 29 September 2023 (UTC) reply
Do not delete this category under C1 as being empty? Primefac ( talk) 14:27, 29 September 2023 (UTC) reply
Do not delete this category under C1? Admins presumably know what C1 is. * Pppery * it has begun... 14:29, 29 September 2023 (UTC) reply
I originally posted that then thought the opposite :-p
I do prefer the shorter version though. Primefac ( talk) 14:31, 29 September 2023 (UTC) reply

Template-protected edit request on 13 April 2024

Admins can technically delete pages, so for the convenience of others, please make the edit as described in this diff. Toadette ( Let's talk together!) 23:46, 13 April 2024 (UTC) reply

 Not done for now: please establish a consensus for this alteration before using the {{ Edit template-protected}} template. I think it is useful to show that text to all readers and editors in this case. – Jonesey95 ( talk) 15:20, 14 April 2024 (UTC) reply

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook