mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
33 lines
1.2 KiB
Handlebars
33 lines
1.2 KiB
Handlebars
{{<<<<<<<}}
|
|
{{#*inline "pitch-accent-list"}}
|
|
{{~#if (op ">" pitchCount 0)~}}
|
|
{{~#if (op ">" pitchCount 1)~}}<ol>{{~/if~}}
|
|
{{~#each pitches~}}
|
|
{{~#each pitches~}}
|
|
{{~#if (op ">" ../../pitchCount 1)~}}<li>{{~/if~}}
|
|
{{~> pitch-accent-item-disambiguation~}}
|
|
{{~> pitch-accent-item format=../../format~}}
|
|
{{~#if (op ">" ../../pitchCount 1)~}}</li>{{~/if~}}
|
|
{{~/each~}}
|
|
{{~/each~}}
|
|
{{~#if (op ">" pitchCount 1)~}}</ol>{{~/if~}}
|
|
{{~else~}}
|
|
No pitch accent data
|
|
{{~/if~}}
|
|
{{/inline}}
|
|
{{=======}}
|
|
{{#*inline "pitch-accent-list"}}
|
|
{{~#if (op ">" pitchCount 0)~}}
|
|
{{~#if (op ">" pitchCount 1)~}}<ol>{{~/if~}}
|
|
{{~#each pitches~}}
|
|
{{~#each pitches~}}
|
|
{{~#if (op ">" ../../pitchCount 1)~}}<li>{{~/if~}}
|
|
{{~> pitch-accent-item-disambiguation~}}
|
|
{{~> pitch-accent-item format=../../format~}}
|
|
{{~#if (op ">" ../../pitchCount 1)~}}</li>{{~/if~}}
|
|
{{~/each~}}
|
|
{{~/each~}}
|
|
{{~#if (op ">" pitchCount 1)~}}</ol>{{~/if~}}
|
|
{{~/if~}}
|
|
{{/inline}}
|
|
{{>>>>>>>}} |