跳转到内容

Template:字色控

出自维基百科,自由个百科全书

bgcolor="#FFFFEF"


用法

[编辑]

Used with 模板:字表格 data rows to indicate a color for control character code cells.

For example, the first four ASCII control codes (Unicode U+0000 through U+0003, decimal 0 through 3) are coded as rows in a character set table like this:

{{chset-color-ctrl}}|{{chset-ctrl3|0000|[[Null character|NUL]]|0}}
{{chset-color-ctrl}}|{{chset-ctrl3|0001|[[Start of heading|SOH]]|1}}
{{chset-color-ctrl}}|{{chset-ctrl3|0002|[[Start of text|STX]]|2}}
{{chset-color-ctrl}}|{{chset-ctrl3|0003|[[End of text|ETX]]|3}}