Template:Infobox surfer/testcases
< Template:Infobox surfer
Jump to navigation
Jump to search
Revision as of 16:48, 21 July 2017 by imported>Zyxw (create)
| This is the template test cases page for the sandbox of Template:Infobox surfer. 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
Parameters for height and weight
Automatic conversion
{{Infobox surfer | name =
| height = 180 cm
| weight = 110 kg
}}
Conversion via template
{{Infobox surfer | name =
| height = {{convert|180|cm|ftin|abbr=on}}
| weight = {{convert|110|kg|lb|0|abbr=on}}
}}
Manually entered conversion
{{Infobox surfer | name =
| height = 180 cm (5 ft 11 in)
| weight = 110 kg (243 lb)
}}