Template:PlainLink

From Luckless Fools
Jump to navigation Jump to search

{{SAFESUBST:#if:

|[{{{url}}} ]
|[{{{url}}}]

}}

Usage[edit source]

Paste the following code into the top of an article, filling all known fields:

  • {{PlainLink|url=//starwars.fandom.com}} gives {{SAFESUBST:#if:
|[1]
|[2]

}}

  • {{PlainLink|url=//starwars.fandom.com Wookieepedia}} gives {{SAFESUBST:#if:
|Wookieepedia 
|Wookieepedia

}}

  • {{PlainLink|url=//starwars.fandom.com|Wookieepedia}} gives {{SAFESUBST:#if:
|[Wookieepedia ]
|[Wookieepedia]

}}

  • {{PlainLink|http://www.google.co.uk|Google}} gives {{SAFESUBST:#if:Google
|Google
|[3]

}}

Note that if your url or link title contains an equals sign = you must use named parameters:

{{PlainLink|url=//starwars.fandom.com/wiki/Luke_Skywalker?action=edit|name="=" }} gives {{SAFESUBST:#if:"="

|"="
|[4]

}}