Jump to content

Module:Params/doc/examples/trim and call

From mediawiki.org
Template documentation

This example template shows how to use the trimming modifier in order to echo all incoming parameters, trimmed, to another custom template.

Usage

[edit]

Compare writing

{{tl| hatnote }}
↳ {{Hatnote }}

with

{{module:params/doc/examples/trim and call | tl | hatnote }}
↳ {{Hatnote }}

See also

[edit]