Template:Character/DetailedAttribute: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><div class="qud-stat-details-entry"><div class="qud-stat-name">[[{{{3|Attributes}}}|{{{1}}}]]</div><div class="qud-stat-range">{{#invoke:dice/Format | diceStats | roll = {{{2|}}} | template = Dice_range_only}}</div><div class="qud-stat-avg">{{#invoke:dice/Format | diceStats | roll = {{{2|}}} | template = Dice_mean_only}}</div><div class="qud-stat-roll">{{{2}}}</div></div></includeonly><noinclude>
<includeonly><div class="qud-stat-details-entry"><div class="qud-stat-name">[[{{{3|Attributes}}}|{{{1}}}]]</div><div class="qud-stat-range">{{#invoke:dice/Format | diceStats | roll = {{{2|}}} | multiplier={{{4|1}}} | extraafterroll = {{{5|0}}} | template = Dice_ceil_based_range_only}}</div><div class="qud-stat-avg">{{#invoke:dice/Format | diceStats | roll = {{{2|}}} | multiplier = {{{4|1}}} | extraafterroll = {{{5|0}}} | template = Dice_ceil_based_average_only}}</div><div class="qud-stat-roll">{{#ifeq: {{{4|1}}}|1|{{#ifeq: {{{5|0}}}|0|{{{2}}}|<span>({{{2}}})</span><span style="color:var(--qud-color-y)">+{{{5}}}</span>}}|<span>({{{2}}})</span><span style="color:var(--qud-color-y)">×{{{4}}}{{#ifeq: {{{5|0}}}|0||+{{{5}}}}}</span>}}</div></div></includeonly><noinclude>
Outputs a detail row for a single character attribute. Intended for use in [[Template:Character]].
Outputs a detail row for a single character attribute. Intended for use in [[Template:Character]].


parameter 3 is optional - it will default link to the [[Attributes]] page.
parameter 3 is optional - it will default link to the [[Attributes]] page.


<syntaxhighlight>{{Character/DetailedAttribute
parameter 4 is an optional multiplier for the stat (this is derived from the stat's "Bonus" attribute using a particular formula). If not specified, it defaults to 1.
 
parameter 5 is an additive value that represents extrinsic bonuses, such as the bonuses from mutations or armor.
 
<syntaxhighlight lang="html">{{Character/DetailedAttribute
| 1 = Strength
| 1 = Strength
| 2 = 17+2d3+1d6
| 2 = 17+2d3+1d6
| 3 = Attributes
| 3 = Attributes
| 4 = 1.25
| 5 = 0
}}</syntaxhighlight>
}}</syntaxhighlight>


Line 16: Line 22:
| 2 = 17+2d3+1d6
| 2 = 17+2d3+1d6
| 3 = Attributes
| 3 = Attributes
| 4 = 1.25
| 5 = 0
}}
}}
</div>
</div>


</noinclude>
</noinclude>

Latest revision as of 02:32, 14 February 2021

Outputs a detail row for a single character attribute. Intended for use in Template:Character.

parameter 3 is optional - it will default link to the Attributes page.

parameter 4 is an optional multiplier for the stat (this is derived from the stat's "Bonus" attribute using a particular formula). If not specified, it defaults to 1.

parameter 5 is an additive value that represents extrinsic bonuses, such as the bonuses from mutations or armor.

{{Character/DetailedAttribute
| 1 = Strength
| 2 = 17+2d3+1d6
| 3 = Attributes
| 4 = 1.25
| 5 = 0
}}


25-36
30.5
(17+2d3+1d6)×1.25