Difference between revisions of "Template:Event infobox"
Jump to navigation
Jump to search
Line 65: | Line 65: | ||
{{#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}}|;}}}}}} | {{#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}}|;}}}}}} | ||
<tr> | <tr> | ||
<td>{{#explode:{{#var:duration start array piece}}| | <td>{{#explode:{{#var:duration start array piece}}|!|0}}</td> | ||
<td>{{#explode:{{#var:duration start array piece}}| | <td>{{#explode:{{#var:duration start array piece}}|!|1}} -> {{#explode:{{#var:duration end array piece}}|!|1}}</td> | ||
</tr> | </tr> | ||
{{#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}}}}}} | {{#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}}}}}} | ||
Line 101: | Line 101: | ||
; news link : Link to the news post from housamo.info | ; 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. | ; 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 | ; starts : The start date(s); separate multiples using a semicolon. Name using a !. Please use an ISO-8601 friendly timestamp. | ||
; ends : The end date(s); separate multiples using a semicolon. Name using a | ; ends : The end date(s); separate multiples using a semicolon. Name using a !. 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 | ; type : The type of event: Time-Limited if non-event (no event shop, etc.), Full if true event; defaults to Time-Limited | ||
Line 112: | Line 112: | ||
| news link = https://web.archive.org/web/20180104052030/http://lifewonders2.sakura.ne.jp/wp/newyear2018/ | | news link = https://web.archive.org/web/20180104052030/http://lifewonders2.sakura.ne.jp/wp/newyear2018/ | ||
| banner image = 1801お正月-小バナー1-2.png | | banner image = 1801お正月-小バナー1-2.png | ||
| starts = Quest | | starts = Quest!January 4th, 2018 @ 00:00;Gacha!January 4th, 2018 @ 00:00 | ||
| ends = Quest | | ends = Quest!January 20th, 2018 @ 00:00;Gacha!January 27th, 2018 @ 00:00 | ||
| type = Limited-Time | | type = Limited-Time | ||
}} | }} | ||
Line 122: | Line 122: | ||
| news link = https://web.archive.org/web/20180104052030/http://lifewonders2.sakura.ne.jp/wp/newyear2018/ | | news link = https://web.archive.org/web/20180104052030/http://lifewonders2.sakura.ne.jp/wp/newyear2018/ | ||
| banner image = 1801お正月-小バナー1-2.png | | banner image = 1801お正月-小バナー1-2.png | ||
| starts = Quest | | starts = Quest!January 4th, 2018 @ 00:00;Gacha!January 4th, 2018 @ 00:00 | ||
| ends = Quest | | ends = Quest!January 20th, 2018 @ 00:00;Gacha!January 27th, 2018 @ 00:00 | ||
| type = Limited-Time | | type = Limited-Time | ||
}} | }} |
Revision as of 04:13, 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 !. Please use an ISO-8601 friendly timestamp.
- ends
- The end date(s); separate multiples using a semicolon. Name using a !. 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, 2018 @ 00:00;Gacha!January 4th, 2018 @ 00:00 | ends = Quest!January 20th, 2018 @ 00:00;Gacha!January 27th, 2018 @ 00:00 | type = Limited-Time }}
Oriental New Year! | |
---|---|
Durations | |
Quest | January 4th, 2018 @ 00:00 -> January 20th, 2018 @ 00:00 |
Gacha | January 4th, 2018 @ 00:00 -> January 27th, 2018 @ 00:00 |