Template:Function uma: Difference between revisions

From Japanese Mahjong Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#expr:(({{{raw score|25000}}} + {{{oka|0}}} - ({{{target points|30000}}} - {{{start points|25000}}}))/1000) + {{{uma|0}}}}}
{{#expr:(({{{rawscore|25000}}} + {{{oka|0}}} - {{{targetpts|30000}}})/1000) + {{{uma|0}}} {{#switch:{{{round|default}}}|yes=round 0|default=+0}}}}
<noinclude>{{documentation}}</noinclude>
<noinclude>{{documentation}}</noinclude>

Latest revision as of 02:35, 18 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.