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 Requiring Attention ==
== Documents Missing Content ==


This table shows all documents with their key properties. Look for:
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]].
* '''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 missing content]]
  |?Has document URL=URL
  |?Has document type=Type
  |?Has document file=File
  |?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
|?Has document type=Type
  |format=table
  |format=table
  |class=wikitable sortable
  |class=wikitable sortable
  |mainlabel=Document
  |mainlabel=Document
  |limit=500
  |limit=100
  |sort=Has document type
  |default=✓ All documents have either a URL or file.
}}
}}


=== Quick Filters ===
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'''


'''Documents missing URL or File''' (should have content but don't):
== Orphaned Documents ==
{{#ask:
 
[[Category: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]].
[[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:Orphaned documents]]
  [[Has related CRT model::!+]]
  |?Has document type=Type
  [[Has related AV device::!+]]
|?Has document title=Title
  |format=list
|?Has document URL=URL
  |?Has document file=File
  |format=table
|class=wikitable sortable
|mainlabel=Document
  |limit=100
  |limit=100
  |default=✓ None found via query (check table above manually if this seems wrong)
  |default=✓ All documents are linked to at least one CRT model or AV device.
}}
}}


To fix document issues:
To fix these:
# Visit the document page
# Edit the document page using [[Special:FormEdit/Document/PAGENAME]]
# Click "Edit this data" or use [[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 missing '''url''', '''file''', or '''crt_models'''/'''av_devices''' fields


== 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]]
MediaWiki Appliance - Powered by TurnKey Linux