Difference between revisions of "Template:Roll"
From NsdWiki
(New page: <table cellpadding="0" cellspacing="10" class="roll" style="background-color: #fff; border: 1px solid #333;"> {{ #if: {{{caption|}}}|<caption>{{{caption}}}</caption>|}} <tr> <td>[[Image:13...) |
|||
(16 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | < | + | <includeonly>{| class="roll" style="background-color: #fff; border: 1px solid #333;" cellpadding="0" cellspacing="10" |
− | + | |+ {{{caption|}}} | |
− | + | |- | |
− | + | |align="center"|[[Image:D10.svg|36px|d10]]{{#if:{{{bonus1|}}}|{{!}}{{!}}align="center"{{!}}{{plus}}{{!}}{{!}}align="center"{{!}}{{{bonus1}}}}}{{#if:{{{bonus2|}}}|{{!}}{{!}}align="center"{{!}}{{plus}}{{!}}{{!}}align="center"{{!}}{{{bonus2}}}}}{{#if:{{{bonus3|}}}|{{!}}{{!}}align="center"{{!}}{{plus}}{{!}}{{!}}align="center"{{!}}{{{bonus3}}}}}{{#if:{{{bonus4|}}}|{{!}}{{!}}align="center"{{!}}{{plus}}{{!}}{{!}}align="center"{{!}}{{{bonus4}}}}}{{#if:{{{bonus5|}}}|{{!}}{{!}}align="center"{{!}}{{plus}}{{!}}{{!}}align="center"{{!}}{{{bonus5}}}}}{{#if:{{{bonus6|}}}|{{!}}{{!}}align="center"{{!}}{{plus}}{{!}}{{!}}align="center"{{!}}{{{bonus6}}}}} | |
− | {{ #if: | + | |}</includeonly><noinclude>The Roll template is used to show a die roll and its bonuses. It has up to 6 bonus parameters. |
− | {{ #if: | + | <nowiki>{{roll |
− | {{ #if: | + | |bonus1=A |
− | {{ #if: | + | |bonus2=B |
− | {{ #if: | + | |bonus3=C |
− | {{ #if: | + | |bonus4=D |
− | </ | + | |bonus5=E |
− | </ | + | |bonus6=F |
+ | }}</nowiki> | ||
+ | Yields: | ||
+ | {{roll | ||
+ | |bonus1=A | ||
+ | |bonus2=B | ||
+ | |bonus3=C | ||
+ | |bonus4=D | ||
+ | |bonus5=E | ||
+ | |bonus6=F | ||
+ | }} | ||
+ | </noinclude> |
Latest revision as of 14:42, 26 June 2010
The Roll template is used to show a die roll and its bonuses. It has up to 6 bonus parameters.
{{roll |bonus1=A |bonus2=B |bonus3=C |bonus4=D |bonus5=E |bonus6=F }}
Yields:
+ | A | + | B | + | C | + | D | + | E | + | F |