Difference between revisions of "Template:Gacha infobox"

From Tokyo Afterschool Summoners
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
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/*/|}}{{#var:gacha news link|{{{news link|}}}}}
| Has banner image = {{{banner image|}}}
| Has banner image = {{{banner image|}}}
| Has duration date = {{#var:duration|{{{duration|{{#var:event duration|}}}}}}}
| Has duration date = {{#var:duration|{{{duration|{{#var:event duration|}}}}}}}
| Has gacha type = {{{type|New}}}
| Has gacha type = {{{type|New}}}
| Revolves around units = <!--{{#arrayprint:featured units|###|@@@@|{{Strip formatting|@@@@}}}}
| Revolves around units = <!--{{#arrayprint:featured units|###|@@@@|{{Strip formatting|@@@@}}}}
|+sep=###-->{{#arrayprint:featured units|###|@@@@|{{#explode:@@@@|/|0}}/{{#if:{{#explode:@@@@|/|1}}|{{#explode:@@@@|/|1}}|{{#ask: [[Has English name::{{#explode:@@@@|/|0}}]] [[Has variant::{{#explode:@@@@|/|2}}]] [[Has availability::Current]]|?Has rarity|mainlabel=-|headers=hide}}}}/{{#if:{{#explode:@@@@|/|2}}|{{#explode:@@@@|/|2}}|Standard}}}}|+sep=###
|+sep=###-->{{#arrayprint:featured units|###|@@@@|{{Name corrector|{{lc:{{#explode:@@@@|/|0}}}}}}/{{#if:{{#explode:@@@@|/|1}}|{{#explode:@@@@|/|1}}|{{#ask: [[Has lowercase English name::{{Name corrector|{{lc:{{#explode:@@@@|/|0}}}}}}]] [[Has variant::{{#explode:@@@@|/|2}}]] [[Has availability::Current]]|?Has rarity|mainlabel=-|headers=hide}}}}/{{#if:{{#explode:@@@@|/|2}}|{{#explode:@@@@|/|2}}|Standard}}}}|+sep=###
| Contains units = {{{unit-list|}}}
| Contains units = {{{unit-list|}}}
| Earliest duration = {{#var:duration earliest start}}
| Earliest duration = {{#var:duration earliest start}}
Line 63: Line 63:
| Is active = {{#var:is active}}
| Is active = {{#var:is active}}
| Has ID = {{{id|}}}
| Has ID = {{{id|}}}
| Has filename = {{#var:event filename|}}
| Has filename = {{#var:gacha filename|}}
}}{{#ifeq:{{#var:is active|false}}|true|[[Category:Active gachas]]|[[Category:Inactive gachas]]}}
}}{{#ifeq:{{#var:is active|false}}|true|[[Category:Active gachas]]|[[Category:Inactive gachas]]}}
}}<!-- end subobject
}}<!-- end subobject

Latest revision as of 06:37, 4 November 2022

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
}}