Template:Trim: Difference between revisions
Jump to navigation
Jump to search
Jonathanasdf (talk | contribs) Created page with "<includeonly>{{ {{{|safesubst:}}}#if:1|{{{1|}}}}}</includeonly><noinclude> {{Documentation}} Adapted from http://en.wikipedia.org/wiki/Template:Trim </noinclude>" |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{ {{{|safesubst:}}}#if:1|{{{1|}}}}}</includeonly><noinclude> | <includeonly>{{ {{{|safesubst:}}}#if:1|{{{1|}}}}}</includeonly><noinclude> | ||
This template trims whitespace from a string. The string should be passed as the first unnamed parameter. | |||
{{ | === Usage === | ||
<nowiki>{{trim|</nowiki>''text''<nowiki>}}</nowiki> = ''text'' with any leading or trailing whitespace removed. | |||
=== Example === | |||
*<nowiki>{{trim| abc}}</nowiki> produces {{trim| abc}}. | |||
Adapted from http://en.wikipedia.org/wiki/Template:Trim | Adapted from http://en.wikipedia.org/wiki/Template:Trim | ||
[[Category:Templates]] | |||
</noinclude> | </noinclude> |
Latest revision as of 03:52, 1 February 2014
This template trims whitespace from a string. The string should be passed as the first unnamed parameter.
Usage[edit]
{{trim|text}} = text with any leading or trailing whitespace removed.
Example[edit]
- {{trim| abc}} produces abc.
Adapted from http://en.wikipedia.org/wiki/Template:Trim