{% if _json.word then %}
{% if string.len(_json.word)>3 then %}
{{_json.word}}
{% else %}
{% if _json.stroke then %}
{% else %}
{{_json.word}}
{% end %}
{% end %}
{% local i=1; for _,p in loop(_json.pron) do %}
{% if p.pinyin then %}
{{ pinyintrim(p.pinyin) }}{%
end %}
{% if p.scode then %}
{{_json.word}}
{% end %}
{% i=i+1; end %}
{% end %}
{% if _json.stroke then %}
{% end %}
{% _json = nil %}