More actions
m Document end date, why not |
m Obviously this is optional, and when it is implemented it will still be optional |
||
| Line 36: | Line 36: | ||
* <code>event-series</code> (optional): Name of category page for event, omitting <code>Category:</code> and using spaces, not underscores. | * <code>event-series</code> (optional): Name of category page for event, omitting <code>Category:</code> and using spaces, not underscores. | ||
* <code>date</code>: 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 use <code>YYYY-MM-DD</code>. | * <code>date</code>: 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 use <code>YYYY-MM-DD</code>. | ||
* <code>end-date</code>: The end date of the event if it spanned multiple days (as with <code>date</code>, this should be the last day TASBot / TAS content was shown). Same big-endian format please. | * <code>end-date</code> (optional): The end date of the event if it spanned multiple days (as with <code>date</code>, this should be the last day TASBot / TAS content was shown). Same big-endian format please. | ||
* <code>location</code> (optional): Event venue. | * <code>location</code> (optional): Event venue. | ||
* <code>charities</code> (optional): Beneficiaries of the event (can pass wikitext). | * <code>charities</code> (optional): Beneficiaries of the event (can pass wikitext). | ||
Revision as of 19:01, 29 October 2023
Infobox usage:
The example infobox shown on this page is the result of the following template call (modulo page name and categories):
{{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.