Skip to content

Instantly share code, notes, and snippets.

@liquidx
Created June 11, 2018 11:24
Show Gist options
  • Save liquidx/46c3bedf43f3dc4977e62632bc039006 to your computer and use it in GitHub Desktop.
Save liquidx/46c3bedf43f3dc4977e62632bc039006 to your computer and use it in GitHub Desktop.
<div class="buttons">
<a class="button" href="http://jisho.org/search/{{Vocab Kanji}}">jisho</a>
<a class="button" href="http://dictionary.goo.ne.jp/srch/all/{{Vocab Kanji}}/m0u/">泉</a>
<a class="button" href="https://www.wanikani.com/vocabulary/{{Vocab Kanji}}">wkv</a>
<div class="clear"></div>
</div>
<div class="vocab1 shadow">{{furigana:Vocab}}</div>
<div class="vocab2 shadow">{{Vocab English}}</div>
{{#Sentence J}}
<div id="example"><p>{{furigana:Sentence J}}</p></div>
{{/Sentence J}}
<div id="info">
{{#Sentence E}}<p>{{Sentence E}}</p>{{/Sentence E}}
{{#PoS}}<p>{{PoS}}</p>{{/PoS}}
{{#Vocab Notes}}<p>{{Vocab Notes}}</p>{{/Vocab Notes}}
</div>
{{#WK 意味 Hints}}<p>{{hint:WK 意味 Hints}}</p>{{/WK 意味 Hints}}
{{#WK 読み方 Hints}}<p>{{hint:WK 読み方 Hints}}</p>{{/WK 読み方 Hints}}
{{Picture}}
{{Vocab Audio}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment