|
|
Line 67: |
Line 67: |
| | banners = 0 | | | banners = 0 |
| | show news link = yes | | | show news link = yes |
| }}</includeonly><noinclude> | | }}</includeonly><noinclude>{{Documentation}}</noinclude> |
| == 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 English subtitle
| |
| * Has Japanese subtitle
| |
| * Has news link
| |
| * Has banner image
| |
| * Has duration date
| |
| * Has event type
| |
| * Earliest duration
| |
| * Latest duration
| |
| * Is active
| |
| | |
| == Usage ==
| |
| <pre>{{Event infobox
| |
| | jp name =
| |
| | en name =
| |
| | news link =
| |
| | banner image =
| |
| | duration =
| |
| | type =
| |
| }}</pre> | |
| | |
| === 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 ==
| |
| | |
| <pre>{{Event infobox
| |
| | jp name = オリエント・ニューイヤー!
| |
| | en name = Oriental New Year!
| |
| | news link = 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
| |
| }}
| |
| </pre>
| |
| {{Event infobox
| |
| | jp name = オリエント・ニューイヤー!
| |
| | en name = Oriental New Year!
| |
| | news link = 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
| |
| }}
| |
| | |
| [[Category:Infobox templates]][[Category:Subobject templates]]
| |
| </noinclude> | |