உள்ளடக்கத்துக்குச் செல்

Module:Val

கட்டற்ற கலைக்களஞ்சியமான விக்கிப்பீடியாவில் இருந்து.
The Mol Man (பேச்சு | பங்களிப்புகள்) பயனரால் செய்யப்பட்ட 15:07, 7 சனவரி 2015 அன்றிருந்தவாரான திருத்தம் (just a start of sorts I guess)

This module implements {{Val}}.

The following modules are developed:

Use {{val/sandbox}} for testing, for example:

  • {{val/sandbox|1234.5678|(23)|u=cm}}1234.5678(23) cm
  • {{val/sandbox|1234.5678|1.23|u=cm}}1234.5678±1.23 cm
  • {{val/sandbox|1234.5678|1.23|4.56|u=cm}}1234.5678+1.23
    −4.56
     cm
  • {{val/sandbox|1234.5678|e=3|u=cm}}1234.5678×103 cm
  • {{val/sandbox|1234.5678|(23)|e=3|u=cm}}1234.5678(23)×103 cm
  • {{val/sandbox|1234.5678|1.23|e=3|u=cm}}(1234.5678±1.23)×103 cm
  • {{val/sandbox|1234.5678|1.23|4.56|e=3|u=cm}}1234.5678+1.23
    −4.56
    ×103 cm
  • {{val/sandbox|1234.5678|1.23|4.56|e=3|u=cm|end=$|+errend=U$|-errend=L$}}1234.5678$+1.23U$
    −4.56L$
    ×103 cm
  • {{val/sandbox|1234.5678|(23)|u=deg}}1234.5678(23)°
  • {{val/sandbox|1234.5678|1.23|u=deg}}1234.5678°±1.23°
  • {{val/sandbox|1234.5678|1.23|4.56|u=deg}}1234.5678°+1.23°
    −4.56°
  • {{val/sandbox|1234.5678|e=3|u=deg}}1234.5678°×103
  • {{val/sandbox|1234.5678|(23)|e=3|u=deg}}1234.5678(23)°×103
  • {{val/sandbox|1234.5678|1.23|e=3|u=deg}}(1234.5678°±1.23°)×103
  • {{val/sandbox|1234.5678|1.23|4.56|e=3|u=deg}}1234.5678°+1.23°
    −4.56°
    ×103
  • {{val/sandbox|1234.5678|1.23|4.56|e=3|u=deg|end=$|+errend=U$|-errend=L$}}1234.5678$°+1.23U$°
    −4.56L$°
    ×103

local p = {}
 
local getArgs
local gaps = require('Module:Gapnum')._gaps

function p.main(frame)
	if not getArgs then
		getArgs = require('Module:Arguments').getArgs
	end
	local args = getArgs(frame, {wrappers = 'Template:Val'})
end

return p
"https://ta.wikipedia.org/w/index.php?title=Module:Val&oldid=2743741" இலிருந்து மீள்விக்கப்பட்டது