主世界综合发展指数:修订间差异
来自Blockland Wiki
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第6行: | 第6行: | ||
/* 初始化计数器 */ | /* 初始化计数器 */ | ||
.opdi-table { counter-reset: rank; } | .opdi-table { counter-reset: rank; } | ||
/* | /* 自动为每一行生成排名数字 */ | ||
.opdi-table td.opdi-rank { counter-increment: rank; } | .opdi-table td.opdi-rank { counter-increment: rank; } | ||
.opdi-table td.opdi-rank::before { content: counter(rank); } | .opdi-table td.opdi-rank::before { content: counter(rank); } | ||
| 第16行: | 第16行: | ||
<th>排名</th> | <th>排名</th> | ||
<th>国名</th> | <th>国名</th> | ||
<th>人均 GDP</th> | <th>人均 GDP</th> | ||
<th>识字率</th> | <th>识字率</th> | ||
<th>自然增长率</th> | |||
<th>平均预期寿命</th> | <th>平均预期寿命</th> | ||
<th>OPDI 指数</th> | <th>OPDI 指数</th> | ||
| 第25行: | 第25行: | ||
{{#cargo_query: | {{#cargo_query: | ||
|tables=Countries | |tables=Countries | ||
|fields=Name | |fields=Name, GDP_PerCapita, LiteracyRate, BirthRate, DeathRate, LifeExpectancyMale, LifeExpectancyFemale, OPDI | ||
|where=OPDI IS NOT NULL | |where=OPDI IS NOT NULL | ||
|order by=OPDI DESC | |order by=OPDI DESC | ||
2026年5月16日 (六) 21:01的版本
全球国家 OPDI 发展指数排行榜
这是基于各方数据自动生成的实时发展指数排名:
错误:指定的数据库表格内找不到名为“LiteracyRate”的字段。
| 排名 | 国名 | 人均 GDP | 识字率 | 自然增长率 | 平均预期寿命 | OPDI 指数 | 发展评级 |
|---|