Skip to content
Snippets Groups Projects

feat: add trimmed down version of vocab

Merged Philipp Pospischil requested to merge fix/chardata into main
20 files
+ 1107
0
Compare changes
  • Side-by-side
  • Inline
Files
20
+ 78
0
<div class="front-side-on-back">
{{FrontSide}}
</div>
<hr id="answer">
<div class="exercise back anki-template-hanyu-hear-back">
<dl class="translations">
<dt>Pīnyīn</dt>
<dd>{{Pīnyīn}}</dd>
<dt>English</dt>
<dd>{{English}}</dd>
<dt>简体字</dt>
<dd>
<span class="hanzi-print">{{简体字}}</span>
<div class="strichfolge-animation" no-animate="true" highlight-radical="true">
{{text:简体字}}
</div>
</dd>
<dt>Remarks</dt>
<dd>{{Remarks}}</dd>
<dt>Examples</dt>
<dd>{{Examples}}</dd>
<dt>Source</dt>
<dd class="text-light">{{Source}}</dd>
<details class="answer-details">
<summary>
<span class="answer-details-more">Show more…</span>
<span class="answer-details-less">Show less…</span>
</summary>
{{#繁體字}}
<dt>繁體字</dt>
<dd>
<span class="hanzi-print">{{繁體字}}</span>
<div class="strichfolge-animation is-traditional" no-animate="true" highlight-radical="true">
{{text:繁體字}}
</div>
</dd>
{{/繁體字}}
<dt>Radical (简体字)</dt>
<dd>
<span hanzi-data="{{text:简体字}}" hanzi-prop="radical" class="hanzi-print"></span>
<div class="strichfolge-animation" no-animate="true">
<span hanzi-data="{{text:简体字}}" hanzi-prop="radical"></span>
</div>
</dd>
{{#繁體字}}
<dt>Radical (繁體字)</dt>
<dd>
<span hanzi-data="{{text:繁體字}}" hanzi-kind="traditional" hanzi-prop="radical" class="hanzi-print"></span>
<div class="strichfolge-animation is-traditional" no-animate="true">
<span hanzi-data="{{text:繁體字}}" hanzi-kind="traditional" hanzi-prop="radical"></span>
</div>
</dd>
{{/繁體字}}
</details>
</dl>
<details class="answer-details">
<summary>
<span class="answer-details-more">About this pack…</span>
<span class="answer-details-less">Hide pack info…</span>
</summary>
{{Credits}}
<div notice-file="KA_TEMPLATES_NOTICE"></div>
</details>
</div>
<!-- Repeat only relevant text on the back side on AnkiDroid, not all of it -->
<tts style="display: none" service="android" voice="zh_CN">{{text:简体字}}</tts>
<script type="module">
import '../../../components/debug'
</script>
<script type="module">
import '../../../components/back'
</script>
\ No newline at end of file
Loading