EveryCRT:Maintenance: Difference between revisions
Add additional maintenance queries: missing images, invalid inputs/outputs, missing specs, orphaned documents (via update-page on MediaWiki MCP Server) |
Add diagnostic query and try alternative approach for orphaned documents (via update-page on MediaWiki MCP Server) |
||
| Line 6: | Line 6: | ||
__TOC__ | __TOC__ | ||
== Documents | == Documents Requiring Attention == | ||
This table shows all documents with their key properties. Look for: | |||
* '''Missing URL and File''' — both columns empty means the document leads to nothing | |||
* '''Missing Related CRT/AV''' — both columns empty means the document won't appear on any product page | |||
{{#ask: | {{#ask: | ||
[[Category:Documents]] | [[Category:Documents]] | ||
|?Has document URL=URL | |||
|?Has document file=File | |||
|?Has related CRT model=Related CRT | |||
|?Has related AV device=Related AV | |||
|?Has document type=Type | |?Has document type=Type | ||
|format=table | |format=table | ||
|class=wikitable sortable | |class=wikitable sortable | ||
|mainlabel=Document | |mainlabel=Document | ||
|limit= | |limit=500 | ||
| | |sort=Has document type | ||
}} | }} | ||
=== Quick Filters === | |||
'''Documents missing URL or File''' (should have content but don't): | |||
{{#ask: | |||
[[Category:Documents]] | |||
[[Has document URL::!+]] | |||
[[Has document file::!+]] | |||
|format=list | |||
|limit=100 | |||
|default=✓ None found via query (check table above manually if this seems wrong) | |||
}} | |||
'''Orphaned Documents''' (not linked to any CRT model or AV device): | |||
{{#ask: | {{#ask: | ||
[[Category:Documents]] | [[Category:Documents]] | ||
[[Has related CRT model::!+]] | [[Has related CRT model::!+]] | ||
[[Has related AV device::!+]] | [[Has related AV device::!+]] | ||
|format=list | |||
|format= | |||
|limit=100 | |limit=100 | ||
|default=✓ | |default=✓ None found via query (check table above manually if this seems wrong) | ||
}} | }} | ||
To fix | To fix document issues: | ||
# | # Visit the document page | ||
# Add the | # Click "Edit this data" or use [[Special:FormEdit/Document/PAGENAME]] | ||
# Add the missing '''url''', '''file''', or '''crt_models'''/'''av_devices''' fields | |||
== CRT Models Missing Images == | == CRT Models Missing Images == | ||
| Line 230: | Line 232: | ||
* '''CRT stubs (missing screen size):''' {{#ask:[[Category:CRT stubs]]|format=count}} | * '''CRT stubs (missing screen size):''' {{#ask:[[Category:CRT stubs]]|format=count}} | ||
* '''Total documents:''' {{#ask:[[Category:Documents]]|format=count}} | * '''Total documents:''' {{#ask:[[Category:Documents]]|format=count}} | ||
[[Category:EveryCRT maintenance]] | [[Category:EveryCRT maintenance]] | ||