Page MenuHomeDevCentral

w: interwiki should link to en.wikipedia.org
Closed, ResolvedPublic

Description

On this wiki page, I wish to add links to English Wikipedia.

Could be as simple as INSERT INTO interwiki (iw_prefix, iw_url, iw_local, iw_trans) VALUES ('w', 'http://en.wikipedia.org/wiki/$1', 1, 0);

Event Timeline

dereckson claimed this task.
dereckson raised the priority of this task from to Unbreak Now!.
dereckson updated the task description. (Show Details)
dereckson added a project: Agora.
dereckson added a subscriber: dereckson.
$ mysql nasqueron_wiki
INSERT INTO interwiki (iw_prefix, iw_url, iw_local, iw_trans) VALUES ('w', 'http://en.wikipedia.org/wiki/$1', 1, 0);