Difference between revisions of "Template:Str index/doc"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Reverted 1 edit by Aeeaeeaee 2; Reverted until we can get a reason in ENGLISH. using TW)
(Undid revision 332634210 by Wuhwuzdat (talk))
Line 7: Line 7:
 
Only supports a limited character set.  Returns an error on unknown characters.
 
Only supports a limited character set.  Returns an error on unknown characters.
  
=== Examples ===
 
* {{tlp|str index|0123456789ABCDEF|15}} → {{str index|0123456789ABCDEF|15}}
 
  
 
=== See also ===
 
=== See also ===
 
*[[Template:Str sub]]
 
*[[Template:Str sub]]
*[[Template:Str sub long]]
+
 
 
<includeonly>
 
<includeonly>
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
Line 18: Line 16:
 
[[Category:String manipulation templates]]
 
[[Category:String manipulation templates]]
  
[[de:Vorlage:Str index]]
 
[[id:Templat:Str index]]
 
[[ja:Template:Str index]]
 
[[pt:Predefinição:Str index]]
 
[[ru:Шаблон:Str index]]
 
 
</includeonly>
 
</includeonly>

Revision as of 03:30, 19 December 2009

Usage

{{str index|text|number}} = Returns the number character of text.

Only supports a limited character set. Returns an error on unknown characters.


See also