Mô đun:Convert/show/tài liệu

Bách khoa toàn thư mở Wikipedia

This module can be used to prepare tables of wikitext to display simple documentation for specified units. Data is obtained by calling Mô đun:Convert. In addition, the module can be used to show {{convert}} usage examples.

Hiển thị thông tin về đơn vị[sửa mã nguồn]

The module contains a built-in list of commonly used units. The information at en:Help:Convert units#Units is the output from:

  • {{#gọi:convert/show|units}}

When no units are specified, the full built-in list of unit codes is used. In addition, the headings and examples defined in the module are displayed.

Units may be specified by entering section names or individual unit codes. No headings or examples are included if units are specified.

For example, one or more sections from the full list can be displayed as in the following examples:

  • {{#gọi:convert/show|units|length}}
  • {{#gọi:convert/show|units|length|mass|area}}

Any "input" unit codes can be specified individually, for example, the following line:

  • {{#gọi:convert/show|units|um|cm|ug|kg}}

gives the result:

Unit code Unit symbol Unit name US name, if different
um μm micrômét
cm cm xentimét
ug μg micrôgam
kg kg kilôgam

Only units suitable for use as a conversion input can be used. For example, ftin cannot be used as it is an output unit which displays the result in feet and inches.

Hiển thị thí dụ sử dụng[sửa mã nguồn]

The module can display examples of {{convert}} usage in a list or a table. The required parameters must be separated with ! (exclamation mark) rather than the normal | (pipe), and a parameter that includes an equals sign must be prefixed with 1= (for the first parameter), or 2= (for the second), etc.

For example, the following line:

  • {{#gọi:convert/show|list|1=123!cm!in!abbr=on|2=125!sqft!m2!abbr=off!sp=us}}

gives the result:

  • {{convert/sandboxlua|123|cm|in|abbr=on}} → 123 cm (48 in)
  • {{convert/sandboxlua|125|sqft|m2|abbr=off|sp=us}} → 125 foot vuông (11,6 mét vuông)

The same information can be displayed in a table.

  • {{#gọi:convert/show|table|1=123!cm!in!abbr=on|2=125!sqft!m2!abbr=off!sp=us}}

gives the result:

{{convert/sandboxlua|123|cm|in|abbr=on}} 123 cm (48 in)
{{convert/sandboxlua|125|sqft|m2|abbr=off|sp=us}} 125 foot vuông (11,6 mét vuông)

Thay thế[sửa mã nguồn]

Results from invoking the module can be substituted into the current page, for example:

  • {{subst:#gọi:convert/show|units|length}}
  • {{subst:#gọi:convert/show|table|1=123!cm!in!abbr=on|2=125!sqft!m2!abbr=off!sp=us}}

Substitution may be useful if editing of the resulting wikitext is required.