Template:Monthly clean up category: Difference between revisions
(Created page with "<includeonly>{{Monthly clean-up category/outer core | type = {{{type|}}} | name part = {{Monthly clean-up category/name part|{{PAGENAME}}}} | toc = {{{toc|toc}}} | year = {{{year|{{#invoke:string|sub|{{PAGENAME}}|-4}}}}} | monthno = {{{monthno|{{Monthly clean-up category/monthno|{{PAGENAME}}}}}}} | month name = {{{month name|{{Monthly clean-up category/monthname|{{PAGENAME}}}}}}} | cat = {{{cat|}}} | hidden = {{{hidden|y}}} | me...") |
No edit summary |
||
Line 13: | Line 13: | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
<!-- PLEASE ADD CATEGORIES TO THE /doc SUBPAGE AND INTERWIKIS TO | <!-- PLEASE ADD CATEGORIES TO THE /doc SUBPAGE AND INTERWIKIS TO Bharatdata, THANK YOU! --> | ||
</noinclude> | </noinclude> |
Latest revision as of 14:18, 9 September 2024
![]() | This template is used on approximately 8,800 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them.
Transclusion count updated automatically (see documentation). |
Usage
The simplest usage is just {{Monthly clean-up category}} In this case a default message page for that group of categories will need to exist. See Template:Monthly clean-up category/Messages for a list of existing message pages and to understand the naming convention.
Also the category will need to follow the naming convention "Blah blah from May 2025". (See #Limitations for more information.)
If a red-linked counter category is shown, simply populate it with {{Counter category}}.
Parameter toc
- toc = focus - gives a focus letter
- toc = toc - give a category style table of contents
- toc = none -
- hidden = n - The category will not be hidden.
Examples
Focus
{{Monthly clean-up category
| type = silly articles
| message = silly articles should be deleted
| toc = focus
| cat = test stubs
}}
![]() | This is a maintenance category, used for maintenance of the Bharatpedia project. It is not part of the encyclopedia and contains non-article pages, or groups articles by status rather than subject. Do not include this category in content categories.
This is a tracking category. It builds and maintains a list of pages primarily for the sake of the list itself. They are not part of the encyclopedia's categorization scheme.
|
This category combines all silly articles from May 2025 (2025-05) to enable us to work through the backlog more systematically. It is a member of Category:test stubs.
silly articles should be deleted
Template:Focusmessage
Toc
{{Monthly clean-up category
| type = silly articles
| message = silly articles should be made sensible
| toc = toc
| cat = test stubs
}}
![]() | This is a maintenance category, used for maintenance of the Bharatpedia project. It is not part of the encyclopedia and contains non-article pages, or groups articles by status rather than subject. Do not include this category in content categories.
This is a tracking category. It builds and maintains a list of pages primarily for the sake of the list itself. They are not part of the encyclopedia's categorization scheme.
|
This category combines all silly articles from May 2025 (2025-05) to enable us to work through the backlog more systematically. It is a member of Category:test stubs.
silly articles should be made sensible
No TOC
{{Monthly clean-up category
| type = silly articles
| message = silly articles should be rewritten
| toc = none
| cat = test stubs
}}
![]() | This is a maintenance category, used for maintenance of the Bharatpedia project. It is not part of the encyclopedia and contains non-article pages, or groups articles by status rather than subject. Do not include this category in content categories.
This is a tracking category. It builds and maintains a list of pages primarily for the sake of the list itself. They are not part of the encyclopedia's categorization scheme.
|
This category combines all silly articles from May 2025 (2025-05) to enable us to work through the backlog more systematically. It is a member of Category:test stubs.
silly articles should be rewritten
Another example
{{Monthly clean-up category
| type = silly articles
| message = silly articles should be revised
| cat = test stubs
| hidden = n
}}
![]() | This is a maintenance category, used for maintenance of the Bharatpedia project. It is not part of the encyclopedia and contains non-article pages, or groups articles by status rather than subject. Do not include this category in content categories.
This is a tracking category. It builds and maintains a list of pages primarily for the sake of the list itself. They are not part of the encyclopedia's categorization scheme.
|
This category combines all silly articles from May 2025 (2025-05) to enable us to work through the backlog more systematically. It is a member of Category:test stubs.
silly articles should be revised
Nearly empty copy
{{Monthly clean-up category
| type =
| toc = toc
| cat =
| hidden = y
| message =
}}
Limitations
If the category name does not follow the convention "Blah blah from May 2025", the template will need to have "year" "month name" and "monthno" supplied.
Example
...
| monthno = {{CURRENTMONTH}}
| month name = {{CURRENTMONTHNAME}}
| year = {{CURRENTYEAR}}
...