{% if Body.sense then local sense = Body.sense %}
{% for senseKey,senseValue in pairs(sense) do %}
{% if senseValue.pos or senseValue.symbol or senseValue.gramdesc or senseValue.def then %}
{%if senseValue.symbol then%}{{senseValue.symbol}}{%end%}{%if senseValue.pos then%}{{senseValue.pos}}{%end%}

{%if senseValue.bianti_2 then%}{{senseValue.bianti_2}}{%end%}{%if senseValue.def then %}{{senseValue.def}}{%end%}

{%if senseValue.changguima then%}

常规码 {{senseValue.changguima}}

{%end%}
{% end %}
{% end %} {% if Body.phraseverbs then local jsonD = Body.phraseverbs%}
习语 / 派生词
{% for senseKey,senseValue in pairs(jsonD) do %}
{% if senseValue.pos or senseValue.symbol or senseValue.word or senseValue.def then %}
{% if gettablen(jsonD)>1 then %} {{senseKey}}.{% end %}{%if senseValue.word then%}{{senseValue.word}}{%end%}{%if senseValue.symbol then%}{{senseValue.symbol}}{%end%}{%if senseValue.pos then%}{{senseValue.pos}}{%end%}{%if senseValue.def then%}{{senseValue.def}}{%end%}
{% end %}
{% end %} {% end %}
{% end %}