Difference between revisions of "Template:Chset-cell/doc"
Jump to navigation
Jump to search
imported>Loadmaster (cat) |
imported>Amakuha m (+uk:) |
||
| Line 30: | Line 30: | ||
[[Category:Character set table templates|{{PAGENAME}}]] | [[Category:Character set table templates|{{PAGENAME}}]] | ||
| + | |||
[[hr:Predložak:Chset-cell]] | [[hr:Predložak:Chset-cell]] | ||
| + | [[uk:Шаблон:Chset-cell]] | ||
</includeonly> | </includeonly> | ||
Revision as of 21:43, 24 November 2010
| 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