Difference between revisions of "Template:Chset-cell3"
Jump to navigation
Jump to search
(swapped between fonts) |
imported>Loadmaster (Superseded by Template:Chset-cell4) |
||
| Line 1: | Line 1: | ||
<span style="font-size: large; font-family: Courier New, Courier, monospace">{{{2|&#x{{{1}}};}}}</span><br/><small>{{{1}}}</small><br/>'''''{{{3}}}'''''<noinclude> | <span style="font-size: large; font-family: Courier New, Courier, monospace">{{{2|&#x{{{1}}};}}}</span><br/><small>{{{1}}}</small><br/>'''''{{{3}}}'''''<noinclude> | ||
----- | ----- | ||
| + | |||
| + | ==== Note ==== | ||
| + | This template has been superseded by [[:Template:chset-cell4]]. | ||
| + | |||
==== Usage ==== | ==== Usage ==== | ||
Used with [[:Template:chset-tableformat]] to indicate a '''printable character''' table cell. | Used with [[:Template:chset-tableformat]] to indicate a '''printable character''' table cell. | ||
| + | |||
| + | * Parameter 1: ''hhhh'', Hexadecimal Unicode value, 4 digits (e.g., ''0041'') | ||
| + | * Parameter 2: ''X'', Displayable character (e.g., ''A''), with link to appropriate article | ||
| + | * Parameter 3: ''dd'', Decimal character code, 1–3 digits (e.g., ''65'') | ||
For example, the first four alphabetic [[ASCII]] characters "A" through "D" ([[Unicode]] U+0041 through U+0043, decimal 65 through 68) are coded as rows in a character set table like this: | For example, the first four alphabetic [[ASCII]] characters "A" through "D" ([[Unicode]] U+0041 through U+0043, decimal 65 through 68) are coded as rows in a character set table like this: | ||
| Line 14: | Line 22: | ||
==== See also ==== | ==== See also ==== | ||
| + | * [[:Template:chset-cell4]] | ||
* [[:Template:chset-ctrl3]] | * [[:Template:chset-ctrl3]] | ||
* [[:Template:chset-color-alpha]] | * [[:Template:chset-color-alpha]] | ||
Revision as of 18:30, 4 February 2010
&#x{{{1}}};
{{{1}}}
{{{3}}}
Note
This template has been superseded by Template:chset-cell4.
Usage
Used with Template:chset-tableformat to indicate a printable character table cell.
- Parameter 1: hhhh, Hexadecimal Unicode value, 4 digits (e.g., 0041)
- Parameter 2: X, Displayable character (e.g., A), with link to appropriate article
- Parameter 3: dd, Decimal character code, 1–3 digits (e.g., 65)
For example, the first four alphabetic ASCII characters "A" through "D" (Unicode U+0041 through U+0043, decimal 65 through 68) are coded as rows in a character set table like this:
|{{chset-color-alpha}}|{{chset-cell3|0041|[[A]]|65}}
|{{chset-color-alpha}}|{{chset-cell3|0042|[[B]]|66}}
|{{chset-color-alpha}}|{{chset-cell3|0043|[[C]]|67}}
|{{chset-color-alpha}}|{{chset-cell3|0044|[[D]]|68}}
Note: This template replaces Template:chset-cell.