Template:EmoteInfobox: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>{{#set:
 
{{trim|{{{1}}}}}
{{EmoteFilename | {{trim|{{{1}}}}} }}
 
{{#set:
  |Has Emote Name={{trim|{{{1}}}}}
  |Has Emote Name={{trim|{{{1}}}}}
  |Is Animated={{{animated|false}}}
  |Is Animated={{{animated|false}}}
Line 101: Line 96:
"description": "The image file for the emote. Defaults to looking for the name, but better to specify it explicitly.",
"description": "The image file for the emote. Defaults to looking for the name, but better to specify it explicitly.",
"type": "wiki-file-name",
"type": "wiki-file-name",
"default": "{{{name}}}.png|.gif",
"default": "{{{1}}}.png|.gif",
"suggested": true
"required": true
}
}
},
},
Line 108: Line 103:
"paramOrder": [
"paramOrder": [
"1",
"1",
"image",
"animated",
"animated",
"artist",
"artist",
Line 113: Line 109:
"twitch",
"twitch",
"discord",
"discord",
"variants",
"variants"
"image"
],
],
"format": "block"
"format": "block"