Template:Dialog/rm subst

[edit] Template documentation

This template removes subst: and safesubst: prefixes from template calls in a raw wiki markup string.

Usage

Specify the raw wiki markup through the unnamed parameter.

Examples

input output

{{foo|bar}}

{{foo|bar}}

OK

{{ subst:foo | bar }}

{{ foo | bar }}

OK

{{safesubst:foo|bar}}

{{ foo|bar}}

OK

Note

This is considered a dialog tool simply because dialog seems the only situation where one would manipulate raw wiki markup text.

See also