Difference between revisions of "Infobox (HMDs)"

From HCE Wiki - The Human Cognitive Enhancement Wiki
Jump to navigation Jump to search
(created)
 
(a correction)
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<table style="border: 1px solid #AAA; border-spacing: 3px; background-color: #F9F9F9; color: #000; margin: 0.5em 0px 0.5em 1em; padding: 0.2em; float: right; clear: right; font-size: 88%; line-height: 1.5em; width:22em">
+
{{HeadMountedDisplay|
 +
name_of_device=Foo|
 +
image_file_name=|
 +
category=|
 +
developer=Google, Inc.|
 +
developer_commentary=|
 +
announced=|
 +
announced_commentary=|
 +
developer_release=|
 +
developer_release_commentary=|
 +
consumers_release=|
 +
consumers_release_commentary=|
 +
price=0|
 +
price_commentary=|
 +
operating_system=|
 +
operating_system_commentary=|
 +
display=|
 +
display_commentary=|
 +
resolution=|
 +
resolution_commentary=|
 +
field_of_view=42 °|
 +
field_of_view_commentary=|
 +
weight=0|
 +
weight_commentary=(test)|
 +
controls1=touchpad|
 +
controls2=buttons|
 +
controls10=remote|
 +
controls_commentary=|
 +
data_available=|
 +
risk_factor=|
 +
standalone_not_standalone=Standalone-Not Standalone|
 +
link_to_website=|
 +
}}
 +
This page describes the infobox template used to annotate all entries listed under the [[:Category:Head Mounted Displays]] category.
  
<!--<caption>IMAGE</caption>-->
+
You can see an example of this type of infobox to the right.
  
<tr>
+
This page is intended only for copying and pasting the [[Head Mounted Displays]] template of an Infobox. For general help about Infoboxes and the temporary copy/paste template, head to the [[Entry_template#Infobox_template|Infobox template section]] in the [[Entry template]] article.
<th colspan="2" style="text-align:center;font-size:125%;font-weight:bold">NAME OF THE TECHNOLOGY/DEVICE</th>
 
</tr>
 
  
<tr>
+
The template used here can be found in [[Template:HeadMountedDisplay]].
<td colspan="2" style="text-align:center">IMAGE
 
</td>
 
</tr>
 
  
<tr>
+
== Usage ==
<th scope="row">Category</th>
 
<td>###</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Developer</th>
 
<td>###</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Announced</th>
 
<td>###</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Released</th>
 
<td>Developers: ###
 
<br/>Consumers: ###</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Price</th>
 
<td>###</td>
 
</tr>
 
 
 
<tr>
 
<td colspan="2" style="text-align:center">
 
<div style="padding-bottom:0.25em;border-bottom:1px dashed #ccc;"></div>
 
</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Operating system</th>
 
<td>###</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Display</th>
 
<td>###</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Resolution</th>
 
<td>###</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Weight</th>
 
<td>###</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Controls</th>
 
<td>###</td>
 
</tr>
 
 
 
<tr>
 
<td colspan="2" style="text-align:center">STANDALONE UNIT/NEEDS SMARTPHONE OR COMPUTER TO FUNCTION<ref>Shows if the device is a standalone wearable computer or if it needs to be connected to a processing unit to function.</ref></td>
 
</tr>
 
 
 
<tr>
 
<td colspan="2" style="text-align:center">LINK TO WEBSITE IF ANY</td>
 
</tr>
 
 
 
</table>
 
 
 
This page describes the infobox template used to annotate all entries listed under the [[:Category:Head Mounted Displays|Head Mounted Displays]] category.
 
 
 
You can see an example of such infobox to the right.
 
  
== Usage ==
+
To start using the infobox template, copy and paste the code below to the top of the page you are creating or editing.
  
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.
+
Then you need to replace the ### with relevant information. If the data are not available, remove the ### and leave the space blank.
  
 
<pre style="white-space: pre-wrap;  
 
<pre style="white-space: pre-wrap;  
Line 93: Line 52:
 
word-wrap: break-word;
 
word-wrap: break-word;
 
width:70%;">
 
width:70%;">
 +
{{HeadMountedDisplay|
 +
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=###|
 +
display=###|
 +
display_commentary=###|
 +
resolution=###|
 +
resolution_commentary=###|
 +
field_of_view=###|
 +
field_of_view_commentary=###|
 +
weight=###|
 +
weight_commentary=###|
 +
controls1=###|
 +
controls_commentary=###|
 +
data_available=###|
 +
risk_factor=###|
 +
standalone_not_standalone=Standalone-Not Standalone|
 +
link_to_website=###|
 +
}}
 +
</pre>
  
<table style="border: 1px solid #AAA; border-spacing: 3px; background-color: #F9F9F9; color: #000; margin: 0.5em 0px 0.5em 1em; padding: 0.2em; float: right; clear: right; font-size: 88%; line-height: 1.5em; width:22em">
+
You may have noticed that some of the fields are numbered (i.e., <code>controls1=</code>). This is 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 <code>controls1=</code> and simply increase the number so it looks like this <code>controls2=</code>, <code>controls3=</code>, and so on. Try not to skip any numbers. The maximum number is 10.
 
 
<!--<caption>IMAGE</caption>-->
 
 
 
<tr>
 
<th colspan="2" style="text-align:center;font-size:125%;font-weight:bold">NAME OF THE TECHNOLOGY/DEVICE</th>
 
</tr>
 
 
 
<tr>
 
<td colspan="2" style="text-align:center">IMAGE
 
</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Developer</th>
 
<td>###</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Announced</th>
 
<td>###</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Released</th>
 
<td>Developers: ###
 
<br/>Consumers: ###</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Price</th>
 
<td>###</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Operating system</th>
 
<td>###</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Display</th>
 
<td>###</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Resolution</th>
 
<td>###</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Weight</th>
 
<td>###</td>
 
</tr>
 
 
 
<tr>
 
<th scope="row">Controls</th>
 
<td>###</td>
 
</tr>
 
 
 
<tr>
 
<td colspan="2" style="text-align:center">STANDALONE UNIT/NEEDS SMARTPHONE OR COMPUTER TO FUNCTION<ref>Shows if the device is a standalone wearable computer or if it needs to be connected to a processing unit to function.</ref></td>
 
</tr>
 
  
<tr>
+
Some fields allow you to assign references to them. Write the full reference text inside the relevant <code>..._commentary=</code> field, including the <code><nowiki><ref></ref></nowiki></code> tags. Here is an example taken from [[Google Cardboard]] infobox: <code><nowiki>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>|</nowiki></code>
<td colspan="2" style="text-align:center">LINK TO WEBSITE IF ANY</td>
 
</tr>
 
  
</table>
+
The <code>standalone_not_standalone</code> field already contains both possible values. To indicate one or the other, simply remove the value that is not correct. Here is an example if the device is indeed standalone: <code>standalone_not_standalone=Standalone|</code>
  
</pre>
+
[[Category:Guides]]
 +
[[Category:Templates]]

Latest revision as of 14:31, 13 June 2017

Foo
[[File:|250px]]
Category
Developer Google, Inc.
Announced
Released Developers:
Consumers:
Price 0 USD
Operating system
Display
Resolution
Field of view 42 °
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 Category:Head Mounted Displays category.

You can see an example of this type of infobox to the right.

This page is intended only for copying and pasting the Head Mounted Displays template of an Infobox. For general help about Infoboxes and the temporary copy/paste template, head to the Infobox template section in the Entry template article.

The template used here can be found in Template:HeadMountedDisplay.

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.

{{HeadMountedDisplay|
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=###|
display=###|
display_commentary=###|
resolution=###|
resolution_commentary=###|
field_of_view=###|
field_of_view_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=). This is 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. Here is an 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 field already contains both possible values. To indicate one or the other, simply remove the value that is not correct. Here is an example if the device is indeed standalone: standalone_not_standalone=Standalone|