I'm trying to mod my blog a little, I want to add a function that automaticly adds Wikipedia links.
So when i type [[wiki]RAM] It makes it <a href="http://en.wikipedia.org/wiki/RAM">RAM</a>
And maybe even support for different languages like
[[wiki:nl]RAM] for
http://nl.wikipedia.org/wiki/RAM and
[[wiki:en]RAM] for
http://en.wikipedia.org/wiki/RAM
I'm not really a hero with advanced string replacers
, so any help is appreciated
BTW: I also noticed that wikipedia has _ as spaces in links, maybe strip those out and make them normal spaces in the part that shows on the page.