Difference between revisions of "Template:Autolink/doc"

From Yugipedia
Jump to: navigation, search
(restore)
(rm example with second parameter; update header levels)
 
Line 6: Line 6:
 
{{t|Autolink}} is used to automatically link input while allowing for link syntax and bold, italics, and unlinked quotes.
 
{{t|Autolink}} is used to automatically link input while allowing for link syntax and bold, italics, and unlinked quotes.
  
=== Usage ===
+
== Usage ==
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 16: Line 16:
 
| {{autolink|Test}}
 
| {{autolink|Test}}
 
| Unlinked input
 
| Unlinked input
|-
 
| <pre>{{autolink|Test|Foobar}}</pre>
 
| {{autolink|Test|Foobar}}
 
| Unlinked input with custom link text
 
 
|-
 
|-
 
| <pre>{{autolink|[[Test]]}}</pre>
 
| <pre>{{autolink|[[Test]]}}</pre>
Line 77: Line 73:
 
|}
 
|}
  
=== See also ===
+
== See also ==
 
* {{t|Unlink}}, a template that unlinks input
 
* {{t|Unlink}}, a template that unlinks input
 
* {{t|Delink}}, a template that removes all links from input
 
* {{t|Delink}}, a template that removes all links from input

Latest revision as of 19:27, 31 March 2024

{{Autolink}} is used to automatically link input while allowing for link syntax and bold, italics, and unlinked quotes.

Usage[edit]

Code Output Notes
{{autolink|Test}}
Test Unlinked input
{{autolink|[[Test]]}}
Test Linked input
{{autolink|[[Test|Foobar]]}}
Foobar Linked input with custom link text
{{autolink|This is a ''test''}}
This is a test Unlinked input with italics
{{autolink|This is a '''test'''}}
This is a test Unlinked input with bold
{{autolink|This is a ""test""}}
This is a "test" Unlinked input with quotes
{{autolink|""This is a test""}}
"This is a test" Unlinked input, whole input is quoted
{{autolink|This is a#test}}
This is a § test Unlinked input with a section link
{{autolink|This is a ""'''''test'''''""}}
This is a "test" Unlinked input with quotes, bold, and italics
{{autolink|
* This
* That
}}
Unlinked input as a list
{{autolink|
* This
* [[is|a]]
* ""'''''test'''''""
}}
Everything, almost

See also[edit]