This template uses Lua

Description Edit

This template adds [[ ]] around text given to it, thus linking it. It will ignore text if it sees that [[ ]] is already present.

Usage Edit

{{Addlink|[[Foo]]}}
{{Addlink|Foo}}

Both produce:

Foo

Piped links also work:

{{Addlink|[[Foo|Bar]]}}
{{Addlink|Foo{{!}}Bar}}

Both produce:

Bar