Issue:Find unused files
From FollowTheScore
Description: | Return unused files |
Extension / Version: | DPL / ? |
Type / Status: | Change Request / open |
Problem
Is there a way to select images that are used (il_to NOT NULL, linked to by any other page)) or unsed?
I want to return a simple list of unused images, but also in combination, e.g. unused files, uploaded by a specifed user.
This should actually return a simple list of 5 unused files (if I understand the parameter correctly), but it doesn't.
{{#dpl: |debug=3 |namespace=Image |notlinksfrom=% |count=5 }}
- File:12345.JPG
- File:20070713 DynamicPageList2.zip
- File:20070718 DynamicPageList2.zip
- File:20071227 DPL calendar has error.png
- File:20071227 DPL calendar has no error-1.png
Reply
The problem is that notlinksfrom expects an exact article name; it does not understand 'LIKE %'.