Difference between revisions of "Template:Roll"
From NsdWiki
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {| class="roll" style="background-color: #fff; border: 1px solid #333;" cellpadding="0" cellspacing="10" | + | <includeonly>{| class="roll" style="background-color: #fff; border: 1px solid #333;" cellpadding="0" cellspacing="10" |
|+ {{{caption|}}} | |+ {{{caption|}}} | ||
|- | |- | ||
− | | [[Image:D10.svg| | + | |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}}}}} |
− | |} | + | |}</includeonly><noinclude>The Roll template is used to show a die roll and its bonuses. It has up to 6 bonus parameters. |
+ | <nowiki>{{roll | ||
+ | |bonus1=A | ||
+ | |bonus2=B | ||
+ | |bonus3=C | ||
+ | |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 |