Template:Trim: Difference between revisions

From Baka-Tsuki
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>"
 
Jonathanasdf (talk | contribs)
No edit summary
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.


{{Documentation}}
=== 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
</noinclude>
</noinclude>

Revision as of 00: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