Template:Infobox bandy biography/testcases
Jump to navigation
Jump to search
| This is the template test cases page for the sandbox of Template:Infobox bandy biography. 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
Height
Automatic conversion
{{Infobox bandy biography | name =
| height = 5 ft 10 in
}}
{{Infobox bandy biography | name =
| height = 180 cm
}}
Conversion via template
{{Infobox bandy biography | name =
| height = {{convert|5|ft|10|in|cm|abbr=on}}
}}
{{Infobox bandy biography | name =
| height = {{convert|180|cm|ftin|abbr=on}}
}}
Manually entered conversion
{{Infobox bandy biography | name =
| height = 5 ft 10 in (178 cm)
}}
{{Infobox bandy biography | name =
| height = 180 cm (5 ft 11 in)
}}
Conversion via additional parameters
{{Infobox bandy biography | name =
| height_ft = 5 | height_in = 10
}}
{{Infobox bandy biography | name =
| height_cm = 180
}}