User:ChaoticShadow/sandbox/8: Difference between revisions

From Sekaipedia
Content added Content deleted
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{ #invoke:Chart | bar chart
<tabber>
A = A
| height = 250
| width = 300
|-|
B = B
| stack = 1
| group 1 = 1: 1: 1
</tabber>
| group 2 = 1: 3: 3
| group 3 = 1: 3: 2
| group 4 = 0: 1: 2
| colors = green : yellow : orange : red
| group names = 1* : 2* : 3* : 4*
| x legends = Ichika : Saki : Honami
}}

{{#cargo_query:
tables=Cards
|fields=COUNT(Cards.card_id)
|where=card_id > 0 AND card_character = 'Hoshino Ichika'
|group by=Cards.rarity
|order by=Cards.rarity ASC
|format=list
|delimiter=:
}}

{{#cargo_query:
tables=Cards
|fields=COUNT(Cards.card_id)
|where=card_id > 0 AND card_character = 'Tenma Saki'
|group by=Cards.rarity
|order by=Cards.rarity ASC
|format=list
|delimiter= :
}}

{{#cargo_query:
tables=Cards
|fields=COUNT(Cards.card_id)
|where=card_id > 0 AND card_character = 'Mochizuki Honami'
|group by=Cards.rarity
|order by=Cards.rarity ASC
|format=list
|delimiter= :
}}

Revision as of 06:02, 2 November 2021

1
2
3
4
5
6
7
8
Ichika
Saki
Honami
  •   1*
  •   2*
  •   3*
  •   4*
Error: No database table exists named "Cards".
Error: No database table exists named "Cards".
Error: No database table exists named "Cards".
Cookies help us deliver our services. By using our services, you agree to our use of cookies.