Open main menu

Humanoid Robots Wiki β

Changes

Contributing

318 bytes added, 25 April
no edit summary
=== Adding an Infobox ===
There are a couple few infobox templates which we use:
* [[Template:Infobox_company]]
* [[Template:Infobox_robot]]
* [[Template:Infobox_actuator]]
In both, all All of the fields are optional, except for <name>.
To add a company infobox, use:
| dof = 10
| status = Available
}}
</syntaxhighlight>
 
To add an actuator infobox, use:
 
<syntaxhighlight lang="text">
 
{{infobox robot
| name = Name
| manufacturer = Manufacturer
| cost = USD 1
| purchase_link = https://amazon.com/
| torque = 1 Nm
| weight = 1 kg
| cad_link = https://example.com/model.step
| size = 10cm radius
}}
</syntaxhighlight>
431
edits