Minecraft Wiki

The Minecraft Wiki has moved from Fandom; see the linked discussion page for details.

READ MORE

Minecraft Wiki
Advertisement

If you're running into the loop limit, why not hardcode some logic, like have an input variable for row length, and just have manual cases that generate a single row in a single iteration of a loop? --JonTheMon 13:48, 15 September 2011 (UTC)

A serious problem[]

Now, in this template, the sprites in the same row can no longer get close to each other. Why this suddenly happened? Is it my browser's problem?


Example:
Before:



After:




--Lxazl5770 zh.patroller) 12:45, 8 December 2017 (UTC)

No, it isn't a browser problem. To fix (or rather, work around) this, replace .sprite + .sprite-text with .sprite + .sprite-text:not(:empty) in MediaWiki:Common.css. | violine1101(Talk) 16:40, 2 January 2018 (UTC)
Advertisement