Jump to content
Wikipedia The Free Encyclopedia

Module:User:Mr rnddude/Sandbox

From Wikipedia, the free encyclopedia
Module documentation[create] [purge]
You might want to create a documentation page for this Scribunto module.
Editors can experiment in this module's sandbox (create | mirror) and testcases (create) pages.
Add categories to the /doc subpage. Subpages of this module.
 -- This is my module sandbox.
 -- Simple pre-module for a
 -- requested template.

 local p = {}

 function p.percent(frame) -- percentage (eventually)
	-- Percentage = share/total * 100
	local num1 = tonumber(frame.args[1])
	local num2 = tonumber(frame.args[2])
	return num1 / num2 * 100 .. '%'
 end

 return p

AltStyle によって変換されたページ (->オリジナル) /