Changes

Jump to navigation Jump to search

Infobox (Intelligent Personal Assistants)

3,675 bytes added, 15:57, 14 December 2016
a new entry created
{{Intelligent Personal Assistants|
name_of_device=Foo|
image_file_name=|
category=|
developer=Google, Inc.|
developer_commentary=|
announced=0|
announced_commentary=|
consumers_release=0|
consumers_release_commentary=|
price=0|
price_commentary=|
operating_system=|
operating_system_commentary=|
weight=0|
weight_commentary=(test)|
controls1=touchpad|
controls2=buttons|
controls10=remote|
controls_commentary=|
data_available=|
risk_factor=|
ofline_not_ofline=Ofline-Not ofline|
device_or_software=Device-Software|
link_to_website=|
}}
This page describes the infobox template used to annotate all entries listed under the [[:Category:Intelligent Personal Assistants|Intelligent Personal Assistants]] category. You can see an example of how it will look to the right.

This page is intended for copying and pasting the [[:Category:Intelligent Personal Assistants]] 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:Intelligent Personal Assistants]].

== 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.

<pre style="white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
width:70%;">
{{Intelligent Personal Assistants|
name_of_device=###|
image_file_name=###|
category=###|
developer=###|
developer_commentary=###|
announced=###|
announced_commentary=###|
consumers_release=###|
consumers_release_commentary=###|
price=###|
price_commentary=###|
operating_system=###|
operating_system_commentary=###|
weight=###|
weight_commentary=###|
controls1=###|
controls_commentary=###|
data_available=###|
risk_factor=###|
offline_not_offline=Offline-Not offline|
device_or_software=Device-Software|
link_to_website=###|
}}
</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.

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>

The <code>ofline_not_ofline</code> and <code>device_or_software</code> already contains both possible values. To indicate one or the other, simply remove the value that is not correct. Example if the technology is device: <code>device_or_software=Device|</code> or if the technology works also offline: <code>offline_not_offline=offline</code>

You can see the whole template in action in [[Apple Siri]]. Display the source code of the page to see it's infobox template filled in.

[[Category:Guides]]
[[Category:Templates]]

Navigation menu