Last modified: 2012-11-07 18:47:35 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 T43749, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 41749 - Italic do not work on item's title
Italic do not work on item's title
Status: RESOLVED WONTFIX
Product: MediaWiki extensions
Classification: Unclassified
WikidataRepo (Other open bugs)
unspecified
All All
: Lowest enhancement (vote)
: ---
Assigned To: Wikidata bugs
https://www.wikidata.org/wiki/Q3092?u...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-03 20:04 UTC by Helder
Modified: 2012-11-07 18:47 UTC (History)
6 users (show)

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


Attachments

Description Helder 2012-11-03 20:04:01 UTC
The code "<i>The Man Between</i>" do not show up as italic text in the title of the item. Changing it to "''The Man Between''" didn't solve the issue:
https://www.wikidata.org/w/index.php?title=Q3092&diff=314190&oldid=249680
Comment 1 Helder 2012-11-03 20:43:47 UTC
Maybe this is related: per
https://www.wikidata.org/w/index.php?diff=275935&oldid=275916
the [[links]] do not work on description field.
Comment 2 jeblad 2012-11-04 11:01:22 UTC
(In reply to comment #0)
> The code "<i>The Man Between</i>" do not show up as italic text in the title of
> the item. Changing it to "''The Man Between''" didn't solve the issue:
> https://www.wikidata.org/w/index.php?title=Q3092&diff=314190&oldid=249680

We can allow limited tagging in the field, but then we must strip tagging for term search and similar. Some kind of stripping would imply rewriting the string, and this could be quite complex.

The only allowed tags would be <i> and <b>, and only some characters would be legal in <sub> and <sup>.
Comment 3 jeblad 2012-11-04 11:02:13 UTC
(In reply to comment #1)
> Maybe this is related: per
> https://www.wikidata.org/w/index.php?diff=275935&oldid=275916
> the [[links]] do not work on description field.

Note the bug 41560.
Comment 4 jeblad 2012-11-04 11:59:45 UTC
Also note that labels are used for identifying the entity, so html tags (or other encoding) will break lookup if they are not properly removed before storing to the term cache.

That basically means: Don't add tags and hope it will work as an correct untagged label, it won't without work additional code.
Comment 5 Daniel Kinzler 2012-11-04 14:00:36 UTC
To clarify: at the moment no wikitext or html markup, or any other kind of markup, is supported for labels, descriptions, or anywhere else in a data item. This is by design, and it's unlikely that we'll implement support for wiki markup in general.

If you feel that there are important reasons to allow links (or italics, or whatever), I suggest to make a page somewhere and collect the use cases, so we can discuss what to do about them.
Comment 6 denny vrandecic 2012-11-07 18:47:35 UTC
Per design, as Daniel explained.

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


Navigation
Links