< Template:Infobox climberRevision as of 23:45, 9 August 2017 by imported>Zyxw
 | This is the template test cases page for the sandbox of Template:Infobox climber. Script error: No such module "Purge". to update the examples. If there are many examples of a complicated template, later ones may break due to limits in MediaWiki, see the HTML comment "NewPP limit report" in the rendered page. You can also use Special:ExpandTemplates to examine the results of template uses. You can test how this page looks in the different skins with these links:
|
Highest grade
Lua error: Internal error: The interpreter has terminated with signal "24".
Height/weight
Automatic conversion
{{Infobox climber | name =
| height = 6 ft 2 in
| weight = 265 lb
}}
Template:Testcase table
{{Infobox climber | name =
| height = 188 cm
| weight = 120 kg
}}
Template:Testcase table
Conversion via template
{{Infobox climber | name =
| height = {{convert|6|ft|2|in|cm|abbr=on}}
| weight = {{convert|265|lb|kg|0|abbr=on}}
}}
Template:Testcase table
{{Infobox climber | name =
| height = {{convert|188|cm|ftin|abbr=on}}
| weight = {{convert|120|kg|lb|0|abbr=on}}
}}
Template:Testcase table
Manually entered conversion
{{Infobox climber | name =
| height = 6 ft 2 in (188 cm)
| weight = 265 lb (120 kg)
}}
Template:Testcase table
{{Infobox climber | name =
| height = 188 cm (6 ft 2 in)
| weight = 120 kg (265 lb)
}}
Template:Testcase table