Difference between revisions of "Template:Event infobox"

From Tokyo Afterschool Summoners
Jump to navigation Jump to search
Line 51: Line 51:
   <th colspan="2">{{{en name|{{{jp name|???}}}}}}</th>
   <th colspan="2">{{{en name|{{{jp name|???}}}}}}</th>
</tr>
</tr>
<td>{{#vardefine:banner image array|{{{banner image|}}}}}{{#vardefine:banner image loop|1}}{{#while:|{{#var:banner image loop}}|
<tr>
  <td>{{#vardefine:banner image array|{{{banner image|}}}}}{{#vardefine:banner image loop|1}}{{#while:|{{#var:banner image loop}}|
[[File:{{#sub:{{#var:banner image array}}|0|{{#pos:{{#var:banner image array}}|;}}}}|400px]]
[[File:{{#sub:{{#var:banner image array}}|0|{{#pos:{{#var:banner image array}}|;}}}}|400px]]
{{#if:{{#pos:{{#var:banner image array}}|;}}||{{#vardefine:banner image loop|}}}}
{{#if:{{#pos:{{#var:banner image array}}|;}}||{{#vardefine:banner image loop|}}}}
{{#vardefine:banner image array|{{#sub:{{#var:banner image array}}|{{#expr:{{#pos:{{#var:banner image array}}|;}}+1}}}}}}
{{#vardefine:banner image array|{{#sub:{{#var:banner image array}}|{{#expr:{{#pos:{{#var:banner image array}}|;}}+1}}}}}}
}}
}}
</td>
  </td>
</tr>
<tr>
  <th colspan="2">Durations</th>
{{#vardefine:duration start array|{{{starts|}}}}}{{#vardefine:duration end array|{{{ends|}}}}}{{#vardefine:duration loop|1}}{{#while:|{{#var:duration loop}}|
{{#vardefine:duration start array piece|{{#sub:{{#var:duration start array}}|0|{{#pos:{{#var:duration start array}}|;}}}}}}{{#vardefine:duration end array piece|{{#sub:{{#var:duration end array}}|0|{{#pos:{{#var:duration end array}}|;}}}}}}
<td>{{#explode:{{#var:duration start array piece}}|:|0}}</td><td>{{#explode:{{#var:duration start array piece}}|:|1}} -> {{#explode:{{#var:duration end array piece}}|:|1}}</td>
{{#if:{{#pos:{{#var:duration start array}}|;}}||{{#vardefine:duration loop|}}}}{{#vardefine:duration start array|{{#sub:{{#var:duration start array}}|{{#expr:{{#pos:{{#var:duration start array}}|;}}+1}}}}}}{{#vardefine:duration end array|{{#sub:{{#var:duration end array}}|{{#expr:{{#pos:{{#var:duration end array}}|;}}+1}}}}}}
}}
</tr>
<tr>
  <td>
 
  </td>
</tr>
</table></includeonly><noinclude>
</table></includeonly><noinclude>
== Description ==
== Description ==

Revision as of 04:04, 13 July 2018

Description

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

  • Has Japanese name
  • Has English name
  • Has news link
  • Has banner image
  • Has start date
  • Has end date
  • Has type

Usage

{{Event infobox
| jp name = 
| en name = 
| news link =
| banner image = 
| starts =
| ends = 
| type =
}}

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
Link to the news post from housamo.info
banner image
Image(s) for the banners present during the event; separate multiple images using a semicolon.
starts
The start date(s); separate multiples using a semicolon. Name using a colon. Please use an ISO-8601 friendly timestamp.
ends
The end date(s); separate multiples using a semicolon. Name using a colon. Please use an ISO-8601 friendly timestamp.
type
The type of event: Time-Limited if non-event (no event shop, etc.), Full if true event; defaults to Time-Limited

Examples

{{Event infobox
| jp name = オリエント・ニューイヤー!
| en name = Oriental New Year!
| news link = https://web.archive.org/web/20180104052030/http://lifewonders2.sakura.ne.jp/wp/newyear2018/
| banner image = 1801お正月-小バナー1-2.png
| starts = Quest:January 4th, 2017 @ 14:00;Gacha:January 4th, 2017 @ 14:00
| ends = Quest:January 20th, 2018 @ 23:59;Gacha:January 27th, 2018 @ 23:59
| type = Limited-Time
}}
Oriental New Year!
1801お正月-小バナー1-2.png
Durations QuestJanuary 4th, 2017 @ 14 -> January 20th, 2018 @ 23GachaJanuary 4th, 2017 @ 14 -> January 27th, 2018 @ 23