(Add display for end-date parameter) |
m (Fix spacing for date range) Tag: 2017 source edit |
||
Line 2: | Line 2: | ||
<title source="name"><default>{{PAGENAME}}</default></title> | <title source="name"><default>{{PAGENAME}}</default></title> | ||
<image source="image" /> | <image source="image" /> | ||
<data source="date"><label>Appeared</label><format>{{pretty date|{{{date}}}}}{{#if:{{{end-date|}}}|–{{pretty date|{{{end-date}}}}}|}}</format></data> | <data source="date"><label>Appeared</label><format>{{pretty date|{{{date}}}}}{{#if:{{{end-date|}}}|<br>–{{pretty date|{{{end-date}}}}}|}}</format></data> | ||
<data source="location"><label>Location</label></data> | <data source="location"><label>Location</label></data> | ||
<data source="charities"><label>Benefiting</label></data> | <data source="charities"><label>Benefiting</label></data> |
Revision as of 20:38, 23 February 2024
{{infobox appearance |event-series=Games Done Quick Express |date=2023-10-22 |location=Las Vegas, USA |charities=[[The AbleGamers Foundation]] |replay-devices=[[TAStm32]] }}
Parameters:
name
(optional): Top header text. Also used as key for prev/next lookups. Defaults to page title if omitted, though unfortunately it doesn't respectDISPLAYTITLE
.image
(optional): Filename for image.event-series
(optional): Name of category page for event, omittingCategory:
and using spaces, not underscores.date
: The (start) date of the event, or the first day TASBot / TAS content was shown if it wasn't for the whole thing. Accepts many formats but please useYYYY-MM-DD
.end-date
(optional): The end date of the event if it spanned multiple days (as withdate
, this should be the last day TASBot / TAS content was shown). Same big-endian format please.location
(optional): Event venue.charities
(optional): Beneficiaries of the event (can pass wikitext).replay-devices
(optional): HW/SW that was used for live TAS playback (can pass wikitext).
Using this template on a page will add that page to the relevant appearances by year category.
If event-series
is set, will also add it to that category.
The below documentation is automatically generated from JSON. It can be changed by editing this page, but note that it's only the documentation (for the visual editor)—the actual template part must also be edited, manually.
An infobox for pages dedicated to event appearances/presentations, such as a speedrunning marathon in some year X.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Event Name | name | top header text, also used as key for prev/next lookups
| String | optional |
Image | image | omit "File:" | File | optional |
Event Series | event-series | name of category page for event, omitting "Category:" and using spaces, not underscores | String | suggested |
(Start) Date | date | ...of TAS content; please use YYYY-MM-DD | Date | required |
End Date | end-date | ...of TAS content; omit if same as start day; please use YYYY-MM-DD | Date | optional |
Venue/Location | location | no description | Line | suggested |
Benefiting Charities | charities | no description | Line | optional |
Devices | replay-devices | no description | Line | optional |
Skip categorising | skip-cat | no description | Unknown | deprecated |