Difference between revisions of "Template:Infobox person/length/switch/doc"
< Template:Infobox person | length | switch
Jump to navigation
Jump to search
imported>Zyxw (update intro) |
imported>Zyxw (update intro) |
||
Line 4: | Line 4: | ||
This is one of three templates used to automatically add conversions of length measurements displayed by [[:Category:Infobox templates|infoboxes]], such as the {{para|reach}} parameter in {{tlx|Infobox boxer}} or the {{para|spike}} and {{para|block}} parameters in {{tlx|Infobox volleyball biography}}. | This is one of three templates used to automatically add conversions of length measurements displayed by [[:Category:Infobox templates|infoboxes]], such as the {{para|reach}} parameter in {{tlx|Infobox boxer}} or the {{para|spike}} and {{para|block}} parameters in {{tlx|Infobox volleyball biography}}. | ||
− | # [[Template:Infobox person/length]] changes text for units of length to the abbreviations "cm" or " | + | # [[Template:Infobox person/length]] changes text for units of length to the abbreviations "in", "cm" or "m", then passes the string to: |
− | # [[Template:Infobox person/length/locate]] which replaces any instances of <code>&nbsp;</code> with a space, and determines the positions of "cm" or " | + | # [[Template:Infobox person/length/locate]] which replaces any instances of <code>&nbsp;</code> with a space, and determines the positions of "in", "cm" or "m" within that string, all of which is passed to: |
# [[Template:Infobox person/length/switch]] which does the conversion | # [[Template:Infobox person/length/switch]] which does the conversion | ||
Revision as of 18:14, 12 July 2018
![]() | This is a documentation subpage for Template:Infobox person/length/switch. It contains usage information, categories and other content that is not part of the original template page. |
This is one of three templates used to automatically add conversions of length measurements displayed by infoboxes, such as the |reach=
parameter in {{Infobox boxer}}
or the |spike=
and |block=
parameters in {{Infobox volleyball biography}}
.
- Template:Infobox person/length changes text for units of length to the abbreviations "in", "cm" or "m", then passes the string to:
- Template:Infobox person/length/locate which replaces any instances of
with a space, and determines the positions of "in", "cm" or "m" within that string, all of which is passed to: - Template:Infobox person/length/switch which does the conversion
See also