RogerDodger (talk | contribs) (Created page with "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 charac...") |
RogerDodger (talk | contribs) No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This template is used to compare and contrast three sections, two with a blue label and the center one with a | This template is used to compare and contrast three sections, two with a blue label and the center one with a orange label. 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. | On larger screens the sections appear side by side, but on smaller displays the layout collapses as needed. | ||
== Usage == | == Usage == | ||
<syntaxhighlight lang="html"> | <syntaxhighlight lang="html"> | ||
{{ | {{BlueOrange | ||
|leftLabel=Left | |leftLabel=Left | ||
|left={{Dotlist| | |left={{Dotlist| | ||
Line 14: | Line 12: | ||
* Left is great | * Left is great | ||
* Left never do wrong}} | * Left never do wrong}} | ||
| | |orangeLabel=Center | ||
| | |orange={{Dotlist| | ||
* | * Orange is perfect | ||
* | * Orange is divine | ||
* | * Orange is above all}} | ||
|rightLabel=Right | |rightLabel=Right | ||
|right={{Dotlist| | |right={{Dotlist| | ||
Line 32: | Line 30: | ||
! Parameter !! Default !! Description | ! Parameter !! Default !! Description | ||
|- | |- | ||
| <code> | | <code>leftLabel</code> | ||
| <code> | | <code>Tracks left</code> | ||
| Label for the blue section. | | Label for the left blue section. | ||
|- | |||
| <code>left</code> | |||
| | |||
| Contents for the left blue section. | |||
|- | |||
| <code>orangeLabel</code> | |||
| <code>Tracks both</code> | |||
| Label for the orange section. | |||
|- | |- | ||
| <code> | | <code>orange</code> | ||
| | | | ||
| Contents for the | | Contents for the orange section. | ||
|- | |- | ||
| <code> | | <code>rightLabel | ||
| <code> | | <code>Tracks right</code> | ||
| Label for the | | Label for the right blue section. | ||
|- | |- | ||
| <code> | | <code>right</code> | ||
| | | | ||
| Contents for the | | Contents for the right blue section. | ||
|} | |} | ||
== Example == | == Example == | ||
{{ | {{BlueOrange | ||
|leftLabel=Left | |leftLabel=Left | ||
|left={{Dotlist| | |left={{Dotlist| | ||
Line 57: | Line 63: | ||
* Left is great | * Left is great | ||
* Left never do wrong}} | * Left never do wrong}} | ||
| | |orangeLabel=Center | ||
| | |orange={{Dotlist| | ||
* | * Orange is perfect | ||
* | * Orange is divine | ||
* | * Orange is above all}} | ||
|rightLabel=Right | |rightLabel=Right | ||
|right={{Dotlist| | |right={{Dotlist| | ||
Line 69: | Line 75: | ||
}} | }} | ||
{{ | {{BlueOrange | ||
|left={{Dotlist| | |left={{Dotlist| | ||
* | * df+1 | ||
* 3 | * 3 | ||
* f+2}} | * f+2}} | ||
| | |orange={{Dotlist| | ||
* 1+2 | * 1+2 | ||
* b+4,3}} | * b+4,3}} | ||
|right={{Dotlist| | |right={{Dotlist| | ||
* | * df+4 | ||
* f,F+4}} | * f,F+4}} | ||
}} | }} |
Latest revision as of 05:17, 28 February 2024
This template is used to compare and contrast three sections, two with a blue label and the center one with a orange label. 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
{{BlueOrange
|leftLabel=Left
|left={{Dotlist|
* Left is good
* Left is great
* Left never do wrong}}
|orangeLabel=Center
|orange={{Dotlist|
* Orange is perfect
* Orange is divine
* Orange 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. | |
orangeLabel
|
Tracks both
|
Label for the orange section. |
orange
|
Contents for the orange section. | |
rightLabel
|
Tracks right
|
Label for the right blue section. |
right
|
Contents for the right blue section. |
Example
Left
- Left is good
- Left is great
- Left never do wrong
Center
- Orange is perfect
- Orange is divine
- Orange is above all
Right
- Right is bad
- Right is evil
- Right must go
Tracks left
- df+1
- 3
- f+2
Tracks both
- 1+2
- b+4,3
Tracks right
- df+4
- f,F+4