Module:User:Plagiat/sandbox: Difference between revisions
Appearance
Content deleted Content added
m req: deletion Tag: Blanking |
m unblank to fix malformed move request |
||
Line 1: | Line 1: | ||
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 |
Latest revision as of 13:49, 29 December 2018
![]() | This is the module sandbox page for Module:User:Plagiat. |