https://bugzilla.wikimedia.org/show_bug.cgi?id=44948
Daniel Kinzler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #2 from Daniel Kinzler <[email protected]> --- To elaborate on what jeblad said: Basically, the way that navigation popup is implemented relies on the wikitext returned by the (old, deprecated) action=raw call. But data items do not have any wikitext. There is nothing to return. This is why calling action=raw will return an error when you try to use it for non-text content. Using the API's action=parse (or the old action=render) as jeblad suggested would return the rendered HTML for the data item. The navigation popup gadget would then need to process this to provide a preview. Closing wontfix, there is nothing we can do about this on the server side. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
