Talk:Motorola Moto 360

From HCE Wiki - The Human Cognitive Enhancement Wiki
Revision as of 16:17, 12 November 2015 by Haustein (Talk | contribs) (commentary)

Jump to: navigation, search

When you are making a summary for changes you've made in the article, please, do not waive them off with just 'changes'. A simple summary is enough, but provide an actual summary.--Haustein (talk) 15:05, 9 November 2015 (CET)


Since you are away on Erasmus, I will provide the necessary commentary here. From now on, please check this page regularly for new commentary. You can also comment here yourself, by editing the page. But do not remove my, or others', comments!

For general help about formatting your contribution, be it links, embedding images, references or other elements, please see the Getting started on HCE wiki guide.

First of all, please pay attention to closing the HTML tags properly. The trailing </tr> tag in the beginning of the page is there because you forgot to close it somewhere in the infobox. <tr> is a pair tag and it always needs to be closed to function properly. Speaking about the infobox, do NOT create your own items (CPU, battery, display...), simply fill in the categories provided with the infobox template. The information you have added it indeed relevant, but it has no place in the strictly formatted infobox. Move it to the main body of the article.

The remaining required elements have to have a proper reference attached to them. For example, if you know that the device weights x grams, you have to provide the evidence in the form of a proper reference attached to it. This applies to all other items in the infobox.

When you are adding multiple items of the same type, e.g. sensors, you have to specify semantic property for each item individually. Example from your own infobox:

<td>[[Has sensors::Accelerometer, Ambient Light Sensor, Gyroscope, Vibration/Haptics engine, Heart rate monitor, Capacitive touch]]</td> is wrong, because now the wiki considers the device to have just one sensor that is called Accelerometer, Ambient Light Sensor and so on. To fix this, you have to make a semantic annotation for each of the sensors you wrote down. The correct sensors row would look like this: <td>[[Has sensors::Accelerometer]], [[Has sensors::Ambient Light Sensor]], [[Has sensors::Gyroscope]]....