Module:Decimals/doc

From The New Prairie Universe Wiki
< Module:Decimals
Revision as of 18:51, 28 December 2016 by Randombell (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the documentation page for Module:Decimals

<templatestyles src="Module:Message box/ombox.css"></templatestyles>

<templatestyles src="Module:Message box/ombox.css"></templatestyles>

Usage

From other Lua modules

<syntaxhighlight lang="lua"> local roundAndPad = require('Module:Decimals')._main result = roundAndPad(n, decimals) </syntaxhighlight>

From wikitext

{{#invoke:Decimals|main|n|decimals}}

For more information, see Template:Decimals.