Template:Delink: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:
* <nowiki>{{Delink|[[Paris|London]]}}</nowiki>
* <nowiki>{{Delink|[[Paris|London]]}}</nowiki>
* {{Delink|[[Paris|London]]}}
* {{Delink|[[Paris|London]]}}
* <nowiki>{{Delink|aaa [[Paris|London]] b}}</nowiki>
* <nowiki>{{Delink|foo [[Paris|London]] bar}}</nowiki>
* {{Delink|aaa [[Paris|London]] b}}
* {{Delink|foo [[Paris|London]] bar}}


</noinclude>
</noinclude>

Revision as of 15:33, 26 December 2024


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