Template:Card info: Difference between revisions

From Tears of Themis Wiki
imported>Elaeagnifolia
(Created page with "<noinclude>{{doc}}Category:Templates<!-- ### Cargo Declare -->{{#cargo_declare:_table=Card |name=String |attribute=String |rarity=String |featuredCharacter=String |obtai...")
 
imported>Elaeagnifolia
No edit summary
Line 5: Line 5:
-->{{#cargo_declare:_table=Card
-->{{#cargo_declare:_table=Card
|name=String
|name=String
|cardName=String
|attribute=String
|attribute=String
|rarity=String
|rarity=String
|featuredCharacter=String
|featuredCharacter=String
|obtain=Wikitext
|obtain=Wikitext
|basePower=Integer
|maxPower=Integer
|maxPower=Integer
|baseInfluence=Integer
|baseDefense=Integer
|maxInfluence=Integer
|maxInfluence=Integer
|maxDefense=Integer
|maxDefense=Integer
Line 18: Line 16:
|skill2=String
|skill2=String
|skill3=String
|skill3=String
|reward=String
}}</noinclude><includeonly><!--
}}</noinclude><includeonly><!--


Line 25: Line 22:
-->{{#cargo_store:_table=Card
-->{{#cargo_store:_table=Card
|name=String
|name=String
|cardName={{{cardName|}}}
|attribute={{{attribute|}}}
|attribute={{{attribute|}}}
|rarity={{{rarity|}}}
|rarity={{{rarity|}}}
|featuredCharacter={{{character|}}}
|featuredCharacter={{{character|}}}
|obtain={{{obtain|}}}
|obtain={{{obtain|}}}
|basePower={{{basePower|}}}
|maxPower={{{maxPower|}}}
|maxPower={{{maxPower|}}}
|baseInfluence={{{baseInfluence|}}}
|baseDefense={{{baseDefense|}}}
|maxInfluence={{{maxInfluence|}}}
|maxInfluence={{{maxInfluence|}}}
|maxDefense={{{maxDefense|}}}
|maxDefense={{{maxDefense|}}}
Line 43: Line 38:
### Template Content
### Template Content


--></includeonly>
-->{{Info grid card
|image={{{image|}}}
|character={{{character|}}}
|rarity={{{rarity|}}}
|attribute={{{attribute|}}}
|maxPower={{{maxPower|}}}
|maxInfluence={{{maxInfluence|}}}
|maxDefense={{{maxDefense|}}}
|obtain={{{obtain|}}}
}}
 
==Skills==
* {{{skill1|}}}
* {{{skill2|}}}
* {{{skill3|}}}
 
==Story/Rewards==
[[:{{PAGENAME}}/Story]]
 
[[Category:Cards]]</includeonly>

Revision as of 02:48, 11 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.