Template:Nowordbreak

From Terraria Wiki
Jump to navigation Jump to search
Important.svg
CAUTION: Terraria Wiki code is complex!!!
If you want to use this code on another wiki, wiki.gg staff are not able to assist you.
Please consider picking a different wiki to adapt code from, or making your own templates!
Remember that content on a wiki is more important than fancy formatting.
Template-info.svg Documentation The documentation below is transcluded from Template:Nowordbreak/doc. (edit | history)

This template will return the first n characters of a string, without breaking words. Numbers however, will be broken apart.

Note: This template requires the RegexFunctions Extension.


Usage

{{nowordbreak | <string> | <n> }}

Examples

Code Result
{{nowordbreak|Testing, testing, 123|11}} Testing,
{{nowordbreak|Testing, testing, 123|20}} Testing, testing, 12