https://bugzilla.wikimedia.org/show_bug.cgi?id=23572

           Summary: Imagemap cannot accept dynamic links.
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: ImageMap
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Example:

<imagemap>
Image:Audio-card.svg|thumb|right|250px|Desc
rect 0 0 48 48 [[Template:Motd/{{{month|01}}}-{{{day|01}}}]]
desc bottom-left
</imagemap>


Fails because of the {{{month|01}}}-{{{day|01}}}  part. The non-dynamic:



<imagemap>
Image:Audio-card.svg|thumb|right|250px|Desc
rect 0 0 48 48 [[Template:Motd/01-01]]
desc bottom-left
</imagemap>

Works. This causes issues when using an image as a placeholder for a link
elsewhere.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to