|
|
Line 44: |
Line 44: |
| | | |
| {{#cargo_query:tables=Characters,Fullbodies|fields=fullbody|join on=Fullbodies.firstname=Characters.firstname|where=Characters._pageName="Tenma Sumeragi"|format=gallery|mode=nolines|show bytes=0|show filename=0|image height=300px|order by=Fullbodies.id ASC}} | | {{#cargo_query:tables=Characters,Fullbodies|fields=fullbody|join on=Fullbodies.firstname=Characters.firstname|where=Characters._pageName="Tenma Sumeragi"|format=gallery|mode=nolines|show bytes=0|show filename=0|image height=300px|order by=Fullbodies.id ASC}} |
− |
| |
− | {| class="wikitable a3table sortable"
| |
− | |-
| |
− | ! Link Skill
| |
− | ! Characters
| |
− | ! Description
| |
− | ! Bonus
| |
− | |- style="height: 3em;"
| |
− | {{#cargo_query:
| |
− | tables=Link_Skill
| |
− | |fields=linkname,troupe,chara1,chara2,chara3,chara4,description,attribute,bonus
| |
− | |where=attribute="Co"
| |
− | |format=template
| |
− | |template=Link Skill/Row
| |
− | |named args=yes
| |
− | |order by=bonus DESC
| |
− | }}
| |
− | |}
| |
− |
| |
− | {| class="wikitable a3table sortable"
| |
− | |-
| |
− | ! Link Skill
| |
− | ! Characters
| |
− | ! Description
| |
− | ! Bonus
| |
− | |- style="height: 3em;"
| |
− | {{#cargo_query:
| |
− | tables=Link_Skill
| |
− | |fields=linkname,troupe,chara1,chara2,chara3,chara4,description,attribute,bonus
| |
− | |where=attribute="Ac"
| |
− | |format=template
| |
− | |template=Link Skill/Row
| |
− | |named args=yes
| |
− | |order by=bonus DESC
| |
− | }}
| |
− | |}
| |
− |
| |
− | {| class="wikitable a3table sortable"
| |
− | |-
| |
− | ! Link Skill
| |
− | ! Characters
| |
− | ! Description
| |
− | ! Bonus
| |
− | |- style="height: 3em;"
| |
− | {{#cargo_query:
| |
− | tables=Link_Skill
| |
− | |fields=linkname,troupe,chara1,chara2,chara3,chara4,description,attribute,bonus
| |
− | |where=attribute="Sr"
| |
− | |format=template
| |
− | |template=Link Skill/Row
| |
− | |named args=yes
| |
− | |order by=bonus DESC
| |
− | }}
| |
− | |}
| |
− |
| |
− | {{#cargo_query:
| |
− | tables=Cards,CardFiles
| |
− | |join on=Cards.number = CardFiles.number
| |
− | |fields=Cards.rarity, Cards.character, CardFiles.icon1, CardFiles.image1
| |
− | |where=Cards.cardset="The Great Camp Bonding Strategy"
| |
− | |order by=Cards.number
| |
− | |format=
| |
− | }}
| |
− |
| |
− | {{#cargo_query:
| |
− | tables=Cards,CardFiles
| |
− | |join on=Cards.number = CardFiles.number
| |
− | |fields=Cards.rarity, Cards.character, CardFiles.icon1, CardFiles.image1
| |
− | |where=Cards.cardset="The Great Camp Bonding Strategy" AND Cards.rarity="SSR"
| |
− | |order by=Cards.number
| |
− | |format=
| |
− | }}
| |