Difference between revisions of "Template:Unlink/doc"

From Yugipedia
Jump to: navigation, search
({{Nolink}})
(restore)
 
Line 43: Line 43:
 
=== See also ===
 
=== See also ===
 
* {{t|Autolink}}, a template that links input while handling bold, italics, and unlinked quotes
 
* {{t|Autolink}}, a template that links input while handling bold, italics, and unlinked quotes
* {{t|Nolink}}, a template that prevents automatic linking by {{t|Autolink}}
+
* {{t|Delink}}, a template that returns input with all links removed
  
 
<includeonly>
 
<includeonly>

Latest revision as of 07:19, 27 April 2023

{{Unlink}} is a template that automatically unlinks input, and returns the target of the first link. It takes a single unnamed parameter.

Usage[edit]

Code Output Notes
{{Unlink|test}} test Unlinked input shouldn't change
{{Unlink|[[test]]}} test A single link gets unlinked
{{Unlink|[[test|word]]}} test Only the link target is returned, custom link text is discarded
{{Unlink|[[test]]ing}} test Link postfixes are also discarded...
{{Unlink|[[test]] words}} test ...as is any following text...
{{Unlink|wordy [[test]]}} test ...and any preceding text
{{Unlink|[[test]]ing some [[links]]}} test Only the first link is returned

See also[edit]

  • {{Autolink}}, a template that links input while handling bold, italics, and unlinked quotes
  • {{Delink}}, a template that returns input with all links removed