Difference between revisions of "Template:Transient list"

From Tokyo Afterschool Summoners
Jump to navigation Jump to search
Line 1: Line 1:
<includeonly>{{#css:
<includeonly>{{#css:
.companion-list-columns div {
.transient-list-columns div {
     width: unset !important;
     width: unset !important;
     min-width: 200px;
     min-width: 200px;
Line 6: Line 6:
}}{{#switch: {{{format|}}}
}}{{#switch: {{{format|}}}
| ul =  
| ul =  
{{#ask: [[Has game context::Companion]]
{{#ask: [[Has game context::Transient]]
   {{#if:{{{name|}}}|[[Has lowercase English name::~{{lc:{{{name}}}}}]]}}
   {{#if:{{{name|}}}|[[Has lowercase English name::~{{lc:{{{name}}}}}]]}}
   {{#if:{{{jp name|}}}|[[Has Japanese name::~{{{jp name}}}]]}}
   {{#if:{{{jp name|}}}|[[Has Japanese name::~{{{jp name}}}]]}}
Line 17: Line 17:
   {{#if:{{{voice actor|}}}|[[Has voice actor::~*;~{{{voice actor}}};~*]]}}
   {{#if:{{{voice actor|}}}|[[Has voice actor::~*;~{{{voice actor}}};~*]]}}
   {{#if:{{{availability|}}}|{{#ifeq:{{{availability}}}|+||[[Has availability::{{{availability|}}}]]}}|[[Has availability::!Unobtainable]]}}
   {{#if:{{{availability|}}}|{{#ifeq:{{{availability}}}|+||[[Has availability::{{{availability|}}}]]}}|[[Has availability::!Unobtainable]]}}
|?=Companion icon subobject
|?=Transient icon subobject
|?Has Japanese name
|?Has Japanese name
|?Has English name
|?Has English name
Line 27: Line 27:
| link = none
| link = none
| format = ul
| format = ul
| template = Companion icon result format
| template = Transient icon result format
| intro = <div class="companion-list-columns">
| intro = <div class="transient-list-columns">
| outro = </div>
| outro = </div>
| columns = {{#vardefine:result count|
| columns = {{#vardefine:result count|
  {{#ask:[[Has game context::Companion]]
  {{#ask:[[Has game context::Transient]]
   {{#if:{{{name|}}}|[[Has lowercase English name::~{{lc:{{{name}}}}}]]}}
   {{#if:{{{name|}}}|[[Has lowercase English name::~{{lc:{{{name}}}}}]]}}
   {{#if:{{{jp name|}}}|[[Has Japanese name::~{{{jp name}}}]]}}
   {{#if:{{{jp name|}}}|[[Has Japanese name::~{{{jp name}}}]]}}
Line 64: Line 64:
}}
}}
| sort = Has English name
| sort = Has English name
| searchlabel = List of companions that satisfy the search criteria.
| searchlabel = List of transients that satisfy the search criteria.
| default = No companions found that satisfy the search criteria.
| default = No transients found that satisfy the search criteria.
}} <!-- end ask -->
}} <!-- end ask -->
| table
| table
|#default = {{#ask: [[Has game context::Companion]]
|#default = {{#ask: [[Has game context::Transient]]
   {{#if:{{{name|}}}|[[Has lowercase English name::~{{lc:{{{name}}}}}]]}}
   {{#if:{{{name|}}}|[[Has lowercase English name::~{{lc:{{{name}}}}}]]}}
   {{#if:{{{jp name|}}}|[[Has Japanese name::~{{{jp name}}}]]}}
   {{#if:{{{jp name|}}}|[[Has Japanese name::~{{{jp name}}}]]}}
Line 79: Line 79:
   {{#if:{{{voice actor|}}}|[[Has voice actor::~*;~{{{voice actor}}};~*]]}}
   {{#if:{{{voice actor|}}}|[[Has voice actor::~*;~{{{voice actor}}};~*]]}}
   {{#if:{{{availability|}}}|{{#ifeq:{{{availability}}}|+||[[Has availability::{{{availability|}}}]]}}|[[Has availability::!Unobtainable]]}}
   {{#if:{{{availability|}}}|{{#ifeq:{{{availability}}}|+||[[Has availability::{{{availability|}}}]]}}|[[Has availability::!Unobtainable]]}}
|?=Companion list subobject
|?=Transient list subobject
|?Has Japanese name
|?Has Japanese name
|?Has English name
|?Has English name
Line 109: Line 109:
| link = none
| link = none
| format = template
| format = template
| template = Companion list table result format
| template = Transient list table result format
| intro = {{Companion list table header
| intro = {{Transient list table header
  | show name = {{{show name|y}}}
  | show name = {{{show name|y}}}
  | show jp name = {{{show jp name|n}}}
  | show jp name = {{{show jp name|n}}}
Line 131: Line 131:
| sort = Has English name
| sort = Has English name
| order = descending
| order = descending
| searchlabel = List of companions that satisfy the search criteria.
| searchlabel = List of transients that satisfy the search criteria.
| default = No companions found that satisfy the search criteria.
| default = No transients found that satisfy the search criteria.
}} <!-- end ask -->
}} <!-- end ask -->
}}</includeonly><noinclude>
}}</includeonly><noinclude>
== Description ==
== Description ==


This template creates a list of companions that satisfy the search criteria. Uses [[Template:Companion list table header]] and [[Template:Companion list table result format]] for formatting.
This template creates a list of transients that satisfy the search criteria. Uses [[Template:Transient list table header]] and [[Template:Transient list table result format]] for formatting.


== Usage ==
== Usage ==
<pre>{{Companion list
<pre>{{Transient list
| format =  
| format =  
| name =  
| name =  
Line 179: Line 179:
; weapon type : Filter by weapon type in Japanese. See [[Property:Has weapon type]] for all eligible weapon types.
; weapon type : Filter by weapon type in Japanese. See [[Property:Has weapon type]] for all eligible weapon types.
; base skill : Filter by base skill. Expected format is the unlock stage (''0'' for default, ''1'' for first limit break etc.), followed by a comma, followed by the skill name in Japanese. You may use <code>?</code> as a wildcard for the unlock stage, and <code>*</code> as a wildcard for the skill name.
; base skill : Filter by base skill. Expected format is the unlock stage (''0'' for default, ''1'' for first limit break etc.), followed by a comma, followed by the skill name in Japanese. You may use <code>?</code> as a wildcard for the unlock stage, and <code>*</code> as a wildcard for the skill name.
; availability : Filter by availability. See [[Property:Has availability]] for all eligible values. Set to + to search for all companions regardless of availability. Defaults to ''!Unobtainable''.
; availability : Filter by availability. See [[Property:Has availability]] for all eligible values. Set to + to search for all transients regardless of availability. Defaults to ''!Unobtainable''.
; illustrator : Filter by illustrator in Japanese.
; illustrator : Filter by illustrator in Japanese.
; scenario writer : Filter by scenario writer in Japanese.
; scenario writer : Filter by scenario writer in Japanese.
; voice actor : Filter by voice actor in Japanese.
; voice actor : Filter by voice actor in Japanese.
; size: Set to ''small'' to display small icons, ''medium'' to display medium icons. Defaults to ''small''. Only takes effect if '''format''' is set to ''ul''.
; size: Set to ''small'' to display small icons, ''medium'' to display medium icons. Defaults to ''small''. Only takes effect if '''format''' is set to ''ul''.
; frame : Set to ''y'' to also display a frame with rarity, energy and weapon type of the companion, ''n'' to only display the icon. Defaults to ''n''. Only takes effect if '''format''' is set to ''ul''.
; frame : Set to ''y'' to also display a frame with rarity, energy and weapon type of the transient, ''n'' to only display the icon. Defaults to ''n''. Only takes effect if '''format''' is set to ''ul''.
; show name : Set to ''y'' to show the name, ''n'' to hide. Defaults to ''y'' if '''size''' is set to ''small'', ''n'' otherwise. Only takes effect if '''format''' is set to ''ul''.
; show name : Set to ''y'' to show the name, ''n'' to hide. Defaults to ''y'' if '''size''' is set to ''small'', ''n'' otherwise. Only takes effect if '''format''' is set to ''ul''.
; show jp name : Set to ''y'' to show the Japanese name, ''n'' to hide. Defaults to ''n''. Only takes effect if '''format''' is set to ''table''.
; show jp name : Set to ''y'' to show the Japanese name, ''n'' to hide. Defaults to ''n''. Only takes effect if '''format''' is set to ''table''.
Line 203: Line 203:


<pre>
<pre>
{{Companion list
{{Transient list
| name = moritaka
| name = moritaka
}}</pre>
}}</pre>
{{Companion list
{{Transient list
| name = moritaka
| name = moritaka
}}
}}


<pre>
<pre>
{{Companion list
{{Transient list
| base skill = 0, 獣の末裔
| base skill = 0, 獣の末裔
}}</pre>
}}</pre>
{{Companion list
{{Transient list
| base skill = 0, 獣の末裔
| base skill = 0, 獣の末裔
}}
}}

Revision as of 20:30, 20 August 2018

Description

This template creates a list of transients that satisfy the search criteria. Uses Template:Transient list table header and Template:Transient list table result format for formatting.

Usage

{{Transient list
| format = 
| name = 
| jp name = 
| rarity = 
| energy = 
| weapon type = 
| base skill = 
| illustrator = 
| scenario writer = 
| voice actor = 
| size = 
| frame = 
| show name = 
| show jp name = 
| show rarity = 
| show cost = 
| show energy = 
| show weapon type = 
| show base stats = 
| show stats at lv = 
| show skills = 
| show skill description = 
| show charge skill = 
| show illustrator = 
| show scenario writer = 
| show voice actor = 
}}

Parameters

All parameters are optional unless stated otherwise.

format
Format of the results. Set to table to display the results as a table, ul to display the results in a bulleted list. Defaults to table.
name
Filter by English name.
jp name
Filter by Japanese name.
rarity
Filter by rarity.
energy
Filter by energy in Japanese. See Property:Has energy for all eligible energys.
weapon type
Filter by weapon type in Japanese. See Property:Has weapon type for all eligible weapon types.
base skill
Filter by base skill. Expected format is the unlock stage (0 for default, 1 for first limit break etc.), followed by a comma, followed by the skill name in Japanese. You may use ? as a wildcard for the unlock stage, and * as a wildcard for the skill name.
availability
Filter by availability. See Property:Has availability for all eligible values. Set to + to search for all transients regardless of availability. Defaults to !Unobtainable.
illustrator
Filter by illustrator in Japanese.
scenario writer
Filter by scenario writer in Japanese.
voice actor
Filter by voice actor in Japanese.
size
Set to small to display small icons, medium to display medium icons. Defaults to small. Only takes effect if format is set to ul.
frame
Set to y to also display a frame with rarity, energy and weapon type of the transient, n to only display the icon. Defaults to n. Only takes effect if format is set to ul.
show name
Set to y to show the name, n to hide. Defaults to y if size is set to small, n otherwise. Only takes effect if format is set to ul.
show jp name
Set to y to show the Japanese name, n to hide. Defaults to n. Only takes effect if format is set to table.
show rarity
Set to y to show rarity, n to hide. Defaults to y. Only takes effect if format is set to table.
show cost
Set to y to show team cost, n to hide. Defaults to y. Only takes effect if format is set to table.
show energy
Set to y to show energy, n to hide. Defaults to y. Only takes effect if format is set to table.
show weapon type
Set to y to show weapon type, n to hide. Defaults to y. Only takes effect if format is set to table.
show base stats
Set to y to show base stats, n to hide. Defaults to y. Only takes effect if format is set to table.
show stats at lv
Set to any number to show the base stats at the given level, 0 to hide. Defaults to 0. Only takes effect if format is set to table.
show skills
Set to separate to show all skills in a separate column, combined to show them in a single column, n to hide. Defaults to separate. Only takes effect if format is set to table.
show skill description
If show skills is not set to n, set to y to show skill descriptions, n to hide. Defaults to n. Only takes effect if format is set to table.
show charge skill
Set to y to show charge skill, n to hide. Defaults to y. Only takes effect if format is set to table.
show illustrator
Set to y to show illustrator, n to hide. Defaults to n. Only takes effect if format is set to table.
show scenario writer
Set to y to show scenario writer, n to hide. Defaults to n. Only takes effect if format is set to table.
show voice actor
Set to y to show voice actor, n to hide. Defaults to n. Only takes effect if format is set to table.

Examples

{{Transient list
| name = moritaka
}}
Icon NameRarityEnergyWeapon typeBase HPBase ATKBase skill (Def.)Base skill (LB1)Base skill (LB2)Base skill (LB3)Charge skill
Unknown icon.png Moritaka 3WaterSlash403198獣の末裔 Parry Adept Spiritual Dog Warrior Samurai Warrior50pxThree Foot Ice BladeBlade of Ice
Unknown icon.png Moritaka 4WaterSlash800404獣の末裔 Parry Adept Spiritual Dog Warrior Samurai Warrior50pxThree Foot Ice BladeBlade of Ice
Moritaka Valentine 5star icon.png Moritaka (Valentine)5FireSlash1599850The Lovesick 獣の末裔 Spiritual Dog Warrior Loyal Samurai50pxComplementary Love Tempered in IceBlade of Ice
Unknown icon.png Moritaka (Jamboree)5ValiantShot13301070Samurai of Inheritance River Splasher Pillar to His Friends Bearer of Cold50pxQuick and Deft Surplus KnowledgeBlade of Ice?
{{Transient list
| base skill = 0, 獣の末裔
}}
Icon NameRarityEnergyWeapon typeBase HPBase ATKBase skill (Def.)Base skill (LB1)Base skill (LB2)Base skill (LB3)Charge skill
Unknown icon.png Gyumao 5FireLong Slash12931504獣の末裔 Hulking Lord Celestial Hot-Head Eloquent Speaker50pxExtreme ExpansionYes I Can!
Unknown icon.png Snow 3WaterBlow398197獣の末裔 Herbalist Mountain Dweller Defender of Thrones50pxFlying Spiral of FortuneAshtamangala
Unknown icon.png Nomad 4FireThrust803401獣の末裔 Blink Jumper Avenger Teleporter50pxVengeful SlaughterBurning Bright
Unknown icon.png Cu Sith 3WoodBlow399196獣の末裔 Fey Folk The Abandoned Death Bringer50pxWhite Mount Breaks StringsThird Howling
Unknown icon.png Snow 5WaterSlash1601799獣の末裔 Herbalist Mountain Dweller Unified Trinity50pxFlying Spiral of FortuneAshtamangala
Unknown icon.png Moritaka 3WaterSlash403198獣の末裔 Parry Adept Spiritual Dog Warrior Samurai Warrior50pxThree Foot Ice BladeBlade of Ice
Unknown icon.png Cu Sith 4WoodMagic805396獣の末裔 Fey Folk The Abandoned Death Bringer50pxWhite Mount Breaks StringsThird Howling
Unknown icon.png Hati 3WaterBlow396204獣の末裔 Pursuer The Lovesick The Moonlit50pxDrunken Moon HuntingMoonshine Chaser
Unknown icon.png Moritaka 4WaterSlash800404獣の末裔 Parry Adept Spiritual Dog Warrior Samurai Warrior50pxThree Foot Ice BladeBlade of Ice
Unknown icon.png Temujin 3WoodShot396203獣の末裔 Pursuer Avenger Marksman50pxRaining Tears of ArrowsWisdom of the Mani Khan
Unknown icon.png Hati 4WaterBlow799402獣の末裔 Pursuer The Lovesick The Moonlit50pxDrunken Moon HuntingMoonshine Chaser
Unknown icon.png Nyarlathotep 3WoodBlow401201獣の末裔 Blink Jumper Roamer The Abyssal50pxMad Bizarre MistakesCrawling Chaos
Unknown icon.png Temujin 4WoodShot800403獣の末裔 Pursuer Avenger Marksman50pxRaining Tears of ArrowsWisdom of the Mani Khan
Unknown icon.png Gyumao 3FireBlow322328獣の末裔 Hulking Lord Celestial Hot-Head Proprietor50pxExtreme ExpansionYes I Can!
Unknown icon.png Nyarlathotep 4WoodMagic798400獣の末裔 Blink Jumper Roamer 深淵に触れる者50pxMad Bizarre MistakesCrawling Chaos
Unknown icon.png Nomad 3FireBlow403199獣の末裔 Blink Jumper Avenger Teleporter50pxVengeful SlaughterBurning Bright
Unknown icon.png Shaded Wolf 1InfernalThrust12340Blood of the Beast Guard Adept Sacrificial Defender Grappler50pxCharge Thurst
Unknown icon.png Red Wolf 1FireThrust11741Blood of the Beast Guard Adept Sacrificial Defender Grappler50pxCharge Thurst
Unknown icon.png Azazel 3AetherMagic401199Blood of the Beast Heavenly Messenger Sacrifice Farseer50pxPocket World's Natural LawEyes of the Fallen
Unknown icon.png Oz 3WoodBlow410190Blood of the Beast Hesitant Recluse Courageous Coward Twin-Hearted Lion50pxCowardly Outburst of Brother in ArmsVirtus Leonis
Unknown icon.png Blue Wolf 1WaterThrust11844Blood of the Beast Guard Adept Sacrificial Defender Grappler50pxCharge Thurst
Unknown icon.png Azazel 4AetherMagic799396Blood of the Beast Heavenly Messenger Sacrifice Farseer50pxPocket World's Natural LawEyes of the Fallen
Unknown icon.png Oz 4WoodMagic860340Blood of the Beast Hesitant Recluse Courageous Coward Twin-Hearted Lion50pxCowardly Outburst of Brother in ArmsVirtus Leonis
Unknown icon.png Green Wolf 1WoodThrust12543Blood of the Beast Guard Adept Sacrificial Defender Grappler50pxCharge Thurst
Unknown icon.png Hanuman 3FireThrust396203Blood of the Beast Head of Festivities Ninja Immortal50pxInnocent and Outrageous CelestialInfinite Trickster
Unknown icon.png Asterius 3AetherBlow402200Blood of the Beast The Forsaken Shut-in Living Lightning50pxObstructed Giant Bated BreathLabrys of the Labyrinth
Unknown icon.png Yellow Wolf 1AetherThrust12539Blood of the Beast Guard Adept Sacrificial Defender Grappler50pxCharge Thurst
Unknown icon.png Hanuman 4FireThrust805397Blood of the Beast Head of Festivities Ninja Immortal50pxInnocent and Outrageous CelestialInfinite Trickster
Unknown icon.png Garmr 3NetherBlow405196Blood of the Beast Sacrificial Defender Pursuer Daredevil50pxUndying LoyaltyBane of Tyr
Unknown icon.png Purple Wolf 1NetherThrust12538Blood of the Beast Guard Adept Sacrificial Defender Grappler50pxCharge Thurst
Unknown icon.png Garmr 4NetherThrust803402Blood of the Beast Sacrificial Defender Pursuer Daredevil50pxUndying LoyaltyBane of Tyr