Jump to content

User:Exkc/lol: Difference between revisions

From postmarketOS Wiki
Exkc (talk | contribs)
No edit summary
Exkc (talk | contribs)
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Community ==
<div style="column-count: auto; column-width: 25%; ">
Devices that have had a lot of work put into them, where regressions are actively fixed, and the port is overall in a pretty good shape.


=== Phones ===
{{#cargo_query:
{{#cargo_query:
tables=Devices
tables=Devices
Line 9: Line 7:
|format=ul
|format=ul
|limit=9999
|limit=9999
|where=Devices.Booting = 1 and Devices.category = "testing" and Devices.DeviceType IN ("handset", "phone", "Slide-out keyboard handset", "Keyboard handset")
|where=Devices.Booting = 1 and Devices.category = "testing" and Devices.DeviceType IN ("handset")
|more results text=
}}
 
=== Tablets ===
{{#cargo_query:
tables=Devices
|fields=CONCAT( '[[', _pageName, '|',Manufacturer,' ',Name,']]' )=Device,Codename,Architecture
|order by=Devices.Manufacturer, Devices.Name
|format=ul
|limit=9999
|where=Devices.Booting = 1 and Devices.category = "testing" and Devices.DeviceType = "tablet"
|more results text=
}}
 
=== Laptops ===
 
==== Laptops in classic form-factor ====
 
{{#cargo_query:
tables=Devices
|fields=CONCAT( '[[', _pageName, '|',Manufacturer,' ',Name,']]' )=Device,Codename,Architecture
|order by=Devices.Manufacturer, Devices.Name
|format=ul
|limit=9999
|where=Devices.Booting = 1 and Devices.category = "testing" and Devices.DeviceType = "laptop"
|more results text=
}}
 
==== Convertible laptops ====
 
{{#cargo_query:
tables=Devices
|fields=CONCAT( '[[', _pageName, '|',Manufacturer,' ',Name,']]' )=Device,Codename,Architecture
|order by=Devices.Manufacturer, Devices.Name
|format=ul
|limit=9999
|where=Devices.Booting = 1 and Devices.category = "testing" and Devices.DeviceType = "convertible"
|more results text=
}}
 
==== Detachable laptops ====
 
{{#cargo_query:
tables=Devices
|fields=CONCAT( '[[', _pageName, '|',Manufacturer,' ',Name,']]' )=Device,Codename,Architecture
|order by=Devices.Manufacturer, Devices.Name
|format=ul
|limit=9999
|where=Devices.Booting = 1 and Devices.category = "testing" and Devices.DeviceType = "detachable"
|more results text=
}}
 
=== Development Boards/Single Board Computers ===
{{#cargo_query:
tables=Devices
|fields=CONCAT( '[[', _pageName, '|',Manufacturer,' ',Name,']]' )=Device,Codename,Architecture
|order by=Devices.Manufacturer, Devices.Name
|format=ul
|limit=9999
|where=Devices.Booting = 1 and Devices.category = "testing" and Devices.DeviceType IN ("Single Board Computer", "Development Board")
|more results text=
}}
<!--
=== Set top box ===
{{#cargo_query:
tables=Devices
|fields=CONCAT( '[[', _pageName, '|',Manufacturer,' ',Name,']]' )=Device,Codename,Architecture
|order by=Devices.Manufacturer, Devices.Name
|format=ul
|limit=9999
|where=Devices.Booting = 1 and Devices.category = "testing" and Devices.DeviceType IN ("Set-top box")
|more results text=
}}
-->
 
=== Other ===
{{#cargo_query:
tables=Devices
|fields=CONCAT( '[[', _pageName, '|',Manufacturer,' ',Name,']]' )=Device,Codename,Architecture
|order by=Devices.Manufacturer, Devices.Name
|format=ul
|limit=9999
|where=Devices.Booting = 1 and Devices.category = "testing" and (Devices.DeviceType NOT IN ("handset", "phone", "tablet", "laptop", "convertible", "detachable", "generic", "Slide-out keyboard handset", "Keyboard handset","Single Board Computer","Development Board") or DeviceType IS NULL)
|more results text=
}}
 
=== Generic ===
This section is for generic ports. You can refer to it if you know the port which corresponds to your device.
{{#cargo_query:
tables=Devices
|fields=CONCAT( '[[', _pageName, '|',Manufacturer,' ',Name,']]' )=Device,Codename,Architecture
|order by=Devices.Manufacturer, Devices.Name
|format=ul
|limit=9999
|where=Devices.Booting = 1 and Devices.category = "testing" and Devices.DeviceType = "generic"
|more results text=
|more results text=
}}
}}
</div>

Latest revision as of 12:54, 7 September 2024