https://bugzilla.wikimedia.org/show_bug.cgi?id=54275
--- Comment #5 from Daniel Kinzler <[email protected]> --- No. The mediawiki namespace is not part of the canonical URI, so please use $title->getDBKey() instead of $title->getPrefixedText(). That should work for now, though it's not really nice. Ideally, the URI would be generated from an EntityId, not from a Title object. That would require us to put the entity id into ParserOutput (using setExtensionData), and then copy it over to the OutputPage (using setProperty), using the appropriate hooks... If you want to look into that too, great :) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
