-
Notifications
You must be signed in to change notification settings - Fork 9
API #32
Description
Similarly to what happens with the virtuoso faceted browser I would like to be able to go to link:
http://tools.wmflabs.org/etytree/test
to visualize the disambiguation page for word test
in wiktionary https://en.wiktionary.org/wiki/test
in etytree maybe state {word: "test"}
http://tools.wmflabs.org/etytree/test/eng#Etymology_1
to visualize the tree for english word test, etymology 1 (ety = 1)
in virtuoso: http://etytree-virtuoso.wmflabs.org/dbnary/eng/__ee_1_test
in wiktionary https://en.wiktionary.org/wiki/test#Etymology_1
in etytree maybe state {word: "test", language: "eng", etymology: 1}
http://tools.wmflabs.org/etytree/test/eng#Etymology_2
to visualize the tree for english word test, etymology 2 (ety = 2)
in virtuoso: http://etytree-virtuoso.wmflabs.org/dbnary/eng/__ee_2_test
https://en.wiktionary.org/wiki/test#Etymology_2
in etytree maybe state {word: "test", language: "eng", etymology: 2}
we could use:
window.location.hash=JSON.stringify()