Page MenuHomePhabricator

Using <nowiki> tags allows custom background images to be loaded from external servers.
Closed, ResolvedPublic

Description

Author: ejsanders

Description:
By placing nowiki tags inside the style property, custom background images can
be applied to any suitable html element.

example:
<div
style="<nowiki>background-image:(http://someserver.com/someimage.jpg);</nowiki>">

foo

</div>


Version: unspecified
Severity: major
URL: http://en.wikipedia.org/wiki/Wikipedia:WikiProject Launch vehicles

Details

Reference
bz3244

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:47 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz3244.
bzimport added a subscriber: Unknown Object (MLST).

Fixed on HEAD, REL1_5, REL1_4. Hack workaround on REL1_3.

Releasing 1.5rc1, 1.4.8, 1.3.14 with fixes.

arenaaz wrote:

is it then impossible to have background images? not even those from the same
server?

ejsanders wrote:

That's the idea.