Subramanya Sastry has uploaded a new change for review. 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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor refs/changes/13/16213/1 -- To view, visit https://gerrit.wikimedia.org/r/16213 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I657b1f338d38df3cfdfa99f27ac46e7fe1c9fd65 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/VisualEditor Gerrit-Branch: master Gerrit-Owner: Subramanya Sastry <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
