Template:Stream: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{Stream Object|Stream Index#Stream-{{{1}}}{{#if: {{{2|}}}|-Part-{{{2}}}}}}}</includeonly><noinclude> | |||
== Example == | |||
=== Linking to a single game stream. === | |||
<code><nowiki>{{Stream|127}}</nowiki></code> | |||
{{Stream|127}} | |||
=== Linking to part of a multi-game stream. === | |||
<code><nowiki>{{Stream|515|2}}</nowiki></code> | |||
{{Stream|515|2}} | |||
== Template Data == | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Stream Number", | |||
"description": "The sequential number of the stream across all Joe streams, as given in the stream index.", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Part Number", | |||
"description": "If the stream is a multipart stream, which part is being referenced.", | |||
"type": "number" | |||
} | |||
}, | |||
"description": "Link to a stream by stream number, pointing to the stream index.", | |||
"format": "inline" | |||
} | |||
</templatedata></noinclude> |
Latest revision as of 20:06, 19 February 2025
Example
Linking to a single game stream.
{{Stream|127}}
Linking to part of a multi-game stream.
{{Stream|515|2}}
Template Data
Link to a stream by stream number, pointing to the stream index.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Stream Number | 1 | The sequential number of the stream across all Joe streams, as given in the stream index. | Number | required |
Part Number | 2 | If the stream is a multipart stream, which part is being referenced. | Number | optional |