Difference between revisions of "Infobox (HMDs)"

From HCE Wiki - The Human Cognitive Enhancement Wiki
Jump to: navigation, search
(categorized)
m (typo)
Line 173: Line 173:
  
 
[[Category:Guides]]
 
[[Category:Guides]]
[[Category::Templates]]
+
[[Category:Templates]]

Revision as of 11:26, 3 August 2015

Name of technology/device
Infobox image template.png
Category ###
Developer ###
Announced ###
Released Developers: ###
Consumers: ###
Price ###
Operating system ###
Display ###
Resolution ###
Weight ###
Controls ###
Standalone/Not standalone[1]
Link to website if any exist

This page describes the infobox template used to annotate all entries listed under the 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.

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


<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">

<!--<caption>IMAGE</caption>-->

<tr>
<th colspan="2" style="text-align:center;font-size:125%;font-weight:bold">Name of technology/device</th>
</tr>

<tr>
<td colspan="2" style="text-align:center">[[File:Infobox_image_template.png|250px]]
</td>
</tr>

<tr>
<th scope="row">Category</th>
<td>[[Is categorized as::###]]</td>
</tr>

<tr>
<th scope="row">Developer</th>
<td>[[Developed by::###]]</td>
</tr>

<tr>
<th scope="row">Announced</th>
<td>[[Announced in::###]]</td>
</tr>

<tr>
<th scope="row">Released</th>
<td>Developers: [[Released for developers in::###]] 
<br/>Consumers: [[Released for consumers::###]]</td>
</tr>

<tr>
<th scope="row">Price</th>
<td>[[Costs::###]]</td>
</tr>

<tr>
<th scope="row">Operating system</th>
<td>[[Operating system is::###]]</td>
</tr>

<tr>
<th scope="row">Display</th>
<td>[[Display is::###]]</td>
</tr>

<tr>
<th scope="row">Resolution</th>
<td>[[Has resolution of::###]]</td>
</tr>

<tr>
<th scope="row">Weight</th>
<td>[[Weights::###]]</td>
</tr>

<tr>
<th scope="row">Controls</th>
<td>[[Controls are:###]]</td>
</tr>

<tr>
<td colspan="2" style="text-align:center">Standalone/Not standalone<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 exist</td>
</tr>

</table>

  1. Shows if the device is a standalone wearable computer or if it needs to be connected to a processing unit to function.