Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wikipedia : Escape Brackets inside of Link

Tags:

wikipedia

I'm trying to create 2 different links on a Wikipedia Artist page. One link should go to a website called "Insert [IMG]" located at www.insertimg.com and the other would be to a Wikipedia.org page for his comic wikipedia.org/InsertIMG.

However, when creating the link [[Insert [IMG]]] the brackets in the name of Insert [IMG] screw everything up. How do I work around this?

like image 732
randomblink Avatar asked Aug 30 '25 15:08

randomblink


1 Answers

To escape brackets on wikipedia, you'll want to use the HTML code for the bracket symbols:

[Insert[IMG]]

like image 128
stevenspiel Avatar answered Sep 02 '25 16:09

stevenspiel