Toggle menu
15
236
76
27.7K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Convert/makeunits/doc: Difference between revisions

From Kenshi Wiki
Created page with "{{doc sub}} The purpose of this module is to prepare the data used by Module:Convert to allow conversion between units of measurement. Usage: Put one of the following lines (with nothing else) in a sandbox: *<code><nowiki>{{#invoke:convert/makeunits|makeunits}}</nowiki></code> *<code><nowiki>{{subst:#invoke:convert/makeunits|makeunits}}</nowiki></code> Previewing the sandbox should display the wikitext that needs to be copied and pasted into Module:Convert/data..."
 
No edit summary
 
Line 1: Line 1:
{{doc sub}}
The purpose of this module is to prepare the data used by [[Module:Convert]] to allow conversion between units of measurement.
The purpose of this module is to prepare the data used by [[Module:Convert]] to allow conversion between units of measurement.


Line 15: Line 14:


The module reads data from [[Module:Convert/text]] to allow [[Internationalization and localization|localization]] of the table of units for use on another wiki.
The module reads data from [[Module:Convert/text]] to allow [[Internationalization and localization|localization]] of the table of units for use on another wiki.
<includeonly>
[[Category:Module config pages]]
</includeonly>
<noinclude>
<noinclude>
[[Category:Module documentation pages]]
[[Category:Module documents]]
[[Category:Module config documents]]
</noinclude>
</noinclude>

Latest revision as of 23:43, 11 March 2025

The purpose of this module is to prepare the data used by Module:Convert to allow conversion between units of measurement.

Usage: Put one of the following lines (with nothing else) in a sandbox:

  • {{#invoke:convert/makeunits|makeunits}}
  • {{subst:#invoke:convert/makeunits|makeunits}}

Previewing the sandbox should display the wikitext that needs to be copied and pasted into Module:Convert/data. If a problem occurs, warning messages will be displayed to indicate that the unit definitions need to be fixed.

By default, the module reads the unit definitions from Module:Convert/documentation/conversion data. For testing purposes, it is possible to specify that the definitions are read from another page, for example, User:Johnuniq/sandbox2, by specifying the wanted title:

  • {{#invoke:convert/makeunits|makeunits|User:Johnuniq/sandbox2}}
  • {{subst:#invoke:convert/makeunits|makeunits|User:Johnuniq/sandbox2}}

The module contains table specials which is used to insert a small amount of "built-in" data that is not currently defined in the input wikitext.

The module reads data from Module:Convert/text to allow localization of the table of units for use on another wiki.