Template name: Animate
<includeonly>{{ {{{|safesubst:}}}#invoke:animate|animate}}</includeonly>
<noinclude>{{Documentation}}</noinclude>
<!-- Original template https://minecraft.wiki/w/Template:Animate -->
Animate is a gadget for wikis that animates images.
Important
Remember, JavaScript can be used maliciously; please make sure you trust the source of any JS you're copying to your wiki! A protected namespace on the wiki.gg Support Wiki should be safe, but it's still a good idea to check the version history and make sure there aren't any suspect recent changes (e.g., if someone's account was compromised).
* animate[ResourceLoader|default|hidden|type=general]|animate.js
= it's available to everyone with no opt-out ability (RECOMMENDED)* animate[ResourceLoader|default|type=general]|animate.js
= it's available to everyone but you can opt out in your user page * animate[ResourceLoader|type=general]|animate.js
= by default it's not turned on, but you can turn it on in settings These templates are needed for the gadget to work properly.
Template name: Animate
<includeonly>{{ {{{|safesubst:}}}#invoke:animate|animate}}</includeonly>
<noinclude>{{Documentation}}</noinclude>
<!-- Original template https://minecraft.wiki/w/Template:Animate -->
Copy the contents of Module:Animate to your wiki.
MediaWiki name: MediaWiki:Common.css
/* Element animator / Created by PCJ */
.mw-body-content .animated > *:not(.animated-active),
.mw-body-content .animated > .animated-subframe > *:not(.animated-active) {
display: none
}
.mw-body-content span.animated,
.mw-body-content span.animated.animated-visible > *,
.mw-body-content span.animated.animated-visible > .animated-subframe > * {
display: inline-block;
}
.mw-body-content div.animated.animated-visible > *,
.mw-body-content div.animated.animated-visible > .animated-subframe > * {
display: block;
}