Template:Emote Animation/doc: Difference between revisions
Jump to navigation
Jump to search
imported>Aggelakis m (no image) |
(new format, merges 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 | |||
: First image to display. | |||
; alt | |||
: Optional, but recommended. Alt text for first image. Default is "animation". | |||
; 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. | |||
; nocat | |||
: Optional. Set to "true" to suppress auto categorization. Default is the page is auto categorized in [[:Category:Emote Animations]]. | |||
== Examples == | |||
(On the [[Emote Afraid]] page) | |||
<pre> | |||
{{Emote Animation | |||
| image = Ghost Widow Emote Afraid.gif | |||
}} | |||
</pre> | |||
{{Emote Animation | |||
| label = Emote Afraid | |||
| image = Ghost Widow Emote Afraid.gif | |||
|} | | nocat = true | ||
}} | |||
(On the [[Emote Ledgesit]] page) | |||
<pre> | |||
{{Emote Animation | |||
| image = Mantid Emote Ledgesit.gif | |||
| alt = Hands apart variant | |||
| image 2 = Mantid Emote Ledgesit2.gif | |||
| alt 2 = Hands together variant | |||
}} | |||
</pre> | |||
{{Emote Animation | |||
| label = Emote Ledgesit | |||
| image = Mantid Emote Ledgesit.gif | |||
| alt = Hands apart variant | |||
| image 2 = Mantid Emote Ledgesit2.gif | |||
| alt 2 = Hands together variant | |||
| nocat = true | |||
}} | |||
==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:21, 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
- First image to display.
- alt
- Optional, but recommended. Alt text for first image. Default is "animation".
- 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.
- nocat
- Optional. Set to "true" to suppress auto categorization. Default is the page is auto categorized in Category:Emote Animations.
Examples
(On the Emote Afraid page)
{{Emote Animation | image = Ghost Widow Emote Afraid.gif }}
(On the Emote Ledgesit page)
{{Emote Animation | image = Mantid Emote Ledgesit.gif | alt = Hands apart variant | image 2 = Mantid Emote Ledgesit2.gif | alt 2 = Hands together variant }}