Difference between revisions of "Template:Chset-cell/doc"
Jump to navigation
Jump to search
imported>Spitzak (Changed example to modern usage and to show only the template) |
imported>Loadmaster (cat) |
||
| Line 29: | Line 29: | ||
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | <!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | ||
| − | [[Category: | + | [[Category:Character set table templates|{{PAGENAME}}]] |
| − | |||
[[hr:Predložak:Chset-cell]] | [[hr:Predložak:Chset-cell]] | ||
| − | |||
</includeonly> | </includeonly> | ||
Revision as of 21:29, 21 September 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