{% if body.ji then %}
[记]
{{body.ji}}
{% end %} {% if body.sense then %} {% local j=1;for _,sense in pairs(tab(body.sense)) do %} {% if sense.def then %}
{% if sense.showtag then %} {{sense.showtag}} {% end %} {{sense.def}}
{% end %}
{% if sense.ex then %}
{{sense.pos}}
{%local i=1; for _,example in pairs(tab(sense.ex)) do%}
{% if gettablen(sense.ex) > 1 then %}
{{ i }}
{{example.def}}
{% else %}
{{example.def}}
{% end %}
{% i=i+1;end %} {% end %}
{% if(gettablen(sense)>0) then j=j+1; end ;end %} {% end %} {% if body.img then %}
{% if body.img.url then %}
{% end %}
{% end %} {% if body.pai then %}
[派]
{% for _,pais in pairs(body.pai) do%} {{pais}}
{% end %}
{% end %} {% if body.kao then %}
[考]
{{body.kao}}
{% end %} {% if body.lian then %}
[联]
{{body.lian}}
{% end %} {% if body.bian then %}
[辨]
{% if body.bian.words then %} {{body.bian.words}} {% end %}
{{body.bian.bianxi}}
{% end %} {% if body.phrases then %}
{{body.phrases}}
{% end %}
{% if body.ti then %}
【题】 {{body.ti.tiquestion}} [查看答案] {%local j = 0 ; for _,choices in pairs(body.ti.tichoices) do%}
{{choices}}
{% j=j+1; end %}
{% end %}