Template:StreamIndexEntry: Difference between revisions
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
|| {{{game_index|}}} | || {{{game_index|}}} | ||
|| {{flatlist| | || {{flatlist| | ||
{{#if:{{{vod_with_chat|}}}|* [{{{vod_with_chat}}} With Chat] }} | {{#if:{{{vod_with_chat|}}}|* [{{{vod_with_chat}}} With Chat] | ||
{{#if:{{{vod_without_chat|}}}|* [{{{vod_without_chat}}} Without Chat] }} | }}{{#if:{{{vod_without_chat|}}}|* [{{{vod_without_chat}}} Without Chat] | ||
}} | }}}} | ||
|| {{#if:{{{guest|}}}|Guests: {{flatlist| | || {{#if:{{{guest|}}}|Guests: {{flatlist| | ||
* [[{{{guest}}}]] | * [[{{{guest}}}]] | ||
{{#if:{{{guest2|}}}|* [[{{{guest2}}}]]}} | {{#if:{{{guest2|}}}|* [[{{{guest2}}}]] | ||
{{#if:{{{guest3|}}}|* [[{{{guest3}}}]]}} | }}{{#if:{{{guest3|}}}|* [[{{{guest3}}}]] | ||
}}}} | }}}}}} | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
<templatedata> | <templatedata> |
Revision as of 19:38, 19 February 2025
An entry in the stream index.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Stream Number | index | The number of the stream, relative to streams Joe has ever done. | Number | required |
Date | date | The date the stream started airing. Give this in ISO 8601 format (YYYY-MM-DD). | Date | required |
Game Name | game | The name of the game played in the stream. | String | required |
Game Stream Index | game_index | The number of the stream of this particular game, if it is part of a series of streams. | Number | optional |
VoD Links | vods | 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. | Content | optional |
Part | part | Which part of the stream this entry is for, a number starting at 1, if the stream has multiple parts. This is used to split a stream where multiple games were played. | Number | optional |
Is Last Part | last_part | 1 if this is the last part in the stream, if it has parts.
| Boolean | optional |
Color | color | The color to use to tint the row. | String | suggested |