Template:TwitchClipCite: Difference between revisions
Appearance
The name |
m Bump twitch logo size down to 20px to make it visually match other icons |
||
| (5 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<span style="line-height: 25px"> | <span style="line-height: 25px"> | ||
<!---->[[File:Twitch.svg| | <!---->[[File:Twitch.svg|20px|alt=Twitch|link=]] <span class="inline-img circular">[[File:{{{channel_icon|}}}|25px|link=]]</span> “{{{channel}}}” clip: [https://www.twitch.tv/{{{channel}}}/clip/{{{1}}} “{{{title}}}”]. | ||
</span><noinclude> | </span><noinclude> | ||
== Example == | == Example == | ||
| Line 25: | Line 25: | ||
"channel_icon": { | "channel_icon": { | ||
"label": "Channel Icon", | "label": "Channel Icon", | ||
"description": "The icon for the channel." | "description": "The icon for the channel.", | ||
"suggestedvalues": [ | |||
"Jelly.png" | |||
] | |||
}, | }, | ||
"channel": { | "channel": { | ||
| Line 31: | Line 34: | ||
"description": "The name of the Twitch channel the clip is from.", | "description": "The name of the Twitch channel the clip is from.", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true, | ||
"suggestedvalues": [ | |||
"jelly_channei" | |||
] | |||
} | } | ||
}, | }, | ||
Latest revision as of 02:04, 23 January 2025
[[File:|25px|link=]] “{{{channel}}}” clip: “{{{title}}}”.
Example
E.g:
{{TwitchClipCite|channel=jelly_channei|channel_icon=Jelly.png|DignifiedDifferentArtichokeMingLee-y98h55BZb-pGXHf-|title=What do you call two Mariks?}}
“jelly_channei” clip: “What do you call two Mariks?”.
Template Data
Cite a non-Joe Twitch clip.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Channel Name | channel | The name of the Twitch channel the clip is from.
| String | required |
| Clip ID | 1 | The ID for the clip. | String | required |
| Title | title | The title of the clip. | String | required |
| Channel Icon | channel_icon | The icon for the channel.
| Unknown | optional |