Jump to content

Module:User:Mr rnddude/Sandbox

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mr rnddude (talk | contribs) at 14:01, 6 March 2018 (Module for testing). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
-- This is my module sandbox.
-- Simple pre-module for a
-- requested template.

P = 1014 -- hPa
Incr = 27 -- feet
MSL = -27 -- feet

local p = {}

function p.Percentage (frame)
	-- Percentage = share/total * 100
	return s/t * 100
end