Difference between revisions of "Infobox (Electrolarynx)"

From HCE Wiki - The Human Cognitive Enhancement Wiki
Jump to navigation Jump to search
(a correction)
(a correction)
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
developer=Google, Inc.|
 
developer=Google, Inc.|
 
developer_commentary=|
 
developer_commentary=|
announced=0|
+
announced=|
 
announced_commentary=|
 
announced_commentary=|
consumers_release=0|
+
consumers_release=|
 
consumers_release_commentary=|
 
consumers_release_commentary=|
 
price=0|
 
price=0|
Line 19: Line 19:
 
data_available=|
 
data_available=|
 
risk_factor=|
 
risk_factor=|
FDA_registration|
 
FDA_registration_commentary=|
 
 
link_to_website=|
 
link_to_website=|
 
}}
 
}}
This page describes the infobox template used to annotate all entries listed under the [[:Category:Electrolarynx|Electrolarynx]] category. You can see an example of how it will look to the right.
+
This page describes the infobox template used to annotate all entries listed under the [[:Category:Electrolarynx|Electrolarynx]] category. You can see an example of this type of Infobox to the right.
  
This page is intended for copying and pasting the [[:Category:Electrolarynx]] template of an Infobox. For general help about Infoboxes, and for other than the Wearables category templates, head to the [[Entry_template#Infobox_template|Infobox template section]] in the [[Entry template]] article.
+
This page is intended for copying and pasting the [[:Category:Electrolarynx]] template of an Infobox. For general help about Infoboxes and for other than the Wearables category templates, head to the [[Entry_template#Infobox_template|Infobox template section]] in the [[Entry template]] article.
  
 
The underlying template is located at [[Template:Electrolarynx]].
 
The underlying template is located at [[Template:Electrolarynx]].
Line 59: Line 57:
 
data_available=###|
 
data_available=###|
 
risk_factor=###|
 
risk_factor=###|
FDA_registration=###|
 
FDA_registration_commentary=###|
 
 
link_to_website=###|
 
link_to_website=###|
 
}}
 
}}
 
</pre>
 
</pre>
  
You may have noticed that some of the fields are numbered (i.e. <code>controls1=</code>). 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 <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.
+
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.
  
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. 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>
+
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>
  
 
You can see the whole template in action in [[Nu-Vois]]. Display the source code of the page to see it's infobox template filled in.
 
You can see the whole template in action in [[Nu-Vois]]. Display the source code of the page to see it's infobox template filled in.

Latest revision as of 14:41, 13 June 2017

Foo
[[File:|250px]]
Category
Developer Google, Inc.
Announced
Released
Price 0 USD
Weight 0 g (test)
Controls

touchpad, buttons, remote

Data available
Risk factor

This page describes the infobox template used to annotate all entries listed under the Electrolarynx category. You can see an example of this type of Infobox to the right.

This page is intended for copying and pasting the Category:Electrolarynx 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:Electrolarynx.

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.

{{Electrolarynx|
name_of_device=###|
image_file_name=###|
category=###|
developer=###|
developer_commentary=###|
announced=###|
announced_commentary=###|
consumers_release=###|
consumers_release_commentary=###|
price=###|
price_commentary=###|
weight=###|
weight_commentary=###|
controls1=###|
controls_commentary=###|
data_available=###|
risk_factor=###|
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>|

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