Template:Delink

From Open Fortress Wiki
Revision as of 04:10, 4 January 2025 by Kate (talk | contribs) (Created page with "{{Delink/phase 1 a |{{#expr:1 + {{strfind short|{{{1|}}}|{{!((}}|2|lenstr=50}} }}<!-- Number of characters before and including the opening set of brackets, or 1 if there are none --> |{{#expr: {{strfind short|{{{1|}}}|{{))!}}|2|lenstr=50}} - 1 }}<!-- Number of characters before the closing brackets (or -1 if there are none)--> |{{{1|}}} }}<noinclude> ==How it works== # If there is [[ ]] take the bit between the first pair else the whole thing # If there is...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Examples

  • {{Delink|Paris}}
  • Paris
  • {{Delink|[[Paris]]}}
  • Paris
  • {{Delink|[[Paris|London]]}}
  • London
  • {{Delink|foo [[Paris|London]] bar}}
  • foo London bar