Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Card Templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kartenaale
Build
Card Templates
Merge requests
!19
feat: add trimmed down version of vocab
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: add trimmed down version of vocab
fix/chardata
into
main
Overview
0
Commits
3
Pipelines
1
Changes
20
Merged
Philipp Pospischil
requested to merge
fix/chardata
into
main
10 months ago
Overview
0
Commits
3
Pipelines
1
Changes
20
Expand
Closes
#4 (closed)
0
0
Merge request reports
Viewing commit
c5d00f9f
Prev
Next
Show latest version
20 files
+
1107
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
Search (e.g. *.vue) (Ctrl+P)
c5d00f9f
feat: add trimmed down version of vocab
· c5d00f9f
Philipp Stadler
authored
10 months ago
Closes
#4
src/templates/vocabsimple/hear/back.html
0 → 100644
+
78
−
0
Options
<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