This template removes links from wikitext. It de-links wikilinks and URL links, removes HTML comments, and normalises whitespace. It handles most wikitext correctly, including category links, the colon trick, the pipe trick (normal and reverse), nested wikilinks, and invalid link characters.

Usage

[kulemba source]
Basic
((delink|text))
All parameters
((delink
| 1          =
| wikilinks  = no
| urls       = no
| comments   = no
| whitespace = no
| refs       = yes
))

Parameters

[kulemba source]

Examples

[kulemba source]
Code Output
((delink|[[Foo]])) Foo
((delink|[[Foo|Bar]])) Bar
((delink|[[Foo|Bar]]|wikilinks=target)) Foo
((delink|[[Foo]], [[bar]], and [[baz]].)) Foo, bar, and baz.
((delink|I visited [https://www.example.com example.com].)) I visited example.com.
((delink|Foo)) Foo

Non-examples

[kulemba source]
Code Output
((delink|https://www.example.com)) https://www.example.com

See also

[kulemba source]