Template:Chset-cell/doc

From blackwiki
< Template:Chset-cell
Revision as of 07:06, 13 December 2010 by imported>Dynaxis (Added interwiki to Korean)
Jump to navigation Jump to search

Usage

Used with Template:chset-tableformat to indicate a printable character table cell.

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-cell|0041|[[A]]}}
|{{chset-color-alpha}}|{{chset-cell|0042|[[B]]}}
|{{chset-color-alpha}}|{{chset-cell|0043|[[C]]}}
|{{chset-color-alpha}}|{{chset-cell|0044|[[D]]}}
|}

Which yields:

A
0041
B
0042
C
0043
D
0044

See also