Template:BonusStatTableRow

From the MapleStory Wiki, a knowledge base about everything MapleStory
Jump to navigation Jump to search


Template Documentation

Description

Generates a row for use with Template:BonusStatTable.

Usage

operator
If provided, an operator is placed in front of each value. Defaults to + if not provided.
1
A semi-colon delimited string. The 0th-index slice is the name of the row, while the next seven slices are values for each of the seven tiers of Bonus Stats.


Example

<table>{{BonusStatTableRow|0 to 19;1;2;3;4;5;6;7}}</table>
<table>{{BonusStatTableRow|operator=-|0 to 19;1000;2000;3000;;5000;6000;7000}}</table>
0 to 19 +1 +2 +3 +4 +5 +6 +7
0 to 19 -1,000 -2,000 -3,000 -5,000 -6,000 -7,000