Difference between revisions of "Template:ASCII code/doc"

From blackwiki
Jump to navigation Jump to search
blackwiki>Jdaloner
m (Updated transclusion of navbox.)
blackwiki>Sardanaphalus
(→‎See also: parameter)
Line 14: Line 14:
  
 
== See also ==
 
== See also ==
{{string-handling templates}}
+
{{String-handling templates |anlys/tech}}
 
 
  
 
<includeonly>
 
<includeonly>
<!-- Categories and interwikis go here: -->
+
<!-- Categories below this line, please: -->
 
[[Category:String manipulation templates]]
 
[[Category:String manipulation templates]]
 
</includeonly>
 
</includeonly>

Revision as of 10:54, 24 January 2015

Returns the ASCII value of a single character.

Usage

{{ASCII code|char}}

Examples:

  • {{ASCII code|q}} returns 113
  • {{ASCII code|Q}} returns 81

Note that only characters in the range 32-126 are supported. Non-standard characters will return 32 (space).

See also