Permanently protected template

Template:Autolink

From Yugipedia
Revision as of 04:47, 17 July 2013 by Dinoguy1000 (talk | contribs) (now, put the documentation back =P )
Jump to: navigation, search

  • [[{{{1}}}|{{{1|Main Page}}}]]
Template documentation[view] [edit] [history] [purge]

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

Usage

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