Template:TwitchClipCite: Difference between revisions
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" | |||
] | |||
} | } | ||
}, | }, |