{% if language_count %}
其他{{ language_count }}种语言
{% endif %}
{% if page_status %}
{{ page_status_text }}
{% endif %}
{% if redirected_from %}
(重定向自 {{ redirected_from }})
{% endif %}
{% if hatnote %}
{{ hatnote }}
{% endif %}
{{ title }} [编辑]
{% if infobox %}
{% if infobox_title %}
{% if infobox_caption %}
{% endif %}
{% for item in infobox_data %}
{% endif %}
{{ content }}
{% if references %}
{{ infobox_title }}
{% endif %}
{% if infobox_image %}
{{ infobox_caption }}
{% endif %}
{{ item.label }} | {{ item.value }} |
---|
参考文献
-
{% for ref in references %}
- {{ ref }} {% endfor %}
-
{% for category in categories %}
- {{ category }} {% endfor %}