Difference between revisions of "Template:Infobox climber/testcases"
Jump to navigation
Jump to search
imported>Zyxw (create) |
imported>Zyxw (update) |
||
Line 8: | Line 8: | ||
{{Test case|_collapsible=yes|_showcode=yes|_title=Test2 | {{Test case|_collapsible=yes|_showcode=yes|_title=Test2 | ||
+ | |highestredpoint = {{{highestredpoint}}} | ||
+ | }} | ||
+ | |||
+ | {{Test case|_collapsible=yes|_showcode=yes|_title=Test3 | ||
+ | |highestonsight = {{{highestonsight}}} | ||
+ | }} | ||
+ | |||
+ | {{Test case|_collapsible=yes|_showcode=yes|_title=Test4 | ||
+ | |highestboulder = {{{highestboulder}}} | ||
+ | }} | ||
+ | |||
+ | {{Test case|_collapsible=yes|_showcode=yes|_title=Test5 | ||
+ | |highestredpoint = {{{highestredpoint}}} | ||
+ | |highestonsight = {{{highestonsight}}} | ||
+ | }} | ||
+ | |||
+ | {{Test case|_collapsible=yes|_showcode=yes|_title=Test6 | ||
+ | |highestredpoint = {{{highestredpoint}}} | ||
+ | |highestboulder = {{{highestboulder}}} | ||
+ | }} | ||
+ | |||
+ | {{Test case|_collapsible=yes|_showcode=yes|_title=Test7 | ||
+ | |highestonsight = {{{highestonsight}}} | ||
+ | |highestboulder = {{{highestboulder}}} | ||
+ | }} | ||
+ | |||
+ | {{Test case|_collapsible=yes|_showcode=yes|_title=Test8 | ||
|highestredpoint = {{{highestredpoint}}} | |highestredpoint = {{{highestredpoint}}} | ||
|highestonsight = {{{highestonsight}}} | |highestonsight = {{{highestonsight}}} |
Latest revision as of 23:45, 9 August 2017
![]() | 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}}
|
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 }}
{{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) }}