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

       Web browser: ---
             Bug #: 32632
           Summary: SemanticMaps: Title.
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: SemanticMaps
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


I use

 {{ #ask: ... 
 | format = map 
 }}

A point on the map has title. Title is shown as a tooltip when mouse cursor
hovers the point icon, and also used as title in point's info bubble. There
also `#ask' parameter `title' which 

> Allows setting text that will be displayed in the pop-ups of all markers that
> do not have a specific title. 

(taken from http://semantic-mediawiki.org/wiki/Help:Map_format)

However, it is not clear how to set title for a specific point. I did some
experiments, then took a look into source code and found that the the first
printout statement is taken as point's title, but only it has type `Page'. 

In my application title is not of type `Page' but of type `String'.

Please consider the patch to allow the first printout of `String' type be a
title.

-- 
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