(Add mising } but I don't think I'm doing this right) |
No edit summary |
||
Line 1: | Line 1: | ||
{ | { | ||
"params": { | |||
"game": { | |||
"label": "Game(s)", | |||
"description": "names of game(s) the run is for", | |||
"example": "Super Mario World", | |||
"type": "line" | |||
}, | |||
"platform": { | |||
"label": "Platform(s)", | |||
"description": "consoles/platforms the game(s) are for", | |||
"example": "SNES", | |||
"type": "line" | |||
}, | |||
"run": { | |||
"label": "Run/Showcase", | |||
"description": "Category name of the run, preferably with a link to TASVideos", | |||
"example": "{{TASVideosM|1234|playaround}}", | |||
"type": "line" | |||
}, | |||
"author": { | |||
"label": "Author(s)", | |||
"description": "Names of the author(s) of the run content", | |||
"example": "Masterjun", | |||
"type": "line" | |||
}, | |||
"presenter": { | |||
"label": "'''Lead(s)'''/Presenter(s)", | |||
"description": "Leads (in '''bold''') and presenters/commentators", | |||
"example": "''''dwangoAC''', '''micro500''', Weatherton", | |||
"type": "line" | |||
}, | |||
"recording": { | |||
"label": "Recording(s)", | |||
"description": "link(s) to stream video of the showcase", | |||
"example": "{{YouTube video|2GtbY1XWGlQ}}", | |||
"type": "line" | |||
} | |||
}, | |||
"description": "This template is for individual runs and showcases at events", | |||
"format": "block" | |||
} | } |
Revision as of 03:36, 30 October 2023
{
"params": { "game": { "label": "Game(s)", "description": "names of game(s) the run is for", "example": "Super Mario World", "type": "line" }, "platform": { "label": "Platform(s)", "description": "consoles/platforms the game(s) are for", "example": "SNES", "type": "line" }, "run": { "label": "Run/Showcase", "description": "Category name of the run, preferably with a link to TASVideos", "example": "playaround", "type": "line" }, "author": { "label": "Author(s)", "description": "Names of the author(s) of the run content", "example": "Masterjun", "type": "line" }, "presenter": { "label": "Lead(s)/Presenter(s)", "description": "Leads (in bold) and presenters/commentators", "example": "'dwangoAC, micro500, Weatherton", "type": "line" }, "recording": { "label": "Recording(s)", "description": "link(s) to stream video of the showcase", "example": "YouTube video", "type": "line" } }, "description": "This template is for individual runs and showcases at events", "format": "block"
}