Usage
This template can be used to "unlink" parameters.
{{Unlink|[[Einstein]]}}
results in Einstein.{{Unlink|[Einstein]}}
results in Einstein.{{Unlink|Einstein}}
results in Einstein.
Limitations
- Expensive.
- Spaces are not supported:
{{Unlink|[[Albert Einstein]]}}
results in Albert Einstein. - When used on strings with characters that carry a meaning in wiki-layout, this template will interpret the character as a layout instruction. For example,
{{Unlink|[[123;456]]}}
renders as
123;456 - Only supports a limited character set, as defined by {{Str index/getchar}}.
See also