< Template:Infobox martial artistRevision as of 05:57, 12 March 2019 by imported>Zyxw
Template:Testcases page
All parameters
Template:Testcase table
Example
{{Infobox martial artist
| name = Brock Lesnar
| image = Brock Lesnar in 2003.jpg
| caption = Lesnar in 2003
| birth_date = {{birth date and age|1977|7|12}}
| birth_place = [[Webster, South Dakota]], U.S.
| nationality = {{flagu|United States}}
| height = 6 ft 2 in
| weight = 265 lb
| style = [[Freestyle wrestling]]
| fighting_out_of = [[Minneapolis–Saint Paul]], U.S.
| team = Minnesota Martial Arts Academy
| mma_kowin = 1
| university = [[University of Minnesota]]
| sherdog = 17522
}}
Comparison 1
Template:Testcase table
Comparison 2
This comparison illustrates the color/box_width options.
Template:Testcase table
child
Martial artist details (starting with Other names) as a "child" box for column widths the same as parent infobox. See Template:Infobox/doc#Embedding.
Side by side comparison
| Infobox martial artist
|
Infobox martial artist/sandbox
|
|
|
|
subbox
Martial artist details (starting with Other names) as "subbox" for column widths independent of parent infobox. See Template:Infobox/doc#Subboxes.
Side by side comparison
| Infobox martial artist
|
Infobox martial artist/sandbox
|
|
|
|
Height/weight/reach
Automatic conversion
{{Infobox martial artist | name =
| height = 6 ft 2 in
| weight = 265 lb
| reach = 75 in
}}
Template:Testcase table
{{Infobox martial artist | name =
| height = 188 cm
| weight = 120 kg
| reach = 191 cm
}}
Template:Testcase table
Conversion via template
{{Infobox martial artist | name =
| height = {{convert|6|ft|2|in|cm|abbr=on}}
| weight = {{convert|265|lb|kg|0|abbr=on}}
| reach = {{convert|75|in|cm|0|abbr=on}}
}}
Template:Testcase table
{{Infobox martial artist | name =
| height = {{convert|188|cm|ftin|abbr=on}}
| weight = {{convert|120|kg|lb|0|abbr=on}}
| reach = {{convert|191|cm|in|0|abbr=on}}
}}
Template:Testcase table
Manually entered conversion
{{Infobox martial artist | name =
| height = 6 ft 2 in (188 cm)
| weight = 265 lb (120 kg)
| reach = 75 in (191 cm)
}}
Template:Testcase table
{{Infobox martial artist | name =
| height = 188 cm (6 ft 2 in)
| weight = 120 kg (265 lb)
| reach = 191 cm (75 in)
}}
Template:Testcase table
Conversion via additional parameters
{{Infobox martial artist | name =
| height_ft = 6 | height_in = 2
| weight_lb = 265
| reach_in = 75
}}
Template:Testcase table
{{Infobox martial artist | name =
| height_cm = 188
| weight_kg = 120
| reach_cm = 191
}}
Template:Testcase table