Module:Decimals/doc

From The New Prairie Universe Wiki
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.