Category:Watches: Difference between revisions

From AsteroidOS
(update to show star counts)
(add ability to use floats for stars, to fine-tune ordering of watches)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
=== Supported watches ===
=== Supported watches ===
{{#cargo_query:
{{#cargo_query:
tables=Watches
tables=Watches
|where=Status="supported"
|where=Status="supported"
|fields=Picture,Name,CONCAT("<b>",Model,"</b><br/>(",Name,")<br/>",Stars," stars")=capt,_pageName
|fields=Picture,Name,CONCAT("<b>",Model,"</b><br/>(",Name,")<br/>",floor(Stars)," stars")=capt,_pageName
|order by=Watches.Stars DESC
|order by=Watches.Stars DESC, Watches.Name ASC
|format=gallery
|format=gallery
|mode=traditional
|mode=traditional
Line 20: Line 21:
tables=Watches
tables=Watches
|where=Status="experimental"
|where=Status="experimental"
|fields=Picture,Name,CONCAT("<b>",Model,"</b><br/>(",Name,")<br/>",Stars," stars")=capt,_pageName
|fields=Picture,Name,CONCAT("<b>",Model,"</b><br/>(",Name,")<br/>",floor(Stars)," stars")=capt,_pageName
|order by=Watches.Stars DESC
|order by=Watches.Stars DESC, Watches.Name ASC
|format=gallery
|mode=traditional
|caption field=capt
|alt field=Name
|link field=_pageName
|show filename=0
|show bytes=0
|show dimensions=0
|default=
}}
 
 
=== Devices without a functioning port ===
{{#cargo_query:
tables=Watches
|where=Status="port in progress"
|fields=Picture,Name,CONCAT("<b>",Model,"</b><br/>(",Name,")<br/>",floor(Stars)," stars")=capt,_pageName
|order by=Watches.Stars DESC, Watches.Name ASC
|format=gallery
|format=gallery
|mode=traditional
|mode=traditional

Latest revision as of 14:10, 7 July 2026

Supported watches

Experimental watches


Devices without a functioning port