Entry template

From HCE Wiki - The Human Cognitive Enhancement Wiki
Revision as of 14:15, 21 July 2015 by Haustein (talk | contribs) (consolidated comments under Main characteristics section)
Jump to navigation Jump to search

This page serves as a template for creating database entries. To get started, copy the source code below to your new article, and follow the guidelines in the comments. For information on general wiki formatting, please see: https://www.mediawiki.org/wiki/Help:Formatting

If you wish to learn about semantic wiki formatting this database uses, see semantic wiki formatting.

<!-- Very brief description of the technology. This section should contain the main information about the subject. It's good to leave this bit as the last one and use the information provided in greater detail in later sections.-->

== Main characteristics ==
<!-- This section should describe the technology in more detail. Here should be information about the used hardware and software, available features, chemical composition and so on, provided that they are available. Second half of this section should offer information on history of the technology. When it was created, unveiled, developed, announced to the public or when it was available to purchase. Anything related to the technology that can be pinpointed to a certain date should be in this section together with relevant commentary.

=== Purpose ===
<!-- This is a very short description of the technology's purpose. What will it be doing, for what goal was it created, how it modifies human cognition. Keep this as brief as possible. -->

=== Company & People ===
<!-- This is a list of important people behind the technology. Note: It is not necessary to list absolutely everyone. -->
 
== Important Dates ==
<!-- A list of important dates in the development and history of the technology. Use the information provided in the second half of the Main characteristics section and make it into a short, unnumbered list. -->

== Ethical Issues ==
<!-- Provide detailed information (if possible or if available) about any ethical risks and related ethical topics or dilemmas in this section. --->

== Health Risks ==
<!-- Any related health issues, be it already discovered and covered in literature, or just speculative ones, should be described and properly cited in this section. -->

== Enhancement/Therapy/Treatment ==
<!-- Describe in detail whether the technology aims to enhance human cognition, i.e. to improve human abilities beyond what is considered normal, and/or if it is also applicable as a form of treatment or therapy, i.e. it can serve to cure patients or restore abilities that do not perform as they would in a healthy person -->

== Public & Media Impact and Presentation ==
<!-- Provide information about the impact the technology had on the public and how the technology is presented in the media or literature. If there was anything in the news regarding this technology, it should be noted and properly cited here. -->

== Public Policy ==
<!-- Information related to any regulations (law, patents, ISOs, government recommendations and so on.) -->

== Related Scientific Research ==
<!-- If there is any scientific research conducted or being conducted that is closely connected to this technology, it should be properly cited here. -->

== References ==

<!-- Put the technology under any of the relevant categories. Example: 
[[Category:Wearables]]
[[Category:Smartglasses]]
[[Category:Head Mounted Displays]]
-->

Infobox template

It is always good to concise hard data to a more readable format, this is why infoboxes exist. To get started with infoboxes, use the template provided below.

<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>{{{title}}}</caption>

<tr>
<th colspan="2" style="text-align:center;font-size:125%;font-weight:bold">{{{above}}}</th>
</tr>

<tr>
<td colspan="2" style="text-align:center">{{{subheader}}}</td>
</tr>

<tr>
<td colspan="2" style="text-align:center">{{{subheader2}}}<br />
......</td>
</tr>

<tr>
<td colspan="2" style="text-align:center">{{{image}}}
<div>{{{caption}}}</div>
</td>
</tr>

<tr>
<td colspan="2" style="text-align:center">{{{image2}}}
<div>{{{caption2}}}<br />
......</div>
</td>
</tr>

<tr>
<th colspan="2" style="text-align:center">
<div style="border-top:1px dashed #ccc;">{{{header1}}}<br />
<span style="font-weight:normal;">( <i>or</i> )</span></div>
</th>
</tr>

<tr>
<th scope="row">{{{label1}}}</th>
<td>{{{data1}}}</td>
</tr>

<tr>
<td colspan="2" style="text-align:center">( <i>or</i> )</td>
</tr>

<tr>
<td colspan="2" style="text-align:center">
<div style="padding-bottom:0.25em;border-bottom:1px dashed #ccc;">{{{data1}}}</div>
</td>
</tr>

<tr>
<th colspan="2" style="text-align:center">{{{header2}}}<br />
<div style="padding:0.75em 0 0.5em;"><span style="font-weight:normal;">( <i>or</i> )</span></div>
</th>
</tr>

<tr>
<th scope="row">{{{label2}}}</th>
<td>{{{data2}}}</td>
</tr>

<tr>
<td colspan="2" style="text-align:center">( <i>or</i> )</td>
</tr>

<tr>
<td colspan="2" style="text-align:center">
<div style="padding-bottom:0.25em;border-bottom:1px dashed #ccc;">{{{data2}}}</div>
</td>
</tr>

<tr>
<td colspan="2" style="text-align:center">
<div style="padding:0.75em 0 0.5em;">( <i>etc</i> )</div>
</td>
</tr>

<tr>
<td colspan="2" style="text-align:center">{{{below}}}</td>
</tr>

</table>