列表¶
选择合适的列表类型来呈现一系列项目。
编号列表¶
对于顺序重要的项目序列,使用编号列表格式。
输入
During the migration process the target host:
#. Ensures that live migration is enabled.
#. Installs the base VHD if it is not already present.
输出
在迁移过程中,目标主机
确保已启用实时迁移。
如果尚未存在,则安装基础 VHD。
项目符号列表¶
对于可以按任何顺序发生或顺序不重要的项目序列,使用项目符号列表。
输入
Valid formats include:
* PNG
* JPG
* GIF
* SVG
输出
有效格式包括
PNG
JPG
GIF
SVG
定义列表¶
对于无序列表,其中每个项目都有一个简短的术语,例如键、选项或短语,后跟其定义,请使用定义列表。
当您的列表具有常规的键/值或术语/定义对模式时,请考虑使用变量列表代替
项目化的列表。
一个两列表格,其中第一列列出一致类型的项目,第二列描述这些项目。
输入
Spellchecking
Process of correcting spelling
Pagebreaking
Process of breaking pages
输出
- 拼写检查
纠正拼写的过程
- 分页
分页的过程
混合列表¶
使用混合类型的列表来嵌套不同类型的列表。
输入
#. The system exposes these components to users:
Component A
Description of A.
Component B
Description of B.
Component C
Description of C. Note: C is available only for these OS's:
* Linux
* Mac OS X
#. API libraries are available.
输出
系统向用户公开以下组件
- 组件 A
A 的描述。
- 组件 B
B 的描述。
- 组件 C
C 的描述。注意:C 仅适用于这些操作系统
Linux
Mac OS X
也提供了 API 库。