Page MenuHomePhabricator

Float, Size, Choices don't work with second random image tag
Open, LowestPublic

Description

Author: webmaster

Description:
New functions have been added to the first tag, example:

<randomimage size="100" float="left" choices="Apple.jpg|Pear.jpg" />

It seems as though the NEW second tag doesn't work with these features.

Works:
<randomcaption> CAPTION </randomcaption>

Doesn't Work:
<randomimage float="left"> </randomcaption>

I think the problem is that these features require a forward slash to close the function in the first tag:

<randomimage float="left" /> </randomcaption>

Unfortunately, this makes the second tag invalid.


Version: unspecified
Severity: normal

Details

Reference
bz14168

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 10:12 PM
bzimport set Reference to bz14168.
bzimport added a subscriber: Unknown Object (MLST).

The maintainer's user page ( https://www.mediawiki.org/wiki/User:Robchurch ) states "I am not currently involved in developing the MediaWiki software or extensions." so this might be a WONTFIX.