Difference between revisions of "Template:Infobox robot"

From Humanoid Robots Wiki
Jump to: navigation, search
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><table class="infobox" style="width: 300px; font-size: 90%;">
+
{{infobox
<tr><th colspan="2" style="text-align: center; background-color: #cccccc;">{{{name}}}</th></tr>
+
| name = {{{name}}}
{{#if: {{{organization|}}} | <tr><th>Organization</th><td>{{{organization}}}</td></tr> }}
+
| key1 = Name
{{#if: {{{height|}}} | <tr><th>Height</th><td>{{{height}}}</td></tr> }}
+
| value1 = {{{name}}}
{{#if: {{{weight|}}} | <tr><th>Weight</th><td>{{{weight}}}</td></tr> }}
+
| key2 = Organization
{{#if: {{{single_hand_payload|}}} | <tr><th>Single Hand Payload</th><td>{{{single_hand_payload}}}</td></tr> }}
+
| value2 = {{{organization|}}}
{{#if: {{{two_hand_payload|}}} | <tr><th>Two Hand Payload</th><td>{{{two_hand_payload}}}</td></tr> }}
+
| key3 = Video
{{#if: {{{cost|}}} | <tr><th>Cost</th><td>{{{cost}}}</td></tr> }}
+
| value3 = {{#if: {{{video_link|}}} | [{{{video_link}}} Video] }}
{{#if: {{{video|}}} | <tr><th>Video</th><td>{{{video}}}</td></tr> }}
+
| key4 = Cost
</table></includeonly>
+
| value4 = {{{cost|}}}
<noinclude>
+
| key5 = Height
This is the template for a basic infobox. [[Category:Templates]]
+
| value5 = {{{height|}}}
</noinclude>
+
| key6 = Weight
 +
| value6 = {{{weight|}}}
 +
| key7 = Speed
 +
| value7 = {{{speed|}}}
 +
| key8 = Lift Force
 +
| value8 = {{{lift_force|}}}
 +
| key9 = Battery Life
 +
| value9 = {{{battery_life|}}}
 +
| key10 = Battery Capacity
 +
| value10 = {{{battery_capacity|}}}
 +
| key11 = Purchase
 +
| value11 = {{#if: {{{purchase_link|}}} | [{{{purchase_link}}} Link] }}
 +
| key12 = Number Made
 +
| value12 = {{{number_made|}}}
 +
| key13 = DoF
 +
| value13 = {{{dof|}}}
 +
| key14 = Status
 +
| value14 = {{{status|}}}
 +
| key15 = Notes
 +
| value15 = {{{notes|}}}
 +
}}

Latest revision as of 21:14, 14 May 2024

{{{name}}}
Name{{{name}}}