Template:Infobox squash player/testcases

From blackwiki
Jump to navigation Jump to search

Height/weight

Automatic conversion

{{Infobox squash player | name = 
| height = 5 ft 10 in
| weight = 130 lb
}}

Template:Testcase table

{{Infobox squash player | name = 
| height = 180 cm
| weight = 60 kg
}}

Template:Testcase table

Conversion via template

{{Infobox squash player | name = 
| height = {{convert|5|ft|10|in|cm|abbr=on}}
| weight = {{convert|130|lb|kg|0|abbr=on}}
}}

Template:Testcase table

{{Infobox squash player | name = 
| height = {{convert|180|cm|ftin|abbr=on}}
| weight = {{convert|60|kg|lb|0|abbr=on}}
}}

Template:Testcase table

Manually entered conversion

{{Infobox squash player | name = 
| height = 5 ft 10 in (178 cm)
| weight = 130 lb (59 kg)
}}

Template:Testcase table

{{Infobox squash player | name = 
| height = 180 cm (5 ft 11 in)
| weight = 60 kg (132 lb)
}}

Template:Testcase table