Template:Character

From Another Eden Wiki
Template-info.png Documentation

Description[edit]

Used to create character pages.

Also calls the following sub-templates to store Cargo data:

Below is the base boilerplate for the character template

Usage[edit]

{{Character
|id=
|storyId=         <!--possible additional ID for story gallery ui images-->
|name={{PAGENAME}}
<!--|isAnotherStyle=   Deprecated -->
|style=           <!--1,OG,2,AS,3,ES,4... | defaults to 1 | ID 1 = either OG or Alter, ID 2 = AS, ID 3 = ES-->
|isAlterStyle=
|isAwaken   <!--Steller Awakening -->
|alterNameJP=
|nameJP=
|nameKO=
|nameTW=
|actorJP=         <!--JP VA actor. Wikipedia link is attached to string in display-->
|actorEN=        
|obtain=
|releaseDate=
|featuredDate=    <!-- to put old character on main for month from this date-->
|stellarDate=
|weaponType=
|accessoryType=
|element=
|statBoostType=
|minRarity=
|maxRarity=
|personalities=
|description=
|classes=
|tomeDropsFrom=  <!--any PAGENAME to be used for unreleased character tomes that drop from somewhere, if left empty, will be filled on auto for released tomes with drops or will be empty-->
|valorChants=
|quests=
|skills=
|passives=  <!--Passive Skills-->
|stellars=  <!--Stellar Skills-->
|stance=  <!--Zones that Character can deploy-->
|sidekick=
|minHP=
|minMP=
|minPwr=
|minInt=
|minEnd=
|minSpr=
|minSpd=
|minLck=
|maxHP=
|maxMP=
|maxPwr=
|maxInt=
|maxEnd=
|maxSpr=
|maxSpd=
|maxLck=
<!--80 Light/Shadow Stellar Stats; avoid adding light/shadow bonuses since that is recorded separately-->
|saHP=
|saMP=
|saPwr=
|saInt=
|saSpd=
|saEnd=
|saSpr=
|saLck=
|bestWeapons=Stardream Sword,Innocence <!--Currently this is automated will look for weapons where it is Only Name-->
|worldLocations=
|upgradeType=<!--Scripts of 5 star upgrade. Fills most cases on AUTO, if its not standard fix it manually:
                1 - std 5 star (1 Tome)
                2 - 1 Tome + 1 Chant (Prai)
                5 - std AS (5 Treatises)
                10 - std Free (10 Psalms)
                30 - Little Story char(30 Psalms + 1 Chant)
                talesOF - 1 Record
                Free - Free upgrade -->
                
<!--Virtual fields for template display - not in DB -->
|unreleased5star=Yes  <!--switch to show future 5 star skills\class\pics of 3-4 star characters. -->
|unreleasedManifestation=True  <!--fill to make manifested skill effects grayed out-->
|unreleasedEnhance=True <!--alias, does the same as previous, for just skill enhances, greys out second tab of skills

|awards= <!-- to add more manual awards to store from character pages, if needed. (use Template:Reward)-->

|roles= <!--to force some role into character roles list, without parser. For filtering.-->

}}

This template defines the table "Characters". View table.