Difference between revisions of "Template:File category check/doc"
Jump to navigation
Jump to search
(updated modification date) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | == Explanation == | |
+ | Files should always be in at least one of [[:Category:Images]], [[:Category:Videos]] or [[:Category:Sounds]]. Usually [[Special:UncategorizedFiles]] should be sufficient to detect them but templates like [[Template:Biotech]] add the files to other kinds of categories. To files that are categorized but lack a file category an inline query isn't enough, but can be done in combination with this template. | ||
− | {{#ask: [[File:+]] [[Modification date:: | + | == Code == |
− | | limit = 500 | template = File category check | link = none | + | The following can be used to systematically scan all files in badges of 500 (upper limit): |
+ | <pre> | ||
+ | {{#ask: [[File:+]] [[Modification date::>10 February 2024 20:30:50]] | ||
+ | | limit = 500 | format = template | template = File category check | link = none | ||
| named args = yes | | named args = yes | ||
| ? = file | | ? = file | ||
− | | | + | | ?Category = Category |
+ | | ?Modification date = Date | ||
+ | | sort = Modification date | ||
| offset = 0 | | offset = 0 | ||
}} | }} | ||
− | {{# | + | The last checked file has a ''Modification date'' of: {{#var:date}} |
− | + | </pre> | |
− | |||
− | |||
− | |||
− | |||
− | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | == Output == | |
− | + | If there are no files below this text, there are no files that are not in a file category. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | {{#ask: [[File:+]] [[Modification date:: | + | {{#ask: [[File:+]] [[Modification date::>10 February 2024 20:30:50]] |
− | | limit = 500 | template = File category check | link = none | + | | limit = 500 | format = template | template = File category check | link = none |
| named args = yes | | named args = yes | ||
| ? = file | | ? = file | ||
− | | | + | | ?Category = Category |
− | | | + | | ?Modification date = Date |
− | + | | sort = Modification date | |
− | + | | offset = 0 | |
− | |||
− | |||
− | |||
− | |||
− | | sort = | ||
− | | offset = | ||
}} | }} | ||
− | {{# | + | The last checked file has a ''Modification date'' of: {{#var:date}} {{#ifeq: {{#var:date}} | {{#show: {{#ask: [[File:+]] [[Modification date::+]] | limit = 1 | link = none | searchlabel = | sort = Modification date | order = descending }} | ?Modification date }} | Which is the date of the most recent edit. {{Check}} | There are still more to go. {{Cross}} }} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | }} | ||
− | |||
− | {{# | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | }} | ||
− | |||
− | {{# | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {{#ask: [[File:+]] [[Modification date::+]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | }} | ||
− | <includeonly>[[Category:Templates]]</includeonly> | + | <includeonly>[[Category:Wiki maintenance]] [[Category:Templates]]</includeonly> |
<noinclude>[[Category:Template documentation]]</noinclude> | <noinclude>[[Category:Template documentation]]</noinclude> |
Latest revision as of 09:52, 5 April 2024
Explanation[edit]
Files should always be in at least one of Category:Images, Category:Videos or Category:Sounds. Usually Special:UncategorizedFiles should be sufficient to detect them but templates like Template:Biotech add the files to other kinds of categories. To files that are categorized but lack a file category an inline query isn't enough, but can be done in combination with this template.
Code[edit]
The following can be used to systematically scan all files in badges of 500 (upper limit):
{{#ask: [[File:+]] [[Modification date::>10 February 2024 20:30:50]] | limit = 500 | format = template | template = File category check | link = none | named args = yes | ? = file | ?Category = Category | ?Modification date = Date | sort = Modification date | offset = 0 }} The last checked file has a ''Modification date'' of: {{#var:date}}
Output[edit]
If there are no files below this text, there are no files that are not in a file category.
The last checked file has a Modification date of: 26 July 2024 03:32:56 There are still more to go.