Template:EmotePage: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{EmoteCategory|{{{1}}}}} | {{EmoteCategory|{{{1}}}}} | ||
{{# | {{#if: {{{discord|}}} | {{EmoteCategory|{{{1}}}|Discord }} }} | ||
{{#if: {{{twitch|}}} | {{EmoteCategory|{{{1}}}|Twitch }} }} | |||
{{EmoteCategory|{{{1}}}|{{#if:{{{animated|}}}|Animated|Static}} }} | {{EmoteCategory|{{{1}}}|{{#if:{{{animated|}}}|Animated|Static}} }} | ||
</includeonly>[[File:{{{image|{{{1}}}.{{#if: {{{animated|}}} | gif | png }}}}}|right|thumb|250px|“{{{1}}}” {{Attribution|{{{artist}}}}}]] | </includeonly>[[File:{{{image|{{{1}}}.{{#if: {{{animated|}}} | gif | png }}}}}|right|thumb|250px|“{{{1}}}” {{Attribution|{{{artist}}}}}]] | ||
Line 16: | Line 14: | ||
| image = [[File:{{{image|{{{1}}}.{{#if: {{{animated|}}} | gif | png }}}}}|frameless|“{{{1}}}”]] | | image = [[File:{{{image|{{{1}}}.{{#if: {{{animated|}}} | gif | png }}}}}|frameless|“{{{1}}}”]] | ||
| label1 = Available On | | label1 = Available On | ||
| data1 = {{#if: {{{discord|}}} Discord }}{{#if: {{{twitch|}}} Twitch }} | | data1 = {{#if: {{{discord|}}} | Discord }}{{#if: {{{twitch|}}} | Twitch }} | ||
| label2 = Animated | | label2 = Animated | ||
| data2 = {{#if: {{{animated|}}} Yes }} | | data2 = {{#if: {{{animated|}}} | Yes }} | ||
| label3 = Based On | | label3 = Based On | ||
| data3 = {{{reference|}}} | | data3 = {{{reference|}}} | ||
Line 28: | Line 26: | ||
[[File:{{{image|{{{1}}}.{{#if: {{{animated|}}} | gif | png }}}}}|25px|alt={{{1}}}]] “{{{1}}}” is an {{#if:{{{animated|}}}|animated}} emote that {{#if:{{{active|}}}|can|used to}} be found on {{{source}}}. | [[File:{{{image|{{{1}}}.{{#if: {{{animated|}}} | gif | png }}}}}|25px|alt={{{1}}}]] “{{{1}}}” is an {{#if:{{{animated|}}}|animated}} emote that {{#if:{{{active|}}}|can|used to}} be found on {{{source}}}. | ||
{{#if:{{{reference|}}}|It is a reference to | {{#if:{{{reference|}}}|It is a reference to {{{reference}}}.}} | ||
It was drawn {{Attribution|{{{artist}}}}}.<noinclude> | It was drawn {{Attribution|{{{artist}}}}}.<noinclude> | ||
Line 48: | Line 46: | ||
"description": "The image to use.", | "description": "The image to use.", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"artist": { | "artist": { | ||
Line 69: | Line 57: | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"animated": { | "animated": { | ||
"label": "Animated", | "label": "Animated", | ||
"description": "If this is an animated emote.", | "description": "If this is an animated emote.", | ||
"type": "boolean", | |||
"default": "false" | |||
}, | |||
"discord": { | |||
"label": "Available on Discord", | |||
"description": "If the emote is currently available on Discord.", | |||
"type": "boolean", | |||
"default": "false" | |||
}, | |||
"twitch": { | |||
"label": "Available on Twitch", | |||
"description": "If the emote is currently available on Twitch.", | |||
"type": "boolean", | "type": "boolean", | ||
"default": "false" | "default": "false" | ||
Line 88: | Line 83: | ||
"image", | "image", | ||
"artist", | "artist", | ||
"reference", | "reference", | ||
" | "twitch", | ||
"discord" | |||
], | ], | ||
"format": "block" | "format": "block" |