Template:Unlink/doc: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
 
m (Protected "Template:Unlink/doc": Robot: Protecting all pages from category templates (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)))
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This template can be used to "unlink" parameters.
This template can be used to "unlink" parameters.


Line 12: Line 11:
* 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, {{Tlx|Unlink|<nowiki>[[123;456]]</nowiki>}} renders as<br />{{Unlink|[[123;456]]|nocategory=true}}
* 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, {{Tlx|Unlink|<nowiki>[[123;456]]</nowiki>}} renders as<br />{{Unlink|[[123;456]]|nocategory=true}}
* Only supports a limited character set, as defined by {{tl|Str index/getchar}}.
* Only supports a limited character set, as defined by {{tl|Str index/getchar}}.
<noinclude>[[category:template documentation|{{PAGENAME}}]]</noinclude>

Latest revision as of 02:20, 13 May 2013

This template can be used to "unlink" parameters.

{{Unlink|[[Einstein]]}} results in Script error: No such module "String"..
{{Unlink|[Einstein]}} results in Script error: No such module "String"..
{{Unlink|Einstein}} results in Script error: No such module "String"..

Limitations

  • Expensive.
  • Spaces are not supported: {{Unlink|[[Albert Einstein]]}} results in Script error: No such module "String"..
  • 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
    Script error: No such module "String".
  • Only supports a limited character set, as defined by {{Str index/getchar}}.