Template:StreamIndexEntry: Difference between revisions
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
{{!}}rowspan="{{#if: {{{last_part|}}} | {{{part}}} | 1 }}"{{!}} {{Date| {{{date}}} }} | {{!}}rowspan="{{#if: {{{last_part|}}} | {{{part}}} | 1 }}"{{!}} {{Date| {{{date}}} }} | ||
}} | }} | ||
| {{#if:{{{color|}}}|style="background-color: {{{color}}}20;"}} | {{#if: {{{game|}}} | [[{{{game}}}]] {{#if: {{{igdb_slug|}}} | [https://www.igdb.com/games/{{{igdb_slug}}} | | {{#if:{{{color|}}}|style="background-color: {{{color}}}20;"}} | {{#if: {{{game|}}} | [[{{{game}}}]] {{#if: {{{igdb_slug|}}} | [https://www.igdb.com/games/{{{igdb_slug}}} ] }} | Unknown Game }}{{#subobject:Stream-{{{index}}}{{#if: {{{part|}}}|-Part-{{{part}}}}} | ||
|Stream Number={{{index}}} | |Stream Number={{{index}}} | ||
|Stream Part={{{part|}}} | |Stream Part={{{part|}}} | ||
| Line 18: | Line 18: | ||
|Stream Guest={{{guest3|}}} | |Stream Guest={{{guest3|}}} | ||
}} | }} | ||
|| {{{game_index|}}} | |style="text-align: right;"| {{{game_index|}}} | ||
|| {{flatlist| | || {{flatlist| | ||
{{#if:{{{vod_with_chat|}}}|* [{{{vod_with_chat}}} | {{#if:{{{vod_with_chat|}}}|* [{{{vod_with_chat}}} w/Chat] | ||
}}{{#if:{{{vod_without_chat|}}}|* [{{{vod_without_chat}}} | }}{{#if:{{{vod_without_chat|}}}|* [{{{vod_without_chat}}} w/o Chat] | ||
}}}} | }}}} | ||
|| {{#if:{{{guest|}}}|Guests: {{flatlist| | || {{#if:{{{guest|}}}|Guests: {{flatlist| | ||
Latest revision as of 11:33, 7 December 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 |
| 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 |
| VoD Link (With Chat) | vod_with_chat | A URL to the VoD for the stream with chat. | URL | suggested |
| VoD Link (Without Chat) | vod_without_chat | A URL to the VoD for the stream without chat. | URL | optional |
| Guest | guest | The name of the first guest who is a significant part of the stream, if there is one. | Page name | optional |
| Guest (2) | guest2 | The name of the second guest who is a significant part of the stream, if there is another. | Page name | optional |
| Guest (3) | guest3 | The name of the third guest who is a significant part of the stream, if there is another. | Page name | optional |