m (Add the template part of the template, still just a draft) |
(Attempt at making a table) |
||
Line 1: | Line 1: | ||
<onlyinclude><includeonly>{{{ | <onlyinclude><includeonly> | ||
{| class="wikitable" | |||
! colspan="2" | | |||
======{{{run}}}====== | |||
|- | |||
|Game | |||
|{{{game}}} | |||
|- | |||
|Platform | |||
|{{{platform}}} | |||
|- | |||
|Author(s) | |||
|{{{author}}} | |||
|- | |||
|'''Lead(s)'''/presenter(s) | |||
|{{{presenter}}} | |||
|- | |||
|Videos | |||
|{{{recording}}} | |||
|} | |||
</includeonly></onlyinclude> | |||
Blank example: | Blank example: | ||
Line 6: | Line 26: | ||
Populated example: | Populated example: | ||
{{showcase | {{showcase | ||
|run=run1 | |||
|game=game1 | |game=game1 | ||
|platform=platform1 | |platform=platform1 | ||
|author=author1 | |author=author1 | ||
|presenter=presenter1 | |presenter=presenter1 | ||
Line 17: | Line 37: | ||
{ | { | ||
"params": { | "params": { | ||
"run": { | |||
"label": "Run/Showcase", | |||
"description": "Name of the run, preferably with a link to TASVideos", | |||
"example": "{{TASVideosM|1234|playaround}}", | |||
"type": "line" | |||
}, | |||
"game": { | "game": { | ||
"label": "Game(s)", | "label": "Game(s)", | ||
"description": " | "description": "Name(s) of game(s) the run is for", | ||
"example": "Super Mario World", | "example": "Super Mario World", | ||
"type": "line" | "type": "line" | ||
Line 25: | Line 51: | ||
"platform": { | "platform": { | ||
"label": "Platform(s)", | "label": "Platform(s)", | ||
"description": " | "description": "Consoles/platforms the game(s) are for", | ||
"example": "SNES", | "example": "SNES", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
Line 38: | Line 58: | ||
"label": "Author(s)", | "label": "Author(s)", | ||
"description": "Names of the author(s) of the run content", | "description": "Names of the author(s) of the run content", | ||
"example": "Masterjun", | "example": "{{TASVideosU|Masterjun}}", | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
Line 49: | Line 69: | ||
"recording": { | "recording": { | ||
"label": "Recording(s)", | "label": "Recording(s)", | ||
"description": " | "description": "Link(s) to videos(s) of the showcase", | ||
"example": "{{YouTube video|2GtbY1XWGlQ}}", | "example": "{{YouTube video|2GtbY1XWGlQ}}", | ||
"type": "line" | "type": "line" |
Revision as of 04:55, 30 October 2023
Blank example:
{{{run}}} | |
---|---|
Game | {{{game}}} |
Platform | {{{platform}}} |
Author(s) | {{{author}}} |
Lead(s)/presenter(s) | {{{presenter}}} |
Videos | {{{recording}}} |
Populated example:
run1 | |
---|---|
Game | game1 |
Platform | platform1 |
Author(s) | author1 |
Lead(s)/presenter(s) | presenter1 |
Videos | recording1 |
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.
This template is for individual runs and showcases at events
Parameter | Description | Type | Status | |
---|---|---|---|---|
Run/Showcase | run | Name of the run, preferably with a link to TASVideos
| Line | optional |
Game(s) | game | Name(s) of game(s) the run is for
| Line | optional |
Platform(s) | platform | Consoles/platforms the game(s) are for
| Line | optional |
Author(s) | author | Names of the author(s) of the run content
| Line | optional |
'''Lead(s)'''/Presenter(s) | presenter | Leads (in '''bold''') and presenters/commentators
| Line | optional |
Recording(s) | recording | Link(s) to videos(s) of the showcase
| Line | optional |