Difference between revisions of "Template:Dice"
From DDO Compendium
MNDeveloper (talk | contribs) |
MNDeveloper (talk | contribs) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude>{{TemplateDocumentation | ||
|name = Dice | |name = Dice | ||
|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. | |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. | ||
|category=Shared Templates | |||
|example1 = <nowiki>{{Dice|1.25|2|8|4|6}}</nowiki> | |example1 = <nowiki>{{Dice|1.25|2|8|4|6}}</nowiki> | ||
|example1output = {{Dice|1.25|2|8|4|6}} | |example1output = {{Dice|1.25|2|8|4|6}} | ||
Line 10: | Line 11: | ||
|example4 = <nowiki>{{Dice||2|8|4|3}}</nowiki> | |example4 = <nowiki>{{Dice||2|8|4|3}}</nowiki> | ||
|example4output = {{Dice||2|8|4|3}} | |example4output = {{Dice||2|8|4|3}} | ||
|parameter1name = | |parameter1name = Multiplier | ||
|parameter1description = This is the amount that the dice roll is multiplied by: '''1.25'''[2d8+4]+6 | |parameter1description = This is the amount that the dice roll is multiplied by: '''1.25'''[2d8+4]+6 | ||
|parameter1values = | |parameter1values = | ||
Line 27: | Line 28: | ||
}} | }} | ||
</noinclude> | </noinclude> | ||
<onlyinclude>{{#bootstrap_tooltip: {{{1|}}}{{#if: {{{1|}}}|[|{{#if: {{{5|}}}|{{#if: {{{4|}}}|[|}}|}}}}{{{2}}}d{{{3}}}{{#if: {{{4|}}} |+{{{4}}}}}{{#if: {{{1|}}}|]|{{#if: {{{5|}}}|{{#if: {{{4|}}}|]|}}|}}}}{{#if: {{{5|}}} |+{{{5}}}}} | text = Range: {{#expr: {{#if: {{{1|}}}|{{{1}}}|1}}*(({{{2}}})+ {{#if: {{{4|}}}|{{{4}}}|0}}) + {{#if:{{{5|}}}|{{{5}}}|0}}}} | <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}}}} | - {{#expr: {{#if: {{{1|}}}|{{{1}}}|1}}*(({{{2}}}*{{{3}}})+ {{#if: {{{4|}}}|{{{4}}}|0}}) + {{#if:{{{5|}}}|{{{5}}}|0}}}} | ||
| placement = bottom }}</onlyinclude> | | 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 | |
Multiplier | This is the amount that the dice roll is multiplied by: 1.25[2d8+4]+6 |
Die Count | This is the number of die that will be rolled: 1.25[2d8+4]+6 |
Die Sides | This is the number of sides that the die that is rolled will have: 1.25[2d8+4]+6 |
Add Before Multiplier | This is the amount that is added to the die roll before the multiplier: 1.25[2d8+4]+6 |
Add After Multiplier | This 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}}}