Template:Infobox Device: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 1: | Line 1: | ||
<includeonly> | |||
{{#cargo_store:_table=Devices}} | |||
<infobox> | <infobox> | ||
<title source="title"> | <title source="title"> | ||
| Line 28: | Line 30: | ||
<data source="connectivity"><label>Connectivity</label></data> | <data source="connectivity"><label>Connectivity</label></data> | ||
</infobox> | </infobox> | ||
</includeonly> | |||
<noinclude> | |||
{{#cargo_declare:_table=Devices | |||
|formFactor=String | |||
|series=String | |||
|year=String | |||
|processorFamily=String | |||
}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"formFactor": { | |||
"type": "string", | |||
"description": "The form factor of the device (e.g. Laptop, Tablet)" | |||
}, | |||
"screenSize": { | |||
"type": "number", | |||
"description": "The size of the screen in inches" | |||
}, | |||
"manufacturer": { | |||
"type": "string", | |||
"description": "The manufacturer of the device (e.g. Lenovo, Apple)" | |||
}, | |||
"brand": { | |||
"type": "string", | |||
"description": "Brand the device belongs to (e.g. ThinkPad, MacBook)" | |||
}, | |||
"series": { | |||
"type": "string", | |||
"description": "The series of the device (e.g. X13, Air)" | |||
}, | |||
"year": { | |||
"type": "number", | |||
"description": "The year the device was released" | |||
}, | |||
"processorFamily": { | |||
"type": "string", | |||
"description": "The family of the processor (e.g. Raptor Lake, Apple M1)" | |||
}, | |||
"operatingSystems": { | |||
"type": "string", | |||
"description": "The operating systems the device ships with" | |||
}, | |||
"battery": { | |||
"type": "string", | |||
"description": "The battery options available for the device" | |||
}, | |||
"dimensions": { | |||
"type": "string", | |||
"description": "The dimensions of the device" | |||
}, | |||
"weight": { | |||
"type": "string", | |||
"description": "The weight of the device" | |||
}, | |||
"biometrics": { | |||
"type": "string", | |||
"description": "The biometric options available for the device" | |||
}, | |||
"webcamShutter": { | |||
"type": "boolean", | |||
"description": "Whether the device has a webcam shutter" | |||
}, | |||
"touchscreen": { | |||
"type": "boolean", | |||
"description": "Whether the device has a configuration with a touchscreen" | |||
}, | |||
"penTechnology": { | |||
"type": "string", | |||
"description": "The technology used for the pen input (e.g. Wacom AES, Apple Pencil) if the device has a configuration with a digitizer and pen" | |||
}, | |||
"ramSlots": { | |||
"type": "number", | |||
"description": "The number of RAM slots users can access" | |||
}, | |||
"storage": { | |||
"type": "string", | |||
"description": "The storage options available for the device" | |||
}, | |||
"graphics": { | |||
"type": "string", | |||
"description": "The graphics options available for the device" | |||
}, | |||
"resolutions": { | |||
"type": "string", | |||
"description": "The resolutions the device is available in" | |||
}, | |||
"speakers": { | |||
"type": "string", | |||
"description": "The speaker options available for the device" | |||
}, | |||
"microphone": { | |||
"type": "string", | |||
"description": "The microphone options available for the device" | |||
}, | |||
"ports": { | |||
"type": "string", | |||
"description": "The ports available on the device" | |||
}, | |||
"webcam": { | |||
"type": "string", | |||
"description": "The webcam options available for the device" | |||
}, | |||
"connectivity": { | |||
"type": "string", | |||
"description": "The connectivity options available for the device" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||