Template:Tooltip dice mean string: Difference between revisions

Jump to navigation Jump to search
no edit summary
m (don't return anything if mean == 0)
No edit summary
 
Line 1: Line 1:
<includeonly>{{#ifeq: {{{mean|0}}} | 0 || <span class="qud-roll-average">average: {{{mean|}}}</span> }}</includeonly><noinclude>[[Category:Templates]]
<includeonly>{{#ifeq: {{{mean|0}}} | 0 || <span class="qud-roll-average">average: {{{mean|}}}</span> }}</includeonly><noinclude>[[Category:Dice Templates]]


Meant for use as a template parameter for [[Module:Dice/Format]]. Returns only the mean/average for a dice roll string (example: <code>3.5</code>), formatted in a <code>&lt;span&gt;</code> block appropriate for the Character and Item template tooltips. This probably won't be useful anywhere else. Doesn't return anything if the mean is equal to zero.
Meant for use as a template parameter for [[Module:Dice/Format]]. Returns only the mean/average for a dice roll string (example: <code>3.5</code>), formatted in a <code>&lt;span&gt;</code> block appropriate for the Character and Item template tooltips. This probably won't be useful anywhere else. Doesn't return anything if the mean is equal to zero.
</noinclude>
</noinclude>

Navigation menu