Template:Chset-cell/doc
< Template:Chset-cell
Jump to navigation
Jump to search
Revision as of 07:06, 13 December 2010 by imported>Dynaxis (Added interwiki to Korean)
| 40px | This is a documentation subpage for Template:Chset-cell. It contains usage information, categories and other content that is not part of the original template page. |
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
- Template:chset-cell3 — a simplied replacement for this template
- Template:Chset-table-header
- Template:Chset-table-footer