Difference between revisions of "Template:Gacha infobox"

From Tokyo Afterschool Summoners
Jump to navigation Jump to search
Line 49: Line 49:
}}{{#ifeq:{{#var:is active|false}}|true||{{#vardefine:is active|false}}}}<!--{{#arraydefine:featured units unsliced|{{{units|}}}|*}}{{#arrayslice:featured units|featured units unsliced|1}}-->{{#arraydefine:featured units|{{{units|}}}|;}}{{#subobject:gacha{{#vardefineecho:gachanumber|{{#expr:{{#var:gachanumber|-1}}+1}}}}
}}{{#ifeq:{{#var:is active|false}}|true||{{#vardefine:is active|false}}}}<!--{{#arraydefine:featured units unsliced|{{{units|}}}|*}}{{#arrayslice:featured units|featured units unsliced|1}}-->{{#arraydefine:featured units|{{{units|}}}|;}}{{#subobject:gacha{{#vardefineecho:gachanumber|{{#expr:{{#var:gachanumber|-1}}+1}}}}
| Has game context = Gacha
| Has game context = Gacha
| Has Japanese name ={{{jp name|}}}
| Has Japanese name ={{{jp name|{{#var:gacha name|}}}}}
| Has English name ={{{en name|}}}
| Has English name ={{{en name|{{#var:gacha en name|}}}}}
| Has lowercase English name ={{lc:{{{en name|}}}}}
| Has lowercase English name ={{lc:{{{en name|{{#var:gacha en name|}}}}}}}
| Has news link = {{#ifeq:{{#var:is active|}}|true||https://web.archive.org/web/*/|}}{{{news link|}}}
| Has news link = {{#ifeq:{{#var:is active|}}|true||https://web.archive.org/web/*/|}}{{{news link|}}}
| Has banner image = {{{banner image|}}}
| Has banner image = {{{banner image|}}}

Revision as of 18:22, 25 April 2021

Description

This templates creates an infobox for an gacha, as well as an gacha subobject using the following properties:

  • Has Japanese name
  • Has English name
  • Has news link
  • Has banner image
  • Has duration date
  • Has gacha type
  • Earliest duration
  • Latest duration
  • Revolves around units
  • Is active

Usage

{{Gacha infobox
| jp name = 
| en name = 
| news link =
| banner image = 
| duration = 
| type =
| units =
}}

Parameters

jp name
Japanese name.
en name
Translated name, official if jp-en name exists, unofficial if not.
jp-en name
Unofficial translated name.
news link
Official link to the unit distribution
banner image
Image(s) for the banners present during the gacha; separate multiple images using a semicolon.
duration
The start and end date(s); separate multiples using a semicolon. Name using a !. Separate start and end with -> Please use an ISO-8601 timestamp.
type
The type of gacha (or currency used): Main, New, Paid, Reprint, Ally, etc.
units
List of units that are the focus of the gacha (for example, new units or units with a higher rate up, if no new units are present)

Examples

{{Gacha infobox
| jp name = 
| en name = Main Gacha
| news link = http://housamo.info/gacha2/
| banner image = banner_gacha_2-1.png;banner_gacha_2_en.png
| duration = Duration!{{#time:c|0}} -> {{#time:c|now}}
| units = *
| type = Main
}}