m (Document how this template adds categories) |
m (Fix typo) |
||
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 | <data source="date"><label>Appeared</label><format>{{pretty date|{{{date}}}}}</format></data><!-- TODO add `ends` parameter for date ranges --> | ||
<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:13, 27 October 2023
Infobox usage:
The example infobox shown on this page is the result of the following template call:
{{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. 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:
.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
.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.