Difference between revisions of "Template:CodeChart"

From Terminals
Jump to: navigation, search
m
m (promote from sandbox)
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[:Special:PrefixIndex/{{FULLPAGENAME}}/|Subpages of {{SUBPAGENAME}}]]
+
<noinclude>==Template==
 
+
</noinclude>
 
{| border="1" style="text-align: center;"
 
{| border="1" style="text-align: center;"
 +
{{#if:{{{title|}}}|{{!}}+ '''{{{title|}}}'''}}
 
! style="width: 3em;" |   
 
! style="width: 3em;" |   
 
! style="width: 3em;" | 0   
 
! style="width: 3em;" | 0   
Line 13: Line 14:
 
|-
 
|-
 
! 0
 
! 0
| {{User:Legalize/Control Sequences/CodeChart/Char|NUL|{{{nul}}}}} || DLE || SP || 0 || @ || P || ` || p
+
| {{CodeChart/Char|NUL|{{{nul|}}}}}
 +
| {{CodeChart/Char|DLE|{{{dle|}}}}}
 +
| {{CodeChart/Char|SP|{{{sp|}}}}}
 +
| {{CodeChart/Char|0|{{{zero|}}}}}
 +
| {{CodeChart/Char|@|{{{at|}}}}}
 +
| {{CodeChart/Char|P|{{{p|}}}}}
 +
| {{CodeChart/Char|`|{{{backquote|}}}}}
 +
| {{CodeChart/Char|p|{{{lowerp|}}}}}
 
|-
 
|-
 
! 1
 
! 1
| SOH || DC1 || ! || 1 || A || Q || a || q
+
| {{CodeChart/Char|SOH|{{{soh|}}}}}
 +
| {{CodeChart/Char|DC1|{{{dc1|}}}}}
 +
| {{CodeChart/Char|!|{{{exclamation|}}}}}
 +
| {{CodeChart/Char|1|{{{one|}}}}}
 +
| {{CodeChart/Char|A|{{{a|}}}}}
 +
| {{CodeChart/Char|Q|{{{q|}}}}}
 +
| {{CodeChart/Char|a|{{{lowera|}}}}}
 +
| {{CodeChart/Char|q|{{{lowerq|}}}}}
 
|-
 
|-
 
! 2
 
! 2
| STX || DC2 || " || 2 || B || R || b || r
+
| {{CodeChart/Char|STX|{{{stx|}}}}}
 +
| {{CodeChart/Char|DC2|{{{dc2|}}}}}
 +
| {{CodeChart/Char|"|{{{quote|}}}}}
 +
| {{CodeChart/Char|2|{{{two|}}}}}
 +
| {{CodeChart/Char|B|{{{b|}}}}}
 +
| {{CodeChart/Char|R|{{{r|}}}}}
 +
| {{CodeChart/Char|b|{{{lowerb|}}}}}
 +
| {{CodeChart/Char|r|{{{lowerr|}}}}}
 
|-
 
|-
 
! 3
 
! 3
| ETX || DC3 || # || 3 || C || S || c || s
+
| {{CodeChart/Char|ETX|{{{etx|}}}}}
 +
| {{CodeChart/Char|DC3|{{{dc3|}}}}}
 +
| {{CodeChart/Char|<nowiki>#</nowiki>|{{{pound|}}}}}
 +
| {{CodeChart/Char|3|{{{three|}}}}}
 +
| {{CodeChart/Char|C|{{{c|}}}}}
 +
| {{CodeChart/Char|S|{{{s|}}}}}
 +
| {{CodeChart/Char|c|{{{lowerc|}}}}}
 +
| {{CodeChart/Char|s|{{{lowers|}}}}}
 
|-
 
|-
 
! 4
 
! 4
| EOT || DC4 || $ || 4 || D || T || d || t
+
| {{CodeChart/Char|EOT|{{{eot|}}}}}
 +
| {{CodeChart/Char|DC4|{{{dc4|}}}}}
 +
| {{CodeChart/Char|$|{{{dollar|}}}}}
 +
| {{CodeChart/Char|4|{{{four|}}}}}
 +
| {{CodeChart/Char|D|{{{d|}}}}}
 +
| {{CodeChart/Char|T|{{{t|}}}}}
 +
| {{CodeChart/Char|d|{{{lowerd|}}}}}
 +
| {{CodeChart/Char|t|{{{lowert|}}}}}
 
|-
 
|-
 
! 5
 
! 5
| ENQ || NAQ || % || 5 || E || U || e || u
+
| {{CodeChart/Char|ENQ|{{{enq|}}}}}
 +
| {{CodeChart/Char|NAQ|{{{naq|}}}}}
 +
| {{CodeChart/Char|%|{{{percent|}}}}}
 +
| {{CodeChart/Char|5|{{{five|}}}}}
 +
| {{CodeChart/Char|E|{{{e|}}}}}
 +
| {{CodeChart/Char|U|{{{u|}}}}}
 +
| {{CodeChart/Char|e|{{{lowere|}}}}}
 +
| {{CodeChart/Char|u|{{{loweru|}}}}}
 
|-
 
|-
 
! 6
 
! 6
| ACK || SYN || & || 6 || F || V || f || v
+
| {{CodeChart/Char|ACK|{{{ack|}}}}}
 +
| {{CodeChart/Char|SYN|{{{syn|}}}}}
 +
| {{CodeChart/Char|&|{{{amp|}}}}}
 +
| {{CodeChart/Char|6|{{{six|}}}}}
 +
| {{CodeChart/Char|F|{{{f|}}}}}
 +
| {{CodeChart/Char|V|{{{v|}}}}}
 +
| {{CodeChart/Char|f|{{{lowerf|}}}}}
 +
| {{CodeChart/Char|v|{{{lowerv|}}}}}
 
|-
 
|-
 
! 7
 
! 7
| BEL || ETB || ' || 7 || G || W || g || w
+
| {{CodeChart/Char|BEL|{{{bel|}}}}}
 +
| {{CodeChart/Char|ETB|{{{etb|}}}}}
 +
| {{CodeChart/Char|'|{{{apos|}}}}}
 +
| {{CodeChart/Char|7|{{{seven|}}}}}
 +
| {{CodeChart/Char|G|{{{g|}}}}}
 +
| {{CodeChart/Char|W|{{{w|}}}}}
 +
| {{CodeChart/Char|g|{{{lowerg|}}}}}
 +
| {{CodeChart/Char|w|{{{lowerw|}}}}}
 
|-
 
|-
 
! 8
 
! 8
| BS || CAN || ( || 8 || H || X || h || x
+
| {{CodeChart/Char|BS|{{{bs|}}}}}
 +
| {{CodeChart/Char|CAN|{{{can|}}}}}
 +
| {{CodeChart/Char|(|{{{openparen|}}}}}
 +
| {{CodeChart/Char|8|{{{eight|}}}}}
 +
| {{CodeChart/Char|H|{{{h|}}}}}
 +
| {{CodeChart/Char|X|{{{x|}}}}}
 +
| {{CodeChart/Char|h|{{{lowerh|}}}}}
 +
| {{CodeChart/Char|x|{{{lowerx|}}}}}
 
|-
 
|-
 
! 9
 
! 9
| HT || EM || ) || 9 || I || Y || i || y
+
| {{CodeChart/Char|HT|{{{ht|}}}}}
 +
| {{CodeChart/Char|EM|{{{em|}}}}}
 +
| {{CodeChart/Char|)|{{{closeparen|}}}}}
 +
| {{CodeChart/Char|9|{{{nine|}}}}}
 +
| {{CodeChart/Char|I|{{{i|}}}}}
 +
| {{CodeChart/Char|Y|{{{y|}}}}}
 +
| {{CodeChart/Char|i|{{{loweri|}}}}}
 +
| {{CodeChart/Char|y|{{{lowery|}}}}}
 
|-
 
|-
 
! 10
 
! 10
| LF || SUB || * || : || J || Z || j || z
+
| {{CodeChart/Char|LF|{{{lf|}}}}}
 +
| {{CodeChart/Char|SUB|{{{sub|}}}}}
 +
| {{CodeChart/Char|<nowiki>*</nowiki>|{{{asterisk|}}}}}
 +
| {{CodeChart/Char|<nowiki>:</nowiki>|{{{colon|}}}}}
 +
| {{CodeChart/Char|J|{{{j|}}}}}
 +
| {{CodeChart/Char|Z|{{{z|}}}}}
 +
| {{CodeChart/Char|j|{{{lowerj|}}}}}
 +
| {{CodeChart/Char|z|{{{lowerz|}}}}}
 
|-
 
|-
 
! 11
 
! 11
| VT || ESC || + || ; || K || [ || k || {
+
| {{CodeChart/Char|VT|{{{vt|}}}}}
 +
| {{CodeChart/Char|ESC|{{{esc|}}}}}
 +
| {{CodeChart/Char|+|{{{plus|}}}}}
 +
| {{CodeChart/Char|<nowiki>;</nowiki>|{{{semicolon|}}}}}
 +
| {{CodeChart/Char|K|{{{k|}}}}}
 +
| {{CodeChart/Char|[|{{{openbracket|}}}}}
 +
| {{CodeChart/Char|k|{{{lowerk|}}}}}
 +
| {{CodeChart/Char|{|{{{openbrace|}}}}}
 
|-
 
|-
 
! 12
 
! 12
| FF || IS4 || , || < || L || \ || l || <nowiki>|</nowiki>
+
| {{CodeChart/Char|FF|{{{ff|}}}}}
 +
| {{#if:{{{fs|}}}|{{CodeChart/Char|FS|{{{fs|}}}}}|{{CodeChart/Char|IS4|{{{is4|}}}}}}}
 +
| {{CodeChart/Char|,|{{{comma|}}}}}
 +
| {{CodeChart/Char|<|{{{less|}}}}}
 +
| {{CodeChart/Char|L|{{{l|}}}}}
 +
| {{CodeChart/Char|\|{{{backslash|}}}}}
 +
| {{CodeChart/Char|l|{{{lowerl|}}}}}
 +
| {{CodeChart/Char|<nowiki>|</nowiki>|{{{pipe|}}}}}
 
|-
 
|-
 
! 13
 
! 13
| CR || IS3 || - || = || M || ] || m || }
+
| {{CodeChart/Char|CR|{{{cr|}}}}}
 +
| {{#if:{{{gs|}}}|{{CodeChart/Char|GS|{{{gs|}}}}}|{{CodeChart/Char|IS3|{{{is3|}}}}}}}
 +
| {{CodeChart/Char|-|{{{minus|}}}}}
 +
| {{CodeChart/Char|<nowiki>=</nowiki>|{{{equal|}}}}}
 +
| {{CodeChart/Char|M|{{{m|}}}}}
 +
| {{CodeChart/Char|]|{{{closebracket|}}}}}
 +
| {{CodeChart/Char|m|{{{lowerm|}}}}}
 +
| {{CodeChart/Char|}|{{{closebrace|}}}}}
 
|-
 
|-
 
! 14
 
! 14
| SO || IS2 || . || > || N || ^ || n || ~
+
| {{CodeChart/Char|SO|{{{so|}}}}}
 +
| {{#if:{{{rs|}}}|{{CodeChart/Char|RS|{{{rs|}}}}}|{{CodeChart/Char|IS2|{{{is2|}}}}}}}
 +
| {{CodeChart/Char|.|{{{period|}}}}}
 +
| {{CodeChart/Char|>|{{{greater|}}}}}
 +
| {{CodeChart/Char|N|{{{n|}}}}}
 +
| {{CodeChart/Char|^|{{{caret|}}}}}
 +
| {{CodeChart/Char|n|{{{lowern|}}}}}
 +
| {{CodeChart/Char|~|{{{tilde|}}}}}
 
|-
 
|-
 
! 15
 
! 15
| SI || IS1 || / || ? || O || _ || o || DEL
+
| {{CodeChart/Char|SI|{{{si|}}}}}
 +
| {{#if:{{{us|}}}|{{CodeChart/Char|US|{{{us|}}}}}|{{CodeChart/Char|IS1|{{{is1|}}}}}}}
 +
| {{CodeChart/Char|/|{{{slash|}}}}}
 +
| {{CodeChart/Char|?|{{{question|}}}}}
 +
| {{CodeChart/Char|O|{{{o|}}}}}
 +
| {{CodeChart/Char|_|{{{underscore|}}}}}
 +
| {{CodeChart/Char|o|{{{lowero|}}}}}
 +
| {{CodeChart/Char|DEL|{{{del|}}}}}
 
|}
 
|}
 +
<noinclude>
 +
{{Documentation}}
 +
</noinclude>

Latest revision as of 05:04, 27 January 2013

Template

0 1 2 3 4 5 6 7
0 NUL DLE SP 0 @ P ` p
1 SOH DC1 ! 1 A Q a q
2 STX DC2 " 2 B R b r
3 ETX DC3 # 3 C S c s
4 EOT DC4 $ 4 D T d t
5 ENQ NAQ % 5 E U e u
6 ACK SYN & 6 F V f v
7 BEL ETB ' 7 G W g w
8 BS CAN ( 8 H X h x
9 HT EM ) 9 I Y i y
10 LF SUB * : J Z j z
11 VT ESC + ; K [ k {
12 FF IS4 , < L \ l |
13 CR IS3 - = M ] m }
14 SO IS2 . > N ^ n ~
15 SI IS1 / ? O _ o DEL
[edit] [history] [purge] Documentation icon Template documentation

This template is used to create an ASCII 7-bit code chart linking characters that terminate a control sequence to an anchor on the current page (i.e. a=#CUU) and characters that prefix a control sequence to other pages (i.e. esc=/ESC) containing code charts describing the remaining characters of the sequence. An optional title argument provides a bold title across the top of the code chart. The arguments to the template describe the target links of characters in the code chart. Use the following arguments:

Argument (Character)
0 1 2 3 4 5 6 7
0 nul (NUL) dle (DLE) sp (SP) zero (0) at (@) p (P) backquote (`) lowerp (p)
1 soh (SOH) dc1 (DC1) exclamation (!) one (1) a (A) q (Q) lowera (a) lowerq (q)
2 stx (STX) dc2 (DC2) quote (") two (2) b (B) r (R) lowerb (b) lowerr (r)
3 etx (ETX) dc3 (DC3) pound (#) three (3) c (C) s (S) lowerc (c) lowers (s)
4 eot (EOT) dc4 (DC4) dollar ($) four (4) d (D) t (T) lowerd (d) lowert (t)
5 enq (ENQ) naq (NAQ) percent (%) five (5) e (E) u (U) lowere (e) loweru (u)
6 ack (ACK) syn (SYN) amp (&) six (6) f (F) v (V) lowerf (f) lowerv (v)
7 bel (BEL) etb (ETB) apos (') seven (7) g (G) w (W) lowerg (g) lowerw (w)
8 bs (BS) can (CAN) openparen (() eight (8) h (H) x (X) lowerh (h) lowerx (x)
9 ht (HT) em (EM) closeparen ()) nine (9) i (I) y (Y) loweri (i) lowery (y)
10 lf (LF) sub (SUB) asterisk (*) colon (:) j (J) z (Z) lowerj (j) lowerz (z)
11 vt (VT) esc (ESC) plus (+) semicolon (;) k (K) openbracket ([) lowerk (k) openbrace ({)
12 ff (FF) is4 (IS4) comma (,) less (<) l (L) backslash (\) lowerl (l) pipe (|)
13 cr (CR) is3 (IS3) minus (-) equal (=) m (M) closebracket (]) lowerm (m) closebrace (})
14 so (SO) is2 (IS2) period (.) greater (>) n (N) caret (^) lowern (n) tilde (~)
15 si (SI) is1 (IS1) slash (/) question (?) o (O) underscore (_) lowero (o) del (DEL)

Additionally, the following synonyms can be used:

Synonym Chracter Description
FS IS4 File Spearator
GS IS3 Group Separator
RS IS2 Record Separator
US IS1 Unit Separator