Difference between revisions of "Template:Infobox person/length/switch/doc"

From blackwiki
Jump to navigation Jump to search
imported>Zyxw
(→‎See also: remove links already shown above)
imported>Vanisaac
m (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
 
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
  
'''{{NAMESPACE}}:{{BASEPAGENAME}}''' 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}}.
+
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 "in", then passes the string to:
+
# [[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>&amp;nbsp;</code> with a space, and determines the positions of "cm" or "in" within that string, all of which is passed to:
+
# [[Template:Infobox person/length/locate]] which replaces any instances of <code>&amp;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
  
Line 17: Line 17:
 
** [[Template:Infobox person/weight/switch]]
 
** [[Template:Infobox person/weight/switch]]
  
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
+
<includeonly>{{Sandbox other||
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 
[[Category:Template implementation details]]
 
[[Category:Template implementation details]]
  
 
}}</includeonly>
 
}}</includeonly>

Latest revision as of 20:54, 25 April 2020

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}}.

  1. Template:Infobox person/length changes text for units of length to the abbreviations "in", "cm" or "m", then passes the string to:
  2. Template:Infobox person/length/locate which replaces any instances of &nbsp; with a space, and determines the positions of "in", "cm" or "m" within that string, all of which is passed to:
  3. Template:Infobox person/length/switch which does the conversion

See also