Template:Infobox climber/testcases
Jump to navigation
Jump to search
| 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: |
Contents
Highest grade
| Test1 | ||||||||
|---|---|---|---|---|---|---|---|---|
{{Infobox climber|highestgrade={{{highestgrade}}}}}
{{Infobox climber}}
| ||||||||
| Test2 | ||||||||
|---|---|---|---|---|---|---|---|---|
{{Infobox climber|highestredpoint={{{highestredpoint}}}}}
{{Infobox climber}}
| ||||||||
| Test3 | ||||||||
|---|---|---|---|---|---|---|---|---|
{{Infobox climber|highestonsight={{{highestonsight}}}}}
{{Infobox climber}}
| ||||||||
| Test4 | ||||||||
|---|---|---|---|---|---|---|---|---|
{{Infobox climber|highestboulder={{{highestboulder}}}}}
{{Infobox climber}}
| ||||||||
| Test5 | ||||||||
|---|---|---|---|---|---|---|---|---|
{{Infobox climber|highestonsight={{{highestonsight}}}|highestredpoint={{{highestredpoint}}}}}
{{Infobox climber}}
| ||||||||
| Test6 | ||||||||
|---|---|---|---|---|---|---|---|---|
{{Infobox climber|highestboulder={{{highestboulder}}}|highestredpoint={{{highestredpoint}}}}}
{{Infobox climber}}
| ||||||||
| Test7 | ||||||||
|---|---|---|---|---|---|---|---|---|
{{Infobox climber|highestboulder={{{highestboulder}}}|highestonsight={{{highestonsight}}}}}
{{Infobox climber}}
| ||||||||
| Test8 | ||||||||
|---|---|---|---|---|---|---|---|---|
{{Infobox climber|highestboulder={{{highestboulder}}}|highestonsight={{{highestonsight}}}|highestredpoint={{{highestredpoint}}}}}
{{Infobox climber}}
| ||||||||
Height/weight
Automatic conversion
{{Infobox climber | name =
| height = 6 ft 2 in
| weight = 265 lb
}}
{{Infobox climber | name =
| height = 188 cm
| weight = 120 kg
}}
Conversion via template
{{Infobox climber | name =
| height = {{convert|6|ft|2|in|cm|abbr=on}}
| weight = {{convert|265|lb|kg|0|abbr=on}}
}}
{{Infobox climber | name =
| height = {{convert|188|cm|ftin|abbr=on}}
| weight = {{convert|120|kg|lb|0|abbr=on}}
}}
Manually entered conversion
{{Infobox climber | name =
| height = 6 ft 2 in (188 cm)
| weight = 265 lb (120 kg)
}}
{{Infobox climber | name =
| height = 188 cm (6 ft 2 in)
| weight = 120 kg (265 lb)
}}