{% if redirected_from %}
(重定向自 {{ redirected_from }}
{% endif %} {% if hatnote %}
{{ hatnote }}
{% endif %}

{{ title }} [编辑]

{% if infobox %}
{% if infobox_title %}
{{ infobox_title }}
{% endif %} {% if infobox_image %}
{{ infobox_image_alt|default(title) }} {% if infobox_caption %}
{{ infobox_caption }}
{% endif %}
{% endif %} {% for item in infobox_data %} {% endfor %}
{{ item.label }} {{ item.value }}
{% endif %} {{ content }} {% if references %}

参考文献

    {% for ref in references %}
  1. {{ ref }}
  2. {% endfor %}
{% endif %} {% if categories %}
{% endif %}