Open main menu

Humanoid Robots Wiki β

Changes

Contributing

765 bytes added, 25 April
no edit summary
All of the fields are optional, except for <name>.
=== Company ===
To add a company infobox, use:
}}
</syntaxhighlight>
 
Here is the blank version:
 
<syntaxhighlight lang="text">
{{infobox company
| name =
| country =
| website_link =
| robots =
}}
</syntaxhighlight>
 
=== Robot ===
To add a robot infobox, use:
}}
</syntaxhighlight>
 
Here is the blank version:
 
<syntaxhighlight lang="text">
{{infobox robot
| name =
| organization =
| video_link =
| cost =
| height =
| weight =
| speed =
| lift_force =
| battery_life =
| battery_capacity =
| purchase_link =
| number_made =
| dof =
| status =
}}
</syntaxhighlight>
 
=== Actuator ===
To add an actuator infobox, use:
| interface = CAN
| gear_type = Planetary
}}
</syntaxhighlight>
 
Here is the blank version:
 
 
<syntaxhighlight lang="text">
{{infobox actuator
| name =
| manufacturer =
| cost =
| purchase_link =
| nominal_torque =
| peak_torque =
| weight =
| dimensions =
| gear_ratio =
| voltage =
| cad_link =
| interface =
| gear_type =
}}
</syntaxhighlight>
431
edits