Template:Delink: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
-->{{Delink/phase 1 a | -->{{Delink/phase 1 a | ||
|{{#expr:1 + {{strfind short|{{{1|}}}|{{!((}}|2}} }}<!-- Number of characters before and including the opening set of brackets, or 1 if there are none --> | |{{#expr:1 + {{strfind short|{{{1|}}}|{{!((}}|2}} }}<!-- Number of characters before and including the opening set of brackets, or 1 if there are none --> | ||
|{{#expr:{{strfind short|{{{1|}}}|{{))!}}|2}}-1}}<!-- Number of characters before the closing brackets (or -1 if there are none)--> | |{{#expr: {{strfind short|{{{1|}}}|{{))!}}|2}} - 1 }}<!-- Number of characters before the closing brackets (or -1 if there are none)--> | ||
|{{{1|}}} | |{{{1|}}} | ||
}} | }} | ||
Line 21: | Line 21: | ||
* <nowiki>{{Delink|[[Paris|London]]}}</nowiki> | * <nowiki>{{Delink|[[Paris|London]]}}</nowiki> | ||
* {{Delink|[[Paris|London]]}} | * {{Delink|[[Paris|London]]}} | ||
* <nowiki>{{Delink|aaa[[ | * <nowiki>{{Delink|aaa[[Pari)|London]]}}</nowiki> | ||
* {{Delink|aaa[[Paris | |||
* {{Delink|aaa[[Paris]]}} | |||
</noinclude> | </noinclude> |
Revision as of 15:03, 26 December 2024
This template was ported from a template from Wikipedia. It was originally at Template:Delink. The original authors of this template are shown on the template's edit history page.
Wikipedia's text is available under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
Wikipedia's text is available under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
How it works
- 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
Examples
- {{Delink|Paris}}
- Template:Delink/phase 2
- {{Delink|[[Paris]]}}
- Template:Delink/phase 2
- {{Delink|[[Paris|London]]}}
- Template:Delink/phase 2
- {{Delink|aaa[[Pari)|London]]}}