Infobox (Body-worn Wearables)

From HCE Wiki - The Human Cognitive Enhancement Wiki
Jump to: navigation, search
Foo
[[File:|250px]]
Category
Developer Google, Inc.
Announced 0
Released Developers: 0
Consumers: 0
Price 0 USD
Operating system
Sensors

no

Weight 0 g (test)
Controls

touchpad, buttons, remote

Data available
Risk factor
Standalone-Not Standalone

This page describes the infobox template used to annotate all entries listed under the Wearables category. You can see an example of how it will look to the right.

This page is intended for copying and pasting the Category:Body-worn_Wearables template of an Infobox. For general help about Infoboxes, and for other than the Wearables category templates, head to the Infobox template section in the Entry template article.

The underlying template is located at Template:BodyWornWearables.

Usage

To start using the infobox template, copy and paste the code below to the top of the page you are creating or editing.

Then you need to replace the ### with relevant information. If the data are not available, remove the ### and leave the space blank.

{{BodyWornWearables|
name_of_device=###|
image_file_name=###|
category=###|
developer=###|
developer_commentary=###|
announced=###|
announced_commentary=###|
developer_release=###|
developer_release_commentary=###|
consumers_release=###|
consumers_release_commentary=###|
price=###|
price_commentary=###|
operating_system=###|
operating_system_commentary=###|
sensors1=###|
sensors_commentary=###|
weight=###|
weight_commentary=###|
controls1=###|
controls_commentary=###|
data_available=###|
risk_factor=###|
standalone_not_standalone=Standalone-Not Standalone|
link_to_website=###|
}}

You may have noticed that some of the fields are numbered (i.e. controls1= and sensors1=). This is in order to fit more than one value for the same field, if the device in question has more than one control option for example. If you wish to display more control options, take the already existing value controls1= and simply increase the number so it looks like this controls2=, controls3= and so on. Try not to skip any numbers. The maximum number is 10.

Some fields allow you to assign references to them. Write the full reference text inside the relevant ..._commentary= field, including the <ref></ref> tags. Example taken from Google Cardboard infobox: announced_commentary=<ref name="time14">LUCKERSON, Victor. Google Just Released Its Most Low-Tech Product Ever. TIME [online]. 2014, 25 June. Available online at: http://time.com/2923531/google-cardboard-app/ (Retrieved 21 October 2015))</ref>|

The standalone_not_standalone already contains both possible values. To indicate one or the other, simply remove the value that is not correct. Example if the device is indeed standalone: standalone_not_standalone=Standalone|

You can see the whole template in action in Google Cardboard. Display the source code of the page to see it's infobox template filled in.