User:Arclight/CRT Search: Difference between revisions
Try datatables format as alternative to filtered for faceted search (via update-page on MediaWiki MCP Server) |
Revert to plain sortable table until SRF JS loading issue is fixed server-side (via update-page on MediaWiki MCP Server) |
||
| Line 2: | Line 2: | ||
'''CRT Search''' allows you to filter and browse all CRT models in the database. | '''CRT Search''' allows you to filter and browse all CRT models in the database. | ||
== | == Search Forms == | ||
Use the search | {| class="wikitable" style="width:100%" | ||
|- | |||
! Search Type !! Description | |||
|- | |||
| '''[[Special:RunQuery/CRT query|By Specs]]''' || Filter by brand, type, screen size, series, aspect ratio | |||
|- | |||
| '''[[Special:RunQuery/CRT input query|By Input Signal]]''' || Find CRTs that accept specific video signals (RGB, S-Video, Component, etc.) | |||
|- | |||
| '''[[Special:RunQuery/CRT connector query|By Connector]]''' || Find CRTs with specific physical connectors (BNC, SCART, RCA, etc.) | |||
|} | |||
== Quick Search == | |||
Find a specific CRT by name or model code: | |||
{{#forminput: | |||
form=CRT model | |||
|button text=Go to CRT | |||
|placeholder=e.g. Sony KV-27S42 | |||
|autocomplete on category=CRT models | |||
}} | |||
== Browse All CRTs == | |||
Click column headers to sort. Use the search forms above for filtering. | |||
{{#ask: | {{#ask: | ||
| Line 17: | Line 41: | ||
|?Has TVL=TVL | |?Has TVL=TVL | ||
|?Has chassis=Chassis | |?Has chassis=Chassis | ||
|format= | |format=table | ||
|class=wikitable sortable | |||
|mainlabel=CRT model | |mainlabel=CRT model | ||
|limit= | |limit=500 | ||
}} | }} | ||
== | == Quick Filters == | ||
=== By Type === | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |||
! Type !! Count !! Browse | |||
|- | |||
| TV || {{#ask:[[Category:CRT models]][[Has CRT type::TV]]|format=count}} || [[Special:RunQuery/CRT query?CRT query[crt_type]=TV|Browse TVs]] | |||
|- | |- | ||
| Monitor || {{#ask:[[Category:CRT models]][[Has CRT type::Monitor]]|format=count}} || [[Special:RunQuery/CRT query?CRT query[crt_type]=Monitor|Browse Monitors]] | |||
|- | |- | ||
| | | PVM || {{#ask:[[Category:CRT models]][[Has CRT type::PVM]]|format=count}} || [[Special:RunQuery/CRT query?CRT query[crt_type]=PVM|Browse PVMs]] | ||
|- | |- | ||
| | | BVM || {{#ask:[[Category:CRT models]][[Has CRT type::BVM]]|format=count}} || [[Special:RunQuery/CRT query?CRT query[crt_type]=BVM|Browse BVMs]] | ||
|- | |- | ||
| | | Computer monitor || {{#ask:[[Category:CRT models]][[Has CRT type::Computer monitor]]|format=count}} || [[Special:RunQuery/CRT query?CRT query[crt_type]=Computer monitor|Browse Computer Monitors]] | ||
|} | |} | ||
== | === By Screen Size === | ||
{| class="wikitable" | |||
|- | |||
{{# | ! Size Range !! Count !! Browse | ||
|- | |||
| Under 14" || {{#ask:[[Category:CRT models]][[Has screen size inches::<14]]|format=count}} || [[Special:RunQuery/CRT query?CRT query[screen_max]=13|Browse]] | |||
|- | |||
| 14-19" || {{#ask:[[Category:CRT models]][[Has screen size inches::≥14]][[Has screen size inches::<20]]|format=count}} || [[Special:RunQuery/CRT query?CRT query[screen_min]=14&CRT query[screen_max]=19|Browse]] | |||
}} | |- | ||
| 20-24" || {{#ask:[[Category:CRT models]][[Has screen size inches::≥20]][[Has screen size inches::<25]]|format=count}} || [[Special:RunQuery/CRT query?CRT query[screen_min]=20&CRT query[screen_max]=25|Browse]] | |||
== | |- | ||
| 25-29" || {{#ask:[[Category:CRT models]][[Has screen size inches::≥25]][[Has screen size inches::<30]]|format=count}} || [[Special:RunQuery/CRT query?CRT query[screen_min]=25&CRT query[screen_max]=29|Browse]] | |||
|- | |||
| 30"+ || {{#ask:[[Category:CRT models]][[Has screen size inches::≥30]]|format=count}} || [[Special:RunQuery/CRT query?CRT query[screen_min]=30|Browse]] | |||
|} | |||
=== By Input Type === | === By Input Type === | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 68: | Line 101: | ||
=== By Connector Type === | === By Connector Type === | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 98: | Line 129: | ||
|limit=100 | |limit=100 | ||
}} | }} | ||
|} | |} | ||