Page MenuHomePhabricator

Make it possible to mention Wikidata properties by PID without false links to Phabricator entities
Closed, DeclinedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

  • Mention Wikidata properties in running prose, such as "properties like birth name (P1477) or name in native language (P1559)", in a Phabricator ticket [as done in T427742 for example]

What happens?:

What should have happened instead?:

  • The text should not be automatically highlighted nor linked to those URLs
  • The reciprocal links should not be created.

Event Timeline

P stands for Pastes in Phabricator (just like most monogram letters refer to some other part inside Phabricator), and linking Pastes within Phabricator is commonly used to avoid directly pasting output or code in comments which then become long and unreadable.
I recommend using the Preview to check how your text is rendered, and using backticks around P1477 in order to avoid linking.
For more information, see the Help on markup in Phabricator, linked from the toolbar of the comment field.