Page 13 of 13

Re: Suggestions to make Brennor's RPG Corner better

Posted: Sun Nov 02, 2014 6:17 pm
by Shurijo
Minor requested edit:

When using {url=xxx}{/url}

If the URL contains parenthesis then it doesn't work. I just ran into this when trying to hyperlink to a Wookiepedia article example:

link

link

http://starwars.wikia.com/wiki/Battle_o ... al_Period)

Code: Select all

[url=http://starwars.wikia.com/wiki/Battle_of_Naboo_(Imperial_Period)]link[/url]

[url="http://starwars.wikia.com/wiki/Battle_of_Naboo_(Imperial_Period)"]link[/url]

[url]http://starwars.wikia.com/wiki/Battle_of_Naboo_(Imperial_Period)[/url]

Re: Suggestions to make Brennor's RPG Corner better

Posted: Tue Nov 04, 2014 7:50 pm
by Brennor
I'll have to see if I can figure a way around that. Parens are disallowed because of the matching done behind the scenes to allow for the replacement of text with URLs.