Template:Cvt: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Wikid77
(created, as subtemplate of Template:Convert, as shortcut name with default abbr=on)
 
meta>Wikid77
(fixed to default parameter {3} as blank)
Line 1: Line 1:
{{{{{|safesubst:}}}convert/{{{{{|safesubst:}}}#if:1|{{{2}}}}}|{{{{{|safesubst:}}}FORMATNUM:{{{1}}}|R}}|{{{{{|safesubst:}}}#ifeq:{{{{{|safesubst:}}}#expr:{{{3|0}}}*0}}|0|0}}|{{{{{|safesubst:}}}FORMATNUM:{{{3}}}|R}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}|{{{8|}}}|r={{{{{|safesubst:}}}#ifeq:{{{sp}}}|us|er|re}}|d=L{{{lk|off}}}A{{{abbr|on}}}D{{{disp|b}}}S{{{adj|{{{sing|off}}}}}}|s={{{sigfig|}}}}}<noinclude>
{{{{{|safesubst:}}}convert/{{{{{|safesubst:}}}#if:1|{{{2}}}}}|{{{{{|safesubst:}}}FORMATNUM:{{{1}}}|R}}|{{{{{|safesubst:}}}#ifeq:{{{{{|safesubst:}}}#expr:{{{3|0}}}*0}}|0|0}}|{{{{{|safesubst:}}}FORMATNUM:{{{3|}}}|R}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}|{{{8|}}}|r={{{{{|safesubst:}}}#ifeq:{{{sp}}}|us|er|re}}|d=L{{{lk|off}}}A{{{abbr|on}}}D{{{disp|b}}}S{{{adj|{{{sing|off}}}}}}|s={{{sigfig|}}}}}<noinclude>


<br>The '''Template:Cvt''' is an abbreviated form of <nowiki>{{</nowiki>[[Template:Convert|Convert]]}}, with default option "abbr=on" to show unit symbols (abbreviated). Cvt is intended for use where many conversions are needed, such as in a table. The abbreviated form allows numerous, repeated uses without cluttering the markup for the page.
<br>The '''Template:Cvt''' is an abbreviated form of <nowiki>{{</nowiki>[[Template:Convert|Convert]]}}, with default option "abbr=on" to show unit symbols (abbreviated). Cvt is intended for use where many conversions are needed, such as in a table. The abbreviated form allows numerous, repeated uses without cluttering the markup for the page.
Line 13: Line 13:
|<nowiki>{{cvt|9|m|ft|disp=x| or }}</nowiki> || &rarr; {{cvt|9|m|ft|disp=x| or }}
|<nowiki>{{cvt|9|m|ft|disp=x| or }}</nowiki> || &rarr; {{cvt|9|m|ft|disp=x| or }}
|}
|}
For full documentation, with examples, see: [[Template:Convert/doc]].
For full documentation, with more examples, see: [[Template:Convert/doc]].


[[Category:2010 Convert unit subtemplates]]
[[Category:2010 Convert unit subtemplates]]
[[Category:Subtemplates of Template Convert]]
[[Category:Subtemplates of Template Convert]]
</noinclude>
</noinclude>

Revision as of 18:54, 12 December 2010

{{safesubst:convert/{{{2}}}|{{{1}}}|0|||||||r=re|d=LoffAonDbSoff|s=}}


The Template:Cvt is an abbreviated form of {{Convert}}, with default option "abbr=on" to show unit symbols (abbreviated). Cvt is intended for use where many conversions are needed, such as in a table. The abbreviated form allows numerous, repeated uses without cluttering the markup for the page.

Template:Cvt supports all major options of {Convert}, including to reset option abbr=off (or abbr=none, in/out, comma, or abbr=values) and lk=on (or lk=in, lk=out), adj=on (or adj=mid|xxxx), and disp=flip, "disp=x| or", "disp=x|/" and "disp=x|<|>" plus other options.

Essentially, "{{cvt}}" is equivalent to "{{convert|abbr=on}}" but 12 shorter:

{{convert|4|km|abbr=on}} → 4 km (2.5 mi)
{{cvt|4|km}} Template:Convert/km
{{cvt|9|m|ft|disp=x| or }} Template:Convert/m

For full documentation, with more examples, see: Template:Convert/doc.