{% if body.pron then %}
{% for _,pron in pairs(tab(body.pron)) do %}{{pron.pinyin}} {{pron.pinyin}} {% end %}
{% end %} {% if body.engdef then %}
  {{body.engdef}} {% end %}
{% if body.sense then %}
{% local j=1;for _,sense in pairs(tab(body.sense)) do %} {% if sense.def then %}
{% if sense.showtag ~= 0 then%} {{j}} {% end %} {{sense.def}}
{% end %} {% if sense.subsense then %} {% for _,subsense in pairs(tab(sense.subsense)) do %}
{% if subsense.showtag then %}{{subsense.showtag}} {% end %} {{subsense.def}} {% if subsense.phrase then %}
{% local n=0; for _,phrase in pairs(tab(subsense.phrase)) do%} {% if n ~= 0 then %} | {% end %}{{phrase.trans}} {% n=n+1; end %}
{% end %}
{% end %} {% end %} {% if sense.phrase then%}
{% local n=0; for _,phrase in pairs(tab(sense.phrase)) do %} {% if n ~= 0 then %}|{% end %} {{phrase.trans}} {% n=n+1; end %}
{% end %} {% if(gettablen(sense)>0) then j=j+1; end ;end %}
{% end %} {% if body.derivative then%}
{% for _,derivative in pairs(tab(body.derivative)) do %}
{% if derivative.deword then%}[ {{derivative.deword}} ] {% end %} {% if derivative.depinyin then %}({{derivative.depinyin}}){% end %} {% if derivative.sense then%} {% local m=1; for _,dersense in pairs(tab(derivative.sense )) do %}
{% if dersense.showtag ~= 0 then %}{{ dersense.showtag }} {% end %}{{dersense.def}}
{% if dersense.phrase then %}
{% local k=0; for _,dephrase in pairs(tab(dersense.phrase)) do %} {% if k~=0 then %} |{% end %}{{dephrase.trans}} {% k=k+1; end %}
{% end %} {% m=m+1;end%} {% end %}
{% end %}
{% end %} {% if body.cizu then%}
【组词】
{% for _,ci in pairs(tab(body.cizu)) do %}
{{ci}}
{% end %}
{% end %} {% if body.chengyu then%}
【成语】
{% for _,chengyu in pairs(tab(body.chengyu)) do %}
{{chengyu}}
{% end %} {% end %} {% if body.image then %} {% for _,_img in pairs(tab(body.image)) do%} {% end %} {% end %}