وحدة:Convert/show/شرح

من موسوعة المزرعة
اذهب إلى التنقل اذهب إلى البحث

هذه صفحة توثيق لوحدة:Convert/show

This module can be used to prepare tables of wikitext to display simple documentation for specified units. Data is obtained by calling Module:Convert. In addition, the module can be used to show {{حول}} usage examples.

Displaying unit information[عدل]

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

  • {{#invoke: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:

  • {{#invoke:convert/show|units|length}}
  • {{#invoke:convert/show|units|length|mass|area}}

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

  • {{#invoke:convert/show|units|um|cm|ug|kg}}

gives the result:

شفرة الوحدة رمز الوحدة إسم الوحدة تسمية US إن كانت مختلفة
um مكـم ميكرومتر
cm سـم سنتيمتر
ug مكـغ ميكروغرام
kg كـغ كيلوغرام

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.

Displaying usage examples[عدل]

The module can display examples of نص صغير{{حول}} 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:

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

gives the result:

  • {{convert|123|cm|in|abbr=on}} ينتج ← نص غير منسق123 سـم (48 بوصة)
  • {{convert|125|sqft|m2|abbr=off|sp=us}} ينتج ← نص غير منسق125 قدم مربع (11.6 متر مربع)

The same information can be displayed in a table.

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

gives the result:

{{convert|123|cm|in|abbr=on}} ينتج ← نص غير منسق123 سـم (48 بوصة)
{{convert|125|sqft|m2|abbr=off|sp=us}} ينتج ← نص غير منسق125 قدم مربع (11.6 متر مربع)

Substitution[عدل]

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

  • {{subst:#invoke:convert/show|units|length}}
  • {{subst:#invoke: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.