Difference between revisions of "User:Paxed/Template:dice"

From NetHackWiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
<onlyinclude><includeonly>{{{1}}}{{{2|}}}{{{3|}}}{{{4|}}}{{{5|}}} ( {{#expr: {{:User:Paxed/Template:dicemin|{{{1}}}}} {{{2|}}} {{:User:Paxed/Template:dicemin|{{{3|}}}}} {{{4|}}} {{:User:Paxed/Template:dicemin|{{{5|}}}}} }} - {{#expr: {{:User:Paxed/Template:dicemax|{{{1}}}}} {{{2|}}} {{:User:Paxed/Template:dicemax|{{{3|}}}}} {{{4|}}} {{:User:Paxed/Template:dicemax|{{{5|}}}}} }} )</includeonly></onlyinclude>
+
<onlyinclude><includeonly>{{{1}}}{{{2|}}}{{{3|}}} ({{#expr: {{:User:Paxed/Template:dicemin|{{{1}}}}} {{:User:Paxed/Template:dicemin|{{{2|}}}}} {{:User:Paxed/Template:dicemin|{{{3|}}}}} }} - {{#expr: {{:User:Paxed/Template:dicemax|{{{1}}}}} {{:User:Paxed/Template:dicemax|{{{2|}}}}} {{:User:Paxed/Template:dicemax|{{{3|}}}}} }})</includeonly></onlyinclude>
  
 
This template shows dicerolls in the standard [[d notation|d-notation]] and their minimum and maximum values.
 
This template shows dicerolls in the standard [[d notation|d-notation]] and their minimum and maximum values.

Revision as of 18:44, 4 March 2008


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

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

Where:

  • A is the number of dice to be rolled.
  • B is the number of sides the dices have.
  • C is an (optional) modifier added after the diceroll.

Output:

  • {{dice|1d6}} shows 1d6 (Expression error: Unexpected number. - 6)
  • {{dice|2d10|+5}} shows 2d10+5 (Expression error: Unexpected number. - 25)
  • {{dice|3d8|-2}} shows 3d8-2 (Expression error: Unexpected number. - 22)
  • {{dice|1d10|+1d8}} shows 1d10+1d8 (Expression error: Unexpected number. - Expression error: Unexpected number.)
  • {{dice|2d8|+2d4|+5}} shows 2d8+2d4+5 (Expression error: Unexpected number. - Expression error: Unexpected number.)
  • {{dice|10d10|+5d4|-10}} shows 10d10+5d4-10 (Expression error: Unexpected number. - Expression error: Unexpected number.)


{{{1}}}d{{{2}}}{{#if: {{{3|}}} |{{#ifexpr: {{{3|0}}} > 0 |+{{{3}}} |{{#ifexpr: {{{3|0}}} < 0 |{{{3}}} | }} }} }} ({{#expr:{{{1}}}+{{{3|0}}}}}-{{#expr:{{{1}}}*{{{2}}}+{{{3|0}}}}})