{% if _json.key then %}
{% if _meta.dsec == getZhDsec() then %}
{% if string.len(_json.key)>3 then %}
{{_json.word}}
{% else %}
{% if _json.stroke then %}
{% else %}
{{_json.key}}
{% end %}
{% end %}
{% else %}
{{_json.word}}
{% end %}
{% local i=1; for _,p in loop(_json.pron) do %}
{% if p.pinyin then %}
{{ pinyintrim(p.pinyin) }}
{%end %}
{%if p.pinyin == nil and (p.scode or p.symbol) then %}
{% if _meta.dsec ~= getZhDsec() then %}
{% if tostring(p.lang) == "u" then %}美{% else %}英{% end %}
{% if p.symbol then %}{{p.symbol}}{% end %}
{% end %}
{% end %}
{% if p.scode then %}
{{_json.word}}
{% end %}
{% i=i+1; end %}
{% end %}
{% if _json.stroke then %}
{% end %}
{% _json = nil %}