Difference between revisions of "Template:Dice"

From DDO Compendium
(Created page with "Template for dice rolls. <nowiki>{{{1}}} = multiplier {{{2}}} = amount of dice {{{3}}} = amount of sides {{{4}}} = number to add </nowiki> Example: <nowiki>{{Dice|1.25|2|8...")
 
 
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Template for dice rolls.
<noinclude>{{TemplateDocumentation
 
|name = Dice
<nowiki>{{{1}}} = multiplier
|description = This template is used to display a possible dice roll.  This is specifically used on weapons to say what is the basic damage amount possible.  It uses a bootstrap tooltip to show the range of values.
{{{2}}} = amount of dice
|category=Shared Templates
{{{3}}} = amount of sides
|example1 = <nowiki>{{Dice|1.25|2|8|4|6}}</nowiki>
{{{4}}} = number to add </nowiki>
|example1output = {{Dice|1.25|2|8|4|6}}
 
|example2 = <nowiki>{{Dice||2|8}}</nowiki>
Example:
|example2output = {{Dice||2|8}}
<nowiki>{{Dice|1.25|2|8|6}}</nowiki>
|example3 = <nowiki>{{Dice||2|8||3}}</nowiki>
{{Dice|1.25|2|8|6}}
|example3output = {{Dice||2|8||3}}
 
|example4 = <nowiki>{{Dice||2|8|4|3}}</nowiki>
<onlyinclude>
|example4output = {{Dice||2|8|4|3}}
{{#bootstrap_tooltip: {{{1|1}}}[{{{2|1}}}d{{{3|6}}}] + {{{4|0}}} | text = {{#expr:{{{2|1}}}*{{{1|1}}}+{{{3|0}}}}} - {{#expr:({{{2|1}}}*{{{2}}})*{{{1|1}}}+{{{4|0}}}}} | placement = bottom }}
|parameter1name = Multiplier
</onlyinclude>
|parameter1description = This is the amount that the dice roll is multiplied by: '''1.25'''[2d8+4]+6
|parameter1values =
|parameter2name = Die Count
|parameter2description = This is the number of die that will be rolled: 1.25['''2'''d8+4]+6
|parameter2values =
|parameter3name = Die Sides
|parameter3description = This is the number of sides that the die that is rolled will have: 1.25[2d'''8'''+4]+6
|parameter3values =
|parameter4name = Add Before Multiplier
|parameter4description = This is the amount that is added to the die roll before the multiplier: 1.25[2d8+'''4''']+6
|parameter4values =
|parameter5name = Add After Multiplier
|parameter5description = This is the amount that is added to the roll after the multiplier: 1.25[2d8+4]+'''6'''
|parameter5values =
}}
</noinclude>
<onlyinclude><span style="white-space:nowrap">{{#bootstrap_tooltip: {{{1|}}}{{#if: {{{1|}}}|[|{{#if: {{{5|}}}|{{#if: {{{4|}}}|[|}}|}}}}{{{2}}}d{{{3}}}{{#if: {{{4|}}} |
{{#ifexpr: {{{4}}}<0||+}}{{{4}}}}}{{#if: {{{1|}}}|]|{{#if: {{{5|}}}|{{#if: {{{4|}}}|]|}}|}}}}{{#if: {{{5|}}} |
{{#ifexpr: {{{5}}}<0||+}}{{{5}}}}} | text = Range: {{#expr: {{#if: {{{1|}}}|{{{1}}}|1}}*(({{{2}}})+ {{#if: {{{4|}}}|{{{4}}}|0}}) + {{#if:{{{5|}}}|{{{5}}}|0}}}}
- {{#expr: {{#if: {{{1|}}}|{{{1}}}|1}}*(({{{2}}}*{{{3}}})+ {{#if: {{{4|}}}|{{{4}}}|0}}) + {{#if:{{{5|}}}|{{{5}}}|0}}}}
| placement = bottom }}</span></onlyinclude>

Latest revision as of 13:36, 10 February 2022

Dice[edit]

This template is used to display a possible dice roll. This is specifically used on weapons to say what is the basic damage amount possible. It uses a bootstrap tooltip to show the range of values.

Example Usage
{{Dice|1.25|2|8|4|6}}1.25[2d8+4]+6
{{Dice||2|8}}2d8
{{Dice||2|8||3}}2d8+3
{{Dice||2|8|4|3}}[2d8+4]+3

Usage[edit]

{{Dice|(Multiplier)|(Die Count)|(Die Sides)|(Add Before Multiplier)|(Add After Multiplier)}}

Parameter Documentation
MultiplierThis is the amount that the dice roll is multiplied by: 1.25[2d8+4]+6
Die CountThis is the number of die that will be rolled: 1.25[2d8+4]+6
Die SidesThis is the number of sides that the die that is rolled will have: 1.25[2d8+4]+6
Add Before MultiplierThis is the amount that is added to the die roll before the multiplier: 1.25[2d8+4]+6
Add After MultiplierThis is the amount that is added to the roll after the multiplier: 1.25[2d8+4]+6

Template

Ignore any errors below this line, The errors occur because there is no input into the template, in the template itself.


{{{2}}}d{{{3}}}