Watch Feature List: Difference between revisions
(Add explanation of what the status values mean) |
(Implement static first column for better overview) Tags: Reverted Visual edit: Switched |
||
| Line 1: | Line 1: | ||
<div class="scrollable-table-container" style="position: relative; overflow: hidden;"> | |||
<div class="fixed-column" style="position: absolute; left: 0; width: 200px; background-color: white; z-index: 2; border-right: 2px solid #ccc; overflow: hidden;"> | |||
{{#cargo_query: | |||
tables=Watches | |||
|fields=CONCAT("[[",_pageName,"|",Model,"]]")=Model | |||
|order by=Watches.Stars DESC | |||
|format=table | |||
|limit=9999 | |||
|more results text= | |||
}} | |||
</div> | |||
<div class="scrollable-area" style="overflow-x: auto; margin-left: 200px;"> | |||
{{#cargo_query: | |||
tables=Watches | |||
|fields=Name,Status,Stars,StatusDisplay=Display,StatusTouch=Touch,StatusBluetooth=Bluetooth,StatusHaptics=Haptics,StatusTiltToWake=TiltToWake,StatusLightSensor=LightSensor,StatusAlwaysOnDisplay=AlwaysOnDisplay,StatusDualDisplay=DualDisplay,StatusMicrophone=Microphone,StatusSpeaker=Speaker,StatusCompass=Compass,StatusSteps=StepCounter,StatusHeartRate=HeartRate,StatusUSB=USB,StatusWLAN=WLAN,StatusGPS=GPS,StatusNFC=NFC,StatusCellular=Cellular,StatusCamera=Camera,StatusCrown=Crown,StatusHands=Hands | |||
|order by=Watches.Stars DESC | |||
|format=table | |||
|limit=9999 | |||
|more results text= | |||
}} | |||
</div> | |||
<div style="width: | |||
{{#cargo_query: | |||
tables=Watches | |||
|fields=CONCAT("[[",_pageName,"|",Model,"]]")=Model | |||
|order by=Watches.Stars DESC | |||
|format=table | |||
|limit=9999 | |||
|more results text= | |||
}} | |||
</div> | </div> | ||