Template:StreamIndexEntry: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<includeonly>|-
<includeonly>|-
|{{#if:{{{part|}}}|rowspan="{{{part}}}"}}| {{{index}}} |{{#if:{{{part|}}}|rowspan="{{{part}}}"}}| {{Date|{{{date}}}}} || [[{{{game}}}]] || {{{game_index|}}} || {{{vods|}}}
|{{#if:{{{last_part|}}}|rowspan="{{{part}}}"}}| {{{index}}} |{{#if:{{{last_part|}}}|rowspan="{{{part}}}"}}| {{Date|{{{date}}}}} || [[{{{game}}}]] || {{{game_index|}}} || {{{vods|}}}
</includeonly><noinclude>
</includeonly><noinclude>
<templatedata>
<templatedata>
Line 37: Line 37:
"description": "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.",
"description": "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.",
"type": "number"
"type": "number"
},
"last_part": {
"label": "Is Last Part",
"description": "True if this is the last part in the stream, if it has parts.",
"type": "boolean",
"default": "False"
}
}
},
},