Template:Emotes Animation/doc: Difference between revisions
Jump to navigation
Jump to search
(update example, count parameter is no longer needed and does nothing) |
(new format, new parameters, combines header and footer, allows new image file names) |
||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> | ||
Creates a figure displaying one or more animations for an [[Emotes|emote]]. | |||
==Parameters== | |||
; label | |||
: Optional. Text label for the figure. Default is page name. | |||
; image 1 | |||
: First image to display. | |||
; alt 1 | |||
: Optional, but recommended. Alt text for first image. Default is "variant 1". | |||
; image 2, image 3, image 4, image 5 | |||
: Optional. Additional images to display. Default is omitted. | |||
; alt 2, alt 3, alt 4, alt 5 | |||
: Optional. Alt text for additional images. Default is "variant 2" or "variant 3" etc. | |||
== Example == | |||
<pre> | |||
{{Emotes Animation | |||
| label = Emote Ledgesit | |||
| image 1 = Mantid Emote Ledgesit.gif | |||
| alt 1 = Hands apart variant | |||
| image 2 = Mantid Emote Ledgesit2.gif | |||
| alt 2 = Hands together variant | |||
}} | |||
</pre> | |||
{{Emotes Animation | |||
| label = Emote Ledgesit | |||
| image 1 = Mantid Emote Ledgesit.gif | |||
| alt 1 = Hands apart variant | |||
| image 2 = Mantid Emote Ledgesit2.gif | |||
| alt 2 = Hands together variant | |||
}} | |||
| | |||
==See also== | ==See also== | ||
* [[ | * [[:Category:Emote Animations]] | ||
* [[ | * [[:Category:Emote Images]] | ||
<includeonly><!-- | <includeonly><!-- | ||
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. --> | ++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. --> | ||
</includeonly> | </includeonly> |
Revision as of 21:00, 7 May 2022
Creates a figure displaying one or more animations for an emote.
Parameters
- label
- Optional. Text label for the figure. Default is page name.
- image 1
- First image to display.
- alt 1
- Optional, but recommended. Alt text for first image. Default is "variant 1".
- image 2, image 3, image 4, image 5
- Optional. Additional images to display. Default is omitted.
- alt 2, alt 3, alt 4, alt 5
- Optional. Alt text for additional images. Default is "variant 2" or "variant 3" etc.
Example
{{Emotes Animation | label = Emote Ledgesit | image 1 = Mantid Emote Ledgesit.gif | alt 1 = Hands apart variant | image 2 = Mantid Emote Ledgesit2.gif | alt 2 = Hands together variant }}