Template:Delink: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Rich Farmbrough
No edit summary
meta>Rich Farmbrough
No edit summary
Line 1: Line 1:
{{Delink/phase 2|{{Delink/phase 1 a|{{#expr:1+{{Str find|{{{1|}}}|{{Open squares}}}}}}|{{#expr:{{Str find|{{{1|}}}|{{Close squares}}}}-1}}|{{{1|}}}}}}}
{{Title without disambig|{{Delink/phase 2|{{Delink/phase 1 a|{{#expr:1+{{Str find|{{{1|}}}|{{Open squares}}}}}}|{{#expr:{{Str find|{{{1|}}}|{{Close squares}}}}-1}}|{{{1|}}}}}}}}}
<noinclude>
<noinclude>


Line 6: Line 6:
# If there is [[ ]] take the bit between the first pair else the whole thing
# If there is [[ ]] take the bit between the first pair else the whole thing
# If there is a | take the bit before the | else the whole thing
# If there is a | take the bit before the | else the whole thing
# If there is a " (blah)" take the bit before the " (blah)" else the whole thing
# If there is a ( take the bit before the ( less one character, else the whole thing


==Examples==
==Examples==
Line 17: Line 17:
* <nowiki>{{Delink|[[Paris (city)|London]]}}</nowiki>
* <nowiki>{{Delink|[[Paris (city)|London]]}}</nowiki>
* {{Delink|[[Paris (city)|London]]}}
* {{Delink|[[Paris (city)|London]]}}


</noinclude>
</noinclude>

Revision as of 00:22, 18 July 2010

Template:Title without disambig


How it works

  1. If there is [[ ]] take the bit between the first pair else the whole thing
  2. If there is a | take the bit before the | else the whole thing
  3. If there is a ( take the bit before the ( less one character, else the whole thing

Examples