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

From blackwiki
Jump to navigation Jump to search
blackwiki>Voice of Clam
m (→‎Usage: rm <)
blackwiki>DePiep
(→‎See also: reflect move and transclude not link the navbox, replaced: {{String templates see also text}} → {{navbox string handling templates}} using AWB)
Line 12: Line 12:
  
 
== See also ==
 
== See also ==
{{String templates see also text}}
+
{{navbox string handling templates}}
 
<includeonly>
 
<includeonly>
 
<!-- Categories and interwikis go here: -->
 
<!-- Categories and interwikis go here: -->
 
[[Category:String manipulation templates]]
 
[[Category:String manipulation templates]]
 
</includeonly>
 
</includeonly>

Revision as of 12:02, 27 February 2013

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

Template:Navbox string handling templates