Nodyn:StripWhitespace

Oddi ar Wicipedia
Documentation icon Dogfennaeth nodyn[gweld] [golygu] [hanes] [puro]

This is a simple little template, for use in other templates to strip any trailing and/or leading whitespace from unnamed parameters.

In MediaWiki templates, trailing and/or leading whitespace is automatically removed from named parameters, but not from unnamed parameters. (Thus we can choose whether this removal is applied, but the choice cannot be made independently of the choice to use named or unnamed parameters. This is apparently some ancient design mistake with which we are now stuck forevermore, in the name of backward-compatibility.[1])

Usage[golygu cod]

The template takes either a parameter, "x", or one unnamed parameter. The value should be numbered parameter from which the whitespace is to be removed

e.g. {{StripWhitespace | x = {{{1|}}} }}

or e.g. {{StripWhitespace | {{{4|}}} }}

Notes
  1. Unfortunately the reverse, avoiding the removal of whitespace while using a named parameter, is not possible.

Gweler hefyd[golygu cod]

  • {{Trim}}, which does nearly the exact same thing