This template is used to compare and contrast three sections, two with a blue label and the center one with a purple one. The most common usage is for a quick list of a character's tracking moves.
On larger screens the sections appear side by side, but on smaller displays the layout collapses as needed.
Usage
{{BluePurple
|leftLabel=Left
|left={{Dotlist|
* Left is good
* Left is great
* Left never do wrong}}
|purpleLabel=Center
|purple={{Dotlist|
* Purple is perfect
* Purple is divine
* Purple is above all}}
|rightLabel=Right
|right={{Dotlist|
* Right is bad
* Right is evil
* Right must go}}
}}
Parameters
Parameter | Default | Description |
---|---|---|
leftLabel
|
Tracks left
|
Label for the left blue section. |
left
|
Contents for the left blue section. | |
purpleLabel
|
Tracks both
|
Label for the purple section. |
purple
|
Contents for the purple section. | |
rightLabel
|
Tracks right
|
Label for the right blue section. |
right
|
Contents for the right blue section. |