Description
Description
Details
Details
Related Objects
Related Objects
Event Timeline
Comment Actions
A patch for this already exists https://gerrit.wikimedia.org/r/#/c/240704/ (T69281) but it seems to have problems
Comment Actions
Change 409004 had a related patch set uploaded (by Matěj Suchánek; owner: Matěj Suchánek):
[mediawiki/extensions/Wikibase@master] Link entity ids in merge and redirect summaries
Comment Actions
Change 409004 merged by jenkins-bot:
[mediawiki/extensions/Wikibase@master] Link entity ids in merge and redirect summaries
Comment Actions
Possible solution could be substituting (optional) parameter types to summary (with fallback to plain text for legacy summaries).
- before: /* wbcreateredirect:0||Q24783333|Q7128407 */
- after: /* wbcreateredirect:0||entity=Q24783333|entity=Q7128407 */
This would slightly increase the amount of data in the database but it could also help with other features, eg. T85560: [Task] Show human readable language names in edit summaries:
- before: /* wbsetlabel-set:1|cs */
- after: /* wbsetlabel-set:1|lang=cs */