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-textwith.sprite + .sprite-text:not(:empty)in MediaWiki:Common.css. | violine1101(Talk) 16:40, 2 January 2018 (UTC)