This is the template for an event gacha box. Copy and paste this text once for each box and fill it out as appropriate:
{{ShinyEventGachaBox
|box_number = (Required: put which number this box is here)
|box_cost = (Required: the cost in event points, displayed at the top)
|box_items = (Required: put each item on a separate line like this:
{{Row|Recovery Soda 1/4|3}})
}}
Example Usage
Multiple boxes will appear side-by-side:
{{ShinyEventGachaBox
|box_number = 1
|box_cost = 50
|box_items =
{{Row|Hazuki Seal|1}}
{{Row|Money x100|10}}
{{Row|Feather Jewel x10|5}}
}}
{{ShinyEventGachaBox
|box_number = 2
|box_cost = 100
|box_items =
{{Row|Hazuki Seal|3}}
{{Row|Money x250|15}}
{{Row|Recovery Soda 1/4|3}}
{{Row|Recovery Soda MAX|1}}
}}
{{ShinyEventGachaBox
|box_number = 3
|box_cost = 500
|box_items =
{{Row|Hazuki Seal|5}}
{{Row|Money x1000|30}}
{{Row|Feather Jewel x50|15}}
{{Row|Feather Jewel x100|2}}
{{Row|Recovery Soda 1/4|4}}
{{Row|Recovery Soda 1/2|3}}
{{Row|Recovery Soda MAX|2}}
}}
{{ShinyEventGachaBox
|box_number = 4
|box_cost = 1000
|box_items =
{{Row|[[Card List#P-SR|Some SR Card]]|1}}
{{Row|Fes Entry Ticket|5}}
{{Row|Feather Jewel x100|2}}
}}
The above text will result in the following page content:
Box 1 / Cost 50
Item
|
Amount
|
Hazuki Seal |
1
|
Money x100 |
10
|
Feather Jewel x10 |
5
|
Box 2 / Cost 100
Item
|
Amount
|
Hazuki Seal |
3
|
Money x250 |
15
|
Recovery Soda 1/4 |
3
|
Recovery Soda MAX |
1
|
Box 3 / Cost 500
Item
|
Amount
|
Hazuki Seal |
5
|
Money x1000 |
30
|
Feather Jewel x50 |
15
|
Feather Jewel x100 |
2
|
Recovery Soda 1/4 |
4
|
Recovery Soda 1/2 |
3
|
Recovery Soda MAX |
2
|
Box 4 / Cost 1000
Item
|
Amount
|
Some SR Card |
1
|
Fes Entry Ticket |
5
|
Feather Jewel x100 |
2
|