Template:Card info: Difference between revisions

From Tears of Themis Wiki
imported>Elaeagnifolia
No edit summary
imported>Elaeagnifolia
No edit summary
Line 33: Line 33:
|skill2={{{skill2|}}}
|skill2={{{skill2|}}}
|skill3={{{skill3|}}}
|skill3={{{skill3|}}}
}}<!--
### Variables
-->{{#switch:{{{character|}}}
|Luke Pearce={{#vardefine:characterChip|Vision}}
|Artem Wing={{#vardefine:characterChip|Equalization}}
|Marius von Hagen={{#vardefine:characterChip|Infinity}}
|Vyn Richter={{#vardefine:characterChip|Mind}}
}}<!--
}}<!--


Line 55: Line 64:
* [[{{{skill2|}}}]]
* [[{{{skill2|}}}]]
* {{#if:{{{skill3|}}} | [[{{{skill3|}}}]] }}
* {{#if:{{{skill3|}}} | [[{{{skill3|}}}]] }}
==Evolution Materials==
{{NotableWrap
|notables=
{{Notable
|header=Evolve 1
|content=
{{#switch:{{{rarity|}}}
|R=
* {{{attribute|}}} Chip I x6
* {{{attribute|}}} Chip II x6
* {{#var:characterChip}} Chip I x6
|SR=
* {{{attribute|}}} Chip I x6
* {{{attribute|}}} Chip II x6
* {{#var:characterChip}} Chip II x6
|SSR=
* {{{attribute|}}} Chip I x10
* {{{attribute|}}} Chip II x10
* {{#var:characterChip}} Chip II x10
}}
}}
{{#switch:{{{rarity|}}}
|SR
|SSR=
{{Notable
|header=Evolve 2
|content=
{{#switch:{{{rarity|}}}
|SR=
* {{{attribute|}}} Chip II x20
* {{{attribute|}}} Chip III x10
* {{#var:characterChip}} Chip III x10
|SSR=
* {{{attribute|}}} Chip II x30
* {{{attribute|}}} Chip III x15
* {{#var:characterChip}} Chip III x15
}}
}}
}}
}}


{{#switch:{{{rarity|}}}
{{#switch:{{{rarity|}}}

Revision as of 01:47, 12 May 2021

Template-info.png Documentation

Description

Used to format information on card pages

Usage

{{Card info
|name={{PAGENAME}}
|image1=
|image2=
|image3=
|cardName=
|character=
|rarity=
|attribute=
|maxPower=
|maxInfluence=
|maxDefense=
|skill1=
|skill2=
|skill3=
|obtain=
|originalEvent=
|releaseDate=YYYY-MM-DD HH:MM:SS
|obtainQuote=
|nameCH=
|nameJP=
|nameKR=
|still1=
|still2=
|still3=
}}

Parameters

  • name - Defaults to Card info. Do not change unless the page name does not match the card's name (e.g. disambigutation)
  • image1|2|3 - File name of the where the card goes.
    • For SSR/SRs, this should be:
|image1={{PAGENAME}} Base.webm
|image2={{PAGENAME}} Evolve 1.webm
|image3={{PAGENAME}} Evolve 2.webm
    • For Rs, they won't have an image3 and the file extension should be .png (as R cards are not animated).
  • cardName - The name of the card without the character or quotation marks (e.g. Luke "Alluring Gaze" would be Alluring Gaze for this field).
  • character - The full name of the character featured in the card (e.g. Luke Pearce)
  • rarity - SSS / SSR / SR / MR / R
  • attribute - Logic / Intuition / Empathy
  • maxPower|Influence|Defense - The max stats of the card. This can be viewed from the in-game Archive if you own the card.
  • obtain - How to obtain the card. By default, this should be Shadows of Themis if the card comes from the gacha.
  • skill1|2|3 - Just the name of the card's skill. If the skill page and information exists, it will automatically pull the skill detail information.
  • releaseDate - The exact time the card was released (UTC+9 timezone) in YYYY-MM-DD HH:mm:ss format.
  • still1|2|3 - File names for still images of animated (SR/MR/SSR+) cards. R cards should continue to use the image1|2 fields above only.
This template defines the table "Card". View table.