模板:Infobox country:修订间差异

来自埃森兰维基
Maintenance script留言 | 贡献
Import: Infobox country template
 
Maintenance script留言 | 贡献
Import: Infobox country template
第1行: 第1行:
<noinclude>
<noinclude>
== Usage ==
== 用法 ==
<pre>
<pre>
{{Infobox country
{{Infobox country
第39行: 第39行:
{{#if:{{{image_flag|}}}|
{{#if:{{{image_flag|}}}|
{{!}}-
{{!}}-
{{!}} colspan="2" style="text-align:center; padding:12px;" {{!}} [[File:{{{image_flag}}}|200px|border]]<br/><small>National Flag</small>
{{!}} colspan="2" style="text-align:center; padding:12px;" {{!}} [[File:{{{image_flag}}}|200px|border]]<br/><small>国旗</small>
}}
}}
{{#if:{{{image_coat|}}}|
{{#if:{{{image_coat|}}}|
{{!}}-
{{!}}-
{{!}} colspan="2" style="text-align:center; padding:12px;" {{!}} [[File:{{{image_coat}}}|120px]]<br/><small>Coat of Arms</small>
{{!}} colspan="2" style="text-align:center; padding:12px;" {{!}} [[File:{{{image_coat}}}|120px]]<br/><small>国徽</small>
}}
}}
{{#if:{{{motto|}}}|
{{#if:{{{motto|}}}|
{{!}}-
{{!}}-
! Motto
! 国家格言
{{!}} ''{{{motto}}}''
{{!}} ''{{{motto}}}''
}}
}}
{{#if:{{{anthem|}}}|
{{#if:{{{anthem|}}}|
{{!}}-
{{!}}-
! Anthem
! 国歌
{{!}} ''{{{anthem}}}''
{{!}} ''{{{anthem}}}''
}}
}}
|-
|-
! colspan="2" style="background:#faf8f1; text-align:center; font-weight:bold; padding:8px; border-top:2px solid #e8ddb5;" | General Information
! colspan="2" style="background:#faf8f1; text-align:center; font-weight:bold; padding:8px; border-top:2px solid #e8ddb5;" | 概况
{{#if:{{{capital|}}}|
{{#if:{{{capital|}}}|
{{!}}-
{{!}}-
! Capital
! 首都
{{!}} {{{capital}}}
{{!}} {{{capital}}}
}}
}}
{{#if:{{{largest_city|}}}|
{{#if:{{{largest_city|}}}|
{{!}}-
{{!}}-
! Largest city
! 最大城市
{{!}} {{{largest_city}}}
{{!}} {{{largest_city}}}
}}
}}
{{#if:{{{official_languages|}}}|
{{#if:{{{official_languages|}}}|
{{!}}-
{{!}}-
! Official languages
! 官方语言
{{!}} {{{official_languages}}}
{{!}} {{{official_languages}}}
}}
}}
{{#if:{{{government|}}}|
{{#if:{{{government|}}}|
{{!}}-
{{!}}-
! Government
! 政体
{{!}} {{{government}}}
{{!}} {{{government}}}
}}
}}
第88行: 第88行:
}}
}}
|-
|-
! colspan="2" style="background:#faf8f1; text-align:center; font-weight:bold; padding:8px; border-top:2px solid #e8ddb5;" | Statistics
! colspan="2" style="background:#faf8f1; text-align:center; font-weight:bold; padding:8px; border-top:2px solid #e8ddb5;" | 数据
{{#if:{{{area|}}}|
{{#if:{{{area|}}}|
{{!}}-
{{!}}-
! Area
! 面积
{{!}} {{{area}}}
{{!}} {{{area}}}
}}
}}
{{#if:{{{population|}}}|
{{#if:{{{population|}}}|
{{!}}-
{{!}}-
! Population
! 人口
{{!}} {{{population}}}
{{!}} {{{population}}}
}}
}}
{{#if:{{{gdp|}}}|
{{#if:{{{gdp|}}}|
{{!}}-
{{!}}-
! GDP (nominal)
! 国内生产总值(名义)
{{!}} {{{gdp}}}
{{!}} {{{gdp}}}
}}
}}
{{#if:{{{gdp_per_capita|}}}|
{{#if:{{{gdp_per_capita|}}}|
{{!}}-
{{!}}-
! GDP per capita
! 人均国内生产总值
{{!}} {{{gdp_per_capita}}}
{{!}} {{{gdp_per_capita}}}
}}
}}
{{#if:{{{currency|}}}|
{{#if:{{{currency|}}}|
{{!}}-
{{!}}-
! Currency
! 货币
{{!}} {{{currency}}}
{{!}} {{{currency}}}
}}
}}
{{#if:{{{time_zone|}}}|
{{#if:{{{time_zone|}}}|
{{!}}-
{{!}}-
! Time zone
! 时区
{{!}} {{{time_zone}}}
{{!}} {{{time_zone}}}
}}
}}
{{#if:{{{drives_on|}}}|
{{#if:{{{drives_on|}}}|
{{!}}-
{{!}}-
! Drives on
! 道路通行
{{!}} {{{drives_on}}}
{{!}} {{{drives_on}}}
}}
}}
{{#if:{{{calling_code|}}}|
{{#if:{{{calling_code|}}}|
{{!}}-
{{!}}-
! Calling code
! 电话区号
{{!}} {{{calling_code}}}
{{!}} {{{calling_code}}}
}}
}}
{{#if:{{{internet_tld|}}}|
{{#if:{{{internet_tld|}}}|
{{!}}-
{{!}}-
! Internet TLD
! 互联网顶级域
{{!}} {{{internet_tld}}}
{{!}} {{{internet_tld}}}
}}
}}
|}
|}
</includeonly>
</includeonly>

2026年4月8日 (三) 04:27的版本

用法

{{Infobox country
| name =
| native_name =
| image_flag =
| image_coat =
| motto =
| anthem =
| capital =
| largest_city =
| official_languages =
| government =
| leader_title1 =
| leader_name1 =
| leader_title2 =
| leader_name2 =
| area =
| population =
| gdp =
| gdp_per_capita =
| currency =
| time_zone =
| drives_on =
| calling_code =
| internet_tld =
}}