Minecraft Wiki
Advertisement
[edit | history | purge]Documentation
Lua logo
This template uses Module:KnightBot4/SpriteSub, a script written in Lua.

This template can be used to replace deprecated names in a usage of a sprite template with non-deprecated ones. It should always be substituted.

Usage

KnightBot4 simply replaces usages of sprite templates with substituting this module, setting the paraemeter |name= to the original name. The exact replacement is done by replacing:

\{\{([A-Za-z]*?(?:Sprite|Link))\|

with

{{subst:User:KnightBot4/Sprite|name=$1|

This module has the side effect of forcing parameters into the order of |id=, |link=, |1=, |2=, |text=, as there is no way to receive parameters in the order they are written without writing much more complicated code off site.

Advertisement