Difference between revisions of "Template:Chset-ctrl3"
Jump to navigation
Jump to search
imported>Loadmaster (Superseded by Template:Chset-ctrl4) |
imported>Loadmaster (cat) |
||
| Line 31: | Line 31: | ||
* [[:Template:chset-color-ctrl]] | * [[:Template:chset-color-ctrl]] | ||
| − | [[Category: | + | [[Category:Character set table templates|{{PAGENAME}}]] |
[[bg:Шаблон:Chset-ctrl3]] | [[bg:Шаблон:Chset-ctrl3]] | ||
</noinclude> | </noinclude> | ||
Revision as of 21:27, 21 September 2010
{{{2}}}
{{{1}}}
{{{3}}}
Note
This template has been superseded by Template:Chset-ctrl4.
Usage
Used with Template:chset-tableformat to indicate a table cell for a control character or non-printing punctuation character.
- Parameter 1: hhhh, Hexadecimal Unicode value, 4 digits (e.g., 0020)
- Parameter 2: XX, Character name (e.g., SP), with link to appropriate article
- Parameter 3: dd, Decimal character code, 1–3 digits (e.g., 32)
For example, the first four ASCII control characters (Unicode U+0000 thru U+0003, decimal 0 thru 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}}
Another example illustrates the coding for a few of the ISO/IEC non-printing punctuation characters:
{{chset-color-punct}}|{{chset-ctrl3|0020|[[Space (character) |SP]] | 32}}
{{chset-color-punct}}|{{chset-ctrl3|00A0|[[Non-breaking space|NBSP]]|160}}
{{chset-color-punct}}|{{chset-ctrl3|00AD|[[Soft hyphen |SHY]] |173}}
Note: This template replaces Template:chset-ctrl.