GWicke has submitted this change and it was merged. Change subject: Added 'href' key to anonymous KV wikilink and isbn attribute. ......................................................................
Added 'href' key to anonymous KV wikilink and isbn attribute. * This makes wikilink attrs more similar to ext links. * Added 'content' key to ISBN links, but couldn't add it to regular wikilinks yet because of complexity of how they are handled in the rest of the pipeline. Changing this requires fixing up other parts down the pipeline -- something for later. * Fixed up wikilink handler to use named lookup for 'href' and 'tail' rather than positional lookup. Content lookup is still positional as before. Change-Id: I657b1f338d38df3cfdfa99f27ac46e7fe1c9fd65 --- M modules/parser/ext.core.LinkHandler.js M modules/parser/pegTokenizer.pegjs.txt 2 files changed, 13 insertions(+), 17 deletions(-) Approvals: GWicke: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/16213 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I657b1f338d38df3cfdfa99f27ac46e7fe1c9fd65 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/VisualEditor Gerrit-Branch: master Gerrit-Owner: Subramanya Sastry <[email protected]> Gerrit-Reviewer: GWicke <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
