Template:Stream: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<includeonly>[[Stream Index#Stream-{{{1}}}|{{#show: Stream Index#Stream-{{{1}}} |?Stream Game | link=none }}, Stream {{#show: Stream Index#Stream-{{{1}}} |?Game Stream Number }}]]</includeonly><noinclude>
<includeonly>[[Stream Index#Stream-{{{1}}}|{{#show: Stream Index#Stream-{{{1}}} |?Stream Game | link=none }}, Stream {{#show: Stream Index#Stream-{{{1}}} |?Game Stream Number }}]]</includeonly><noinclude>
== Example ==
<code><nowiki>{{Stream|127}}</nowiki></code>
{{Stream|127}}
{{Stream|127}}
</noinclude>
 
== 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
}
},
"description": "Link to a stream by stream number, pointing to the stream index.",
"format": "inline"
}
</templatedata></noinclude>