Shortcut
This template converts a string into Title Case.
Parameters[]
|1=– The string to convert|delimiter=– Character delimiter between words (defaults to a space)|showdelimiter=– Where or not to show the delimiter in the output (defaults to false)
Examples[]
{{title case|foo bar baz}}- Foo Bar Baz
{{title case|The qUicK brOwn FOX jUmPs oVer the LAZY dOg}}- The Quick Brown Fox Jumps Over The Lazy Dog
{{title case|Welcome_to_the_official_MINECRAFT_WIKI!|delimiter=_}}- Welcome To The Official Minecraft Wiki!
{{title case|this-is-some-text|delimiter=-|showdelimiter=true}}- This-Is-Some-Text
[view | edit | history | purge]The above documentation is transcluded from Template:Title case/doc.