Difference between revisions of "Template:Trim"

From Baka-Tsuki
Jump to navigation Jump to search
(Created page with "<includeonly>{{ {{{|safesubst:}}}#if:1|{{{1|}}}}}</includeonly><noinclude> {{Documentation}} Adapted from http://en.wikipedia.org/wiki/Template:Trim </noinclude>")
 
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 ===
{{Documentation}}
 
  +
<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

Revision as of 02:28, 15 December 2011

This template trims whitespace from a string. The string should be passed as the first unnamed parameter.

Usage

{{trim|text}} = text with any leading or trailing whitespace removed.

Example

  • {{trim| abc}} produces abc.

Adapted from http://en.wikipedia.org/wiki/Template:Trim