The first video in the TASBot Re: (TASBot Revisited) series is out! TASBot Re: Gradius covers our first run from AGDQ 2014.

Historians wanted: Inquire here.

Template:Showcase: Difference between revisions

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

}