Template:Function uma: Difference between revisions

From Japanese Mahjong Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{#expr:(({{{rawscore|25000}}} + {{{oka|0}}} - ({{{targetpts|30000}}} - {{{startpts|25000}}}))/1000) + {{{uma|0}}}}}
{{#expr:(({{{rawscore|25000}}} + {{{oka|0}}} - {{{targetpts|30000}}})/1000) + {{{uma|0}}}}}
<noinclude>{{documentation}}</noinclude>
<noinclude>{{documentation}}</noinclude>

Revision as of 23:53, 17 January 2015

-5

Documentation icon Template documentation[view] [edit] [history] [purge]
{{function uma
|rawscore  = 
|targetpts = 30000
|oka       = 
|uma       = 
|round     = yes
}}

result = (((rawscore + oka - (targetpts - startpts))/1000) + uma

Defaults

  • rawscore = 25000
  • oka = 5000
  • targetpts = 30000; for this line, always include a value as the expression produces an error when empty. Change the target value if needed.
  • uma = 0
  • round = yes. If the end score values retain one decimal place, then leave blank.