Difference between revisions of "Template:Event infobox"

From Tokyo Afterschool Summoners
Jump to navigation Jump to search
Line 46: Line 46:
}}
}}
}}<!-- end subobject
}}<!-- end subobject
--><table id="event{{#eventnumber}}" class="infobox">
-->{{Event preview infobox
<tr>
| en name = {{{en name|}}}
  <th colspan="2">{{{en name|{{{jp name|???}}}}}}</th>
| jp name = {{{jp name|}}}
</tr>
| floats = true
<tr>
}}</includeonly><noinclude>
  <td colspan="2">{{#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|link={{{news link|}}}]]
{{#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}}}}}}
}}
  </td>
</tr>
<tr>
  <th colspan="2">Durations</th>
</tr>
{{#vardefine:duration array|{{{duration|}}}}}{{#vardefine:duration loop|1}}{{#vardefine:duration loop|1}}{{#while:|{{#var:duration loop}}|
{{#vardefine:duration array piece|{{#sub:{{#var:duration array}}|0|{{#pos:{{#var:duration array}}|;}}}}}}
<tr>
<td>{{#explode:{{#var:duration array piece}}|!|0}}</td>
<td>From {{#explode:{{#explode:{{#var:duration array piece}}|!|1}}|->|0}} until {{#explode:{{#explode:{{#var:duration array piece}}|!|1}}|->|1}}</td>
</tr>
{{#if:{{#pos:{{#var:duration array}}|;}}||{{#vardefine:duration loop|}}}}{{#vardefine:duration array|{{#sub:{{#var:duration array}}|{{#expr:{{#pos:{{#var:duration array}}|;}}+1}}}}}}
}}
</table></includeonly><noinclude>
== Description ==
== Description ==



Revision as of 04:54, 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 duration date
  • Has event type

Usage

{{Event infobox
| jp name = 
| en name = 
| news link =
| banner image = 
| duration = 
| 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.
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 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
| duration = Quest!January 4th, 2018 @ 00:00 -> January 20th, 2018 @ 00:00;Gacha!January 4th, 2018 @ 00:00 -> January 27th, 2018 @ 00:00
| type = Limited-Time
}}
Oriental New Year!
Durations
Quest January 04, 2018 14:00 to January 20, 2018 23:59
Gacha January 04, 2018 14:00 to January 27, 2018 23:59