Template:StreamIndexEntry: Difference between revisions

No edit summary
No edit summary
 
Line 53: Line 53:
"description": "The number of the stream of this particular game, if it is part of a series of streams.",
"description": "The number of the stream of this particular game, if it is part of a series of streams.",
"type": "number"
"type": "number"
},
"vods": {
"label": "VoD Links",
"description": "A list of links to VoDs for the stream. Should be an hlist of any variants (e.g: with chat, without chat) if they exist.",
"type": "content"
},
},
"part": {
"part": {
Line 76: Line 71:
"type": "string",
"type": "string",
"suggested": true
"suggested": true
},
"vod_with_chat": {
"label": "VoD Link (With Chat)",
"description": "A URL to the VoD for the stream with chat.",
"type": "url",
"suggested": true
},
"vod_without_chat": {
"label": "VoD Link (Without Chat)",
"description": "A URL to the VoD for the stream without chat.",
"type": "url"
},
"guest": {
"label": "Guest",
"description": "The name of the first guest who is a significant part of the stream, if there is one.",
"type": "wiki-page-name"
},
"guest2": {
"label": "Guest (2)",
"description": "The name of the second guest who is a significant part of the stream, if there is another.",
"type": "wiki-page-name"
},
"guest3": {
"label": "Guest (3)",
"description": "The name of the third guest who is a significant part of the stream, if there is another.",
"type": "wiki-page-name"
}
}
},
},