Category:Watches: Difference between revisions
(fix gallery view) |
(refactored to look better and to use template) |
||
| (5 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(Model,"<br/>(",Name,")")=capt,_pageName | |fields=Picture,Name,Model,Stars,floor(Stars)=Stars,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= | |format=template | ||
| | |template=WatchGalleryItem | ||
| | |named args=yes | ||
| | |intro=<div style="display:flex;flex-wrap:wrap;gap:16px;align-items:flex-start;"> | ||
|outro=</div> | |||
| | |||
|default= | |default= | ||
}} | }} | ||
=== Experimental watches === | === Experimental watches === | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Watches | tables=Watches | ||
|where=Status="experimental" | |where=Status="experimental" | ||
|fields=Picture,Name,CONCAT(Model,"<br/>(",Name,")")=capt,_pageName | |fields=Picture,Model,Name,Stars,_pageName | ||
|order by=Watches.Stars DESC | |order by=Watches.Stars DESC, Watches.Name ASC | ||
|format= | |format=template | ||
| | |template=WatchGalleryItem | ||
| | |named args=yes | ||
| | |intro=<div style="display:flex;flex-wrap:wrap;gap:16px;align-items:flex-start;"> | ||
|outro=</div> | |||
| | |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=template | |||
|template=WatchGalleryItem | |||
|named args=yes | |||
|intro=<div style="display:flex;flex-wrap:wrap;gap:16px;align-items:flex-start;"> | |||
|outro=</div> | |||
|default= | |default= | ||
}} | }} | ||
Latest revision as of 14:26, 8 July 2026
Supported watches
Experimental watches
Devices without a functioning port
Pages in category "Watches"
The following 30 pages are in this category, out of 30 total.

