Last modified: 2014-04-03 16:26:12 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T65489, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 63489 - Links inside property / value definition not rendered properly when displayed as tooltip
Links inside property / value definition not rendered properly when displayed...
Status: UNCONFIRMED
Product: MediaWiki extensions
Classification: Unclassified
Semantic Glossary (Other open bugs)
unspecified
All All
: Unprioritized minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-04-03 16:22 UTC by florus
Modified: 2014-04-03 16:26 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description florus 2014-04-03 16:22:40 UTC
The wiki code

    A [[Glossary-term::Computer]] is a 
    [[Glossary-Definition::calculating machine 
    which uses a [[CPU]] to execute calculations.]]

is rendered properly within a Semantic Media Wiki query like

    {{#ask:[[Glossary-Term::+]] [[Category:IT]]
    |?Glossary-Term
    |?Glossary-Definition
    |?Glossary-Link
    |mainlabel=-
    |format=table
    }}

(Supposed you have added the following to your LocalSettings.php in the MediaWiki root: $smwgLinksInValues=true;)

But when displayed as tooltip it seems that the Lingo parser doesn't sort out the internal link syntax and displays

    A Computer is a calculating machine 
    which uses a [[CPU]] to execute calculations.

when you hover over the word 'Computer'.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links