Jump to content

Template:Trim

From Final Fantasy XIV Mobile Wiki
Revision as of 21:54, 20 June 2025 by Moogle (talk | contribs) (Created page with "<includeonly>{{#if:{{{1|}}}|{{{1}}}}}</includeonly><noinclude> == Description == Removes whitespaces from the sides of text. <pre>{{Trim|<word surrounded by whitespaces>}}</pre> == Examples == <pre>{{Trim| This is a text with a few whitespaces around }}</pre> {{Trim| This is a text with a few whitespaces around }} <pre>{{Trim| OneWord }}</pre> {{Trim| OneWord }} Category:Formatting templates</noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Removes whitespaces from the sides of text.

{{Trim|<word surrounded by whitespaces>}}

Examples

{{Trim|       This is a text with a few whitespaces around          }}

This is a text with a few whitespaces around

{{Trim| OneWord }}

OneWord