User:Paxed/Template:dice

From NetHackWiki
< User:Paxed
Revision as of 08:07, 5 March 2008 by Paxed (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


This template shows dicerolls in the standard d-notation and their minimum and maximum values.

Usage: {{dice|AdB|+C}}

Parameters: Accepts 1-3 parameters, each of which can be either a d-notation or a simple plus or minus.

Examples:

  • {{dice|1d6}} shows 1d6 (1 - 6)
  • {{dice|2d10|+5}} shows 2d10+5 (7 - 25)
  • {{dice|3d8|-2}} shows 3d8-2 (1 - 22)
  • {{dice|1d10|+1d8}} shows 1d10+1d8 (2 - 18)
  • {{dice|2d8|+2d4|+5}} shows 2d8+2d4+5 (9 - 29)
  • {{dice|10d10|+5d4|-10}} shows 10d10+5d4-10 (5 - 110)
  • {{dice|1d10|-1d4|+2}} shows 1d10-1d4+2 (2 - 8)
  • {{dice|3d6|-1d4|-3}} shows 3d6-1d4-3 (-1 - 11)

Depends on: User:Paxed/Template:dicemin and User:Paxed/Template:dicemax