EveryCRT:Maintenance: Difference between revisions
Add diagnostic query and try alternative approach for orphaned documents (via update-page on MediaWiki MCP Server) |
Update document queries to use new automatic categories (more reliable than SMW !+ queries) (via update-page on MediaWiki MCP Server) |
||
| Line 6: | Line 6: | ||
__TOC__ | __TOC__ | ||
== Documents | == Documents Missing Content == | ||
These documents have been created but don't link to any actual content — they need either a '''url''' (external link) or '''file''' (uploaded document) to be useful. The template automatically adds them to [[:Category:Documents missing content]]. | |||
{{#ask: | {{#ask: | ||
[[Category:Documents]] | [[Category:Documents missing content]] | ||
|?Has document | |?Has document type=Type | ||
|?Has document | |?Has document title=Title | ||
|?Has related CRT model=Related CRT | |?Has related CRT model=Related CRT | ||
|?Has related AV device=Related AV | |?Has related AV device=Related AV Device | ||
|format=table | |format=table | ||
|class=wikitable sortable | |class=wikitable sortable | ||
|mainlabel=Document | |mainlabel=Document | ||
|limit= | |limit=100 | ||
| | |default=✓ All documents have either a URL or file. | ||
}} | }} | ||
To fix these: | |||
# Visit the document page | |||
# Click "Edit this data" or use [[Special:FormEdit/Document/PAGENAME]] | |||
# Add either a '''url''' (for external links like ManualsLib or Archive.org) or upload a '''file''' | |||
' | == Orphaned Documents == | ||
These documents aren't linked to any CRT model or AV device, so they won't appear in any product page's documentation section. The template automatically adds them to [[:Category:Orphaned documents]]. | |||
{{#ask: | {{#ask: | ||
[[Category: | [[Category:Orphaned documents]] | ||
|?Has document type=Type | |||
|?Has document title=Title | |||
|format= | |?Has document URL=URL | ||
|?Has document file=File | |||
|format=table | |||
|class=wikitable sortable | |||
|mainlabel=Document | |||
|limit=100 | |limit=100 | ||
|default=✓ | |default=✓ All documents are linked to at least one CRT model or AV device. | ||
}} | }} | ||
To fix | To fix these: | ||
# | # Edit the document page using [[Special:FormEdit/Document/PAGENAME]] | ||
# Add the appropriate CRT model(s) in the '''crt_models''' field or AV device(s) in the '''av_devices''' field | |||
# Add the | |||
== CRT Models Missing Images == | == CRT Models Missing Images == | ||
| Line 231: | Line 227: | ||
* '''CRT models needing images:''' {{#ask:[[Category:CRT models needing images]]|format=count}} | * '''CRT models needing images:''' {{#ask:[[Category:CRT models needing images]]|format=count}} | ||
* '''CRT stubs (missing screen size):''' {{#ask:[[Category:CRT stubs]]|format=count}} | * '''CRT stubs (missing screen size):''' {{#ask:[[Category:CRT stubs]]|format=count}} | ||
* '''CRTs without series:''' {{#ask:[[Category:CRTs without series]]|format=count}} | |||
* '''Total documents:''' {{#ask:[[Category:Documents]]|format=count}} | * '''Total documents:''' {{#ask:[[Category:Documents]]|format=count}} | ||
* '''Documents missing content:''' {{#ask:[[Category:Documents missing content]]|format=count}} | |||
* '''Orphaned documents:''' {{#ask:[[Category:Orphaned documents]]|format=count}} | |||
[[Category:EveryCRT maintenance]] | [[Category:EveryCRT maintenance]] | ||